1 # $NetBSD: files.hpcsh,v 1.8 2001/02/24 20:17:45 uch Exp $ 2 # 3 maxpartitions 8 4 5 maxusers 2 16 64 6 7 file arch/hpcsh/hpcsh/conf.c 8 file arch/hpcsh/hpcsh/machdep.c 9 file arch/hpcsh/hpcsh/autoconf.c 10 file arch/hpcsh/hpcsh/bus_space.c 11 file arch/hpcsh/hpcsh/procfs_machdep.c procfs 12 file arch/hpcsh/hpcsh/debug.c 13 14 define mainbus { } 15 16 # 17 # H/PC Platform common files. 18 # 19 include "arch/hpc/conf/files.hpc" 20 file arch/hpc/hpc/disksubr.c disk 21 include "dev/hpc/files.bicons" 22 include "dev/hpc/files.hpckbd" 23 include "dev/hpc/files.hpcfb" 24 25 # 26 # Machine-independent SCSI drivers 27 # 28 include "dev/scsipi/files.scsipi" 29 major {sd = 3} 30 major {st = 4} 31 major {cd = 5} 32 33 # 34 # Machine-independent ATA drivers 35 # 36 include "dev/ata/files.ata" 37 major {wd = 1} 38 39 # Memory Disk for install floppy 40 file arch/hpcsh/hpcsh/md_root.c memory_disk_hooks 41 major {md = 6} 42 43 # 44 # System bus types 45 # 46 47 device mainbus: mainbus 48 attach mainbus at root 49 file arch/hpcsh/hpcsh/mainbus.c mainbus 50 51 # 52 # SH3 bus 53 # 54 include "arch/hpcsh/conf/files.shbus" 55 56 device pfckbd: hpckbdif 57 attach pfckbd at mainbus 58 file arch/hpcsh/dev/pfckbd.c pfckbd needs-flag 59 60 # 61 # HD64461 62 # 63 define hd64461if {} 64 device hd64461if: hd64461if 65 attach hd64461if at shb 66 file arch/hpcsh/dev/hd64461/hd64461.c hd64461if 67 68 device hd64461pcmcia: pcmciabus 69 attach hd64461pcmcia at hd64461if 70 file arch/hpcsh/dev/hd64461/hd64461pcmcia.c hd64461pcmcia 71 72 # network devices MII bus 73 include "dev/mii/files.mii" 74 75 # 76 # Workstation Console 77 # 78 include "dev/wscons/files.wscons" 79 80