1 # $NetBSD: files.hpcsh,v 1.26 2002/03/28 15:26:58 uch Exp $ 2 # 3 maxpartitions 8 4 5 maxusers 2 16 64 6 7 defflag debug_hpcsh.h BUS_SPACE_DEBUG 8 PFCKBD_DEBUG 9 HD64461VIDEO_DEBUG 10 HD64461PCMCIA_DEBUG 11 12 defparam opt_memsize.h IOM_ROM_BEGIN IOM_ROM_SIZE IOM_RAM_BEGIN IOM_RAM_SIZE 13 14 file arch/hpcsh/hpcsh/conf.c 15 file arch/hpcsh/hpcsh/machdep.c 16 file arch/hpcsh/hpcsh/console.c 17 file arch/hpcsh/hpcsh/autoconf.c 18 file arch/hpcsh/hpcsh/bus_space.c 19 #file arch/hpcsh/hpcsh/bus_dma.c 20 file arch/hpcsh/hpcsh/clock_machdep.c 21 22 file arch/hpc/hpc/kloader.c 23 file arch/hpcsh/hpcsh/kloader_machdep.c 24 defflag debug_kloader.h KLOADER_DEBUG 25 defparam opt_kloader_kernel_path.h KLOADER_KERNEL_PATH 26 27 device mainbus { [id = -1] } 28 29 # 30 # H/PC Platform common files. 31 # 32 include "arch/hpc/conf/files.hpc" 33 file arch/hpc/hpc/disksubr.c disk 34 include "dev/hpc/files.bicons" 35 include "dev/hpc/files.hpckbd" 36 include "dev/hpc/files.hpcfb" 37 38 include "arch/hpc/conf/files.debug" 39 file arch/hpcsh/hpcsh/debug.c 40 41 # 42 # Machine-independent SCSI drivers 43 # 44 include "dev/scsipi/files.scsipi" 45 major {sd = 3} 46 major {st = 4} 47 major {cd = 5} 48 49 # 50 # Machine-independent ATA drivers 51 # 52 include "dev/ata/files.ata" 53 major {wd = 1} 54 55 # Memory Disk for install floppy 56 file dev/md_root.c memory_disk_hooks 57 major {md = 6} 58 59 # 60 # System bus types 61 # 62 attach mainbus at root 63 file arch/hpcsh/hpcsh/mainbus.c mainbus 64 65 device cpu 66 attach cpu at mainbus 67 file arch/sh3/sh3/cpu.c cpu 68 69 include "arch/sh3/conf/files.shb" 70 71 device pfckbd: hpckbdif 72 attach pfckbd at mainbus 73 file arch/hpcsh/dev/pfckbd.c pfckbd needs-flag 74 75 # 76 # HD64461 77 # 78 define hd64461if {} 79 device hd64461if: hd64461if 80 attach hd64461if at shb 81 file arch/hpcsh/dev/hd64461/hd64461.c hd64461if 82 file arch/hpcsh/dev/hd64461/hd64461_machdep.c hd64461if 83 84 device hd64461pcmcia: pcmciabus 85 attach hd64461pcmcia at hd64461if 86 file arch/hpcsh/dev/hd64461/hd64461pcmcia.c hd64461pcmcia 87 88 attach com at hd64461if with hd64461uart 89 file arch/hpcsh/dev/hd64461/hd64461uart.c hd64461uart needs-flag 90 91 device hd64461video: hpcfbif 92 attach hd64461video at hd64461if 93 file arch/hpcsh/dev/hd64461/hd64461video.c hd64461video needs-flag 94 file dev/hpc/video_subr.c hd64461video 95 96 # 97 # HD64465 98 # 99 define hd64465if {} 100 device hd64465if: hd64465if 101 attach hd64465if at shb 102 file arch/hpcsh/dev/hd64465/hd64465.c hd64465if needs-flag 103 104 attach com at hd64465if with hd64465uart 105 file arch/hpcsh/dev/hd64465/hd64465uart.c hd64465uart needs-flag 106 107 device hd64465pcmcia: pcmciabus 108 attach hd64465pcmcia at hd64465if 109 file arch/hpcsh/dev/hd64465/hd64465pcmcia.c hd64465pcmcia 110 111 #attach ohci at hd64465if with hd64465ohci 112 #file arch/hpcsh/dev/hd64465/hd64465ohci.c hd64465ohci 113 114 # 115 # HD64461/HD64465 common 116 # 117 file arch/hpcsh/dev/hd6446x/hd6446x_subr.S hd64461if | hd64465if 118 file arch/hpcsh/dev/hd6446x/hd6446xintc.c hd64461if | hd64465if 119 120 include "dev/mii/files.mii" 121 #include "dev/usb/files.usb" 122 include "dev/wscons/files.wscons" 123 124 # 125 # Machine-independent PCMCIA drivers 126 # 127 device fdc {drive = -1} # files.pcmcia requires. 128 include "dev/pcmcia/files.pcmcia"