1 1.5 uch # $NetBSD: files.hpcsh,v 1.5 2001/02/07 15:29:21 uch Exp $ 2 1.1 itojun # 3 1.4 uch maxpartitions 8 4 1.1 itojun 5 1.4 uch maxusers 2 16 64 6 1.1 itojun 7 1.1 itojun file arch/hpcsh/hpcsh/conf.c 8 1.1 itojun file arch/hpcsh/hpcsh/machdep.c 9 1.4 uch file arch/hpcsh/hpcsh/autoconf.c 10 1.5 uch file arch/hpcsh/hpcsh/bus_space.c 11 1.1 itojun file arch/hpcsh/hpcsh/procfs_machdep.c procfs 12 1.3 uch 13 1.3 uch # 14 1.3 uch # H/PC Platform common files. 15 1.3 uch # 16 1.3 uch include "arch/hpc/conf/files.hpc" 17 1.4 uch 18 1.4 uch # 19 1.4 uch # Machine-independent SCSI drivers 20 1.4 uch # 21 1.4 uch 22 1.4 uch include "dev/scsipi/files.scsipi" 23 1.5 uch major {sd = 3} 24 1.5 uch major {st = 4} 25 1.5 uch major {cd = 5} 26 1.4 uch 27 1.4 uch # 28 1.4 uch # Machine-independent ATA drivers 29 1.4 uch # 30 1.4 uch 31 1.4 uch include "dev/ata/files.ata" 32 1.5 uch major {wd = 1} 33 1.4 uch 34 1.4 uch # Memory Disk for install floppy 35 1.4 uch file arch/hpcsh/hpcsh/md_root.c memory_disk_hooks 36 1.5 uch major {md = 6} 37 1.4 uch 38 1.4 uch # 39 1.4 uch # System bus types 40 1.4 uch # 41 1.4 uch 42 1.4 uch define mainbus { } 43 1.4 uch device mainbus: mainbus 44 1.4 uch attach mainbus at root 45 1.4 uch file arch/hpcsh/hpcsh/mainbus.c mainbus 46 1.4 uch 47 1.4 uch include "arch/hpcsh/conf/files.shbus" 48 1.4 uch 49 1.4 uch # network devices MII bus 50 1.4 uch include "dev/mii/files.mii" 51 1.2 uch 52 1.2 uch # Raster operations 53 1.2 uch include "dev/rasops/files.rasops" 54 1.2 uch include "dev/wsfont/files.wsfont" 55 1.2 uch 56 1.2 uch # 57 1.2 uch # Workstation Console 58 1.2 uch # 59 1.2 uch include "dev/wscons/files.wscons" 60