1 # $NetBSD: files.hpcsh,v 1.13 2001/06/28 17:03:47 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/clock.c 10 file arch/hpcsh/hpcsh/console.c 11 file arch/hpcsh/hpcsh/autoconf.c 12 file arch/hpcsh/hpcsh/bus_space.c 13 file arch/hpcsh/hpcsh/procfs_machdep.c procfs 14 file arch/hpcsh/hpcsh/debug.c 15 16 device mainbus { [id = -1] } 17 18 # 19 # H/PC Platform common files. 20 # 21 include "arch/hpc/conf/files.hpc" 22 file arch/hpc/hpc/disksubr.c disk 23 include "dev/hpc/files.bicons" 24 include "dev/hpc/files.hpckbd" 25 include "dev/hpc/files.hpcfb" 26 27 # 28 # Machine-independent SCSI drivers 29 # 30 include "dev/scsipi/files.scsipi" 31 major {sd = 3} 32 major {st = 4} 33 major {cd = 5} 34 35 # 36 # Machine-independent ATA drivers 37 # 38 include "dev/ata/files.ata" 39 major {wd = 1} 40 41 # Memory Disk for install floppy 42 file arch/hpcsh/hpcsh/md_root.c memory_disk_hooks 43 major {md = 6} 44 45 # 46 # System bus types 47 # 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 attach com at hd64461if with hd64461uart 73 file arch/hpcsh/dev/hd64461/hd64461uart.c hd64461uart 74 75 device hd64461video: hpcfbif 76 attach hd64461video at hd64461if 77 file arch/hpcsh/dev/hd64461/hd64461video.c hd64461video needs-flag 78 file dev/hpc/video_subr.c hd64461video 79 80 # network devices MII bus 81 include "dev/mii/files.mii" 82 83 # 84 # Workstation Console 85 # 86 include "dev/wscons/files.wscons" 87 88