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