1 1.7 uch # $NetBSD: files.hpcsh,v 1.7 2001/02/21 16:28:02 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.7 uch file arch/hpcsh/hpcsh/debug.c 13 1.3 uch 14 1.3 uch # 15 1.3 uch # H/PC Platform common files. 16 1.3 uch # 17 1.3 uch include "arch/hpc/conf/files.hpc" 18 1.6 uch include "dev/hpc/files.bicons" 19 1.7 uch file arch/hpc/hpc/disksubr.c disk 20 1.4 uch 21 1.4 uch # 22 1.4 uch # Machine-independent SCSI drivers 23 1.4 uch # 24 1.4 uch 25 1.4 uch include "dev/scsipi/files.scsipi" 26 1.5 uch major {sd = 3} 27 1.5 uch major {st = 4} 28 1.5 uch major {cd = 5} 29 1.4 uch 30 1.4 uch # 31 1.4 uch # Machine-independent ATA drivers 32 1.4 uch # 33 1.4 uch 34 1.4 uch include "dev/ata/files.ata" 35 1.5 uch major {wd = 1} 36 1.4 uch 37 1.4 uch # Memory Disk for install floppy 38 1.4 uch file arch/hpcsh/hpcsh/md_root.c memory_disk_hooks 39 1.5 uch major {md = 6} 40 1.4 uch 41 1.4 uch # 42 1.4 uch # System bus types 43 1.4 uch # 44 1.4 uch 45 1.4 uch define mainbus { } 46 1.4 uch device mainbus: mainbus 47 1.4 uch attach mainbus at root 48 1.4 uch file arch/hpcsh/hpcsh/mainbus.c mainbus 49 1.4 uch 50 1.7 uch # 51 1.7 uch # SH3 bus 52 1.7 uch # 53 1.4 uch include "arch/hpcsh/conf/files.shbus" 54 1.7 uch 55 1.7 uch # 56 1.7 uch # HD64461 57 1.7 uch # 58 1.7 uch define hd64461if {} 59 1.7 uch device hd64461if: hd64461if 60 1.7 uch attach hd64461if at shb 61 1.7 uch file arch/hpcsh/dev/hd64461/hd64461.c hd64461if 62 1.7 uch 63 1.7 uch device hd64461pcmcia: pcmciabus 64 1.7 uch attach hd64461pcmcia at hd64461if 65 1.7 uch file arch/hpcsh/dev/hd64461/hd64461pcmcia.c hd64461pcmcia 66 1.4 uch 67 1.4 uch # network devices MII bus 68 1.4 uch include "dev/mii/files.mii" 69 1.2 uch 70 1.2 uch # Raster operations 71 1.2 uch include "dev/rasops/files.rasops" 72 1.2 uch include "dev/wsfont/files.wsfont" 73 1.2 uch 74 1.2 uch # 75 1.2 uch # Workstation Console 76 1.2 uch # 77 1.2 uch include "dev/wscons/files.wscons" 78