1 # $NetBSD: files.hpcsh,v 1.16 2002/01/29 18:44:25 uch Exp $ 2 # 3 maxpartitions 8 4 5 maxusers 2 16 64 6 7 defflag debug_hpcsh.h BUS_SPACE_DEBUG 8 PFCKBD_DEBUG 9 HD64461VIDEO_DEBUG 10 HD64461PCMCIA_DEBUG 11 12 file arch/hpcsh/hpcsh/conf.c 13 file arch/hpcsh/hpcsh/machdep.c 14 file arch/hpcsh/hpcsh/clock.c 15 file arch/hpcsh/hpcsh/console.c 16 file arch/hpcsh/hpcsh/autoconf.c 17 file arch/hpcsh/hpcsh/bus_space.c 18 file arch/hpcsh/hpcsh/procfs_machdep.c procfs 19 20 file arch/hpc/hpc/kloader.c 21 file arch/hpcsh/hpcsh/kloader_machdep.c 22 defflag debug_kloader.h KLOADER_DEBUG 23 defparam opt_kloader_kernel_path.h KLOADER_KERNEL_PATH 24 25 device mainbus { [id = -1] } 26 27 # 28 # H/PC Platform common files. 29 # 30 include "arch/hpc/conf/files.hpc" 31 file arch/hpc/hpc/disksubr.c disk 32 include "dev/hpc/files.bicons" 33 include "dev/hpc/files.hpckbd" 34 include "dev/hpc/files.hpcfb" 35 36 # 37 # Debug utility 38 # 39 file arch/hpc/hpc/debug_subr.c 40 file arch/hpcsh/hpcsh/debug.c 41 defflag opt_interrupt_monitor.h INTERRUPT_MONITOR 42 43 # 44 # Machine-independent SCSI drivers 45 # 46 include "dev/scsipi/files.scsipi" 47 major {sd = 3} 48 major {st = 4} 49 major {cd = 5} 50 51 # 52 # Machine-independent ATA drivers 53 # 54 include "dev/ata/files.ata" 55 major {wd = 1} 56 57 # Memory Disk for install floppy 58 file dev/md_root.c memory_disk_hooks 59 major {md = 6} 60 61 # 62 # System bus types 63 # 64 attach mainbus at root 65 file arch/hpcsh/hpcsh/mainbus.c mainbus 66 67 # 68 # SH3 bus 69 # 70 include "arch/hpcsh/conf/files.shbus" 71 72 device pfckbd: hpckbdif 73 attach pfckbd at mainbus 74 file arch/hpcsh/dev/pfckbd.c pfckbd needs-flag 75 76 # 77 # HD64461 78 # 79 define hd64461if {} 80 device hd64461if: hd64461if 81 attach hd64461if at shb 82 file arch/hpcsh/dev/hd64461/hd64461.c hd64461if 83 84 device hd64461pcmcia: pcmciabus 85 attach hd64461pcmcia at hd64461if 86 file arch/hpcsh/dev/hd64461/hd64461pcmcia.c hd64461pcmcia 87 88 attach com at hd64461if with hd64461uart 89 file arch/hpcsh/dev/hd64461/hd64461uart.c hd64461uart 90 91 device hd64461video: hpcfbif 92 attach hd64461video at hd64461if 93 file arch/hpcsh/dev/hd64461/hd64461video.c hd64461video needs-flag 94 file dev/hpc/video_subr.c hd64461video 95 96 # network devices MII bus 97 include "dev/mii/files.mii" 98 99 # 100 # Workstation Console 101 # 102 include "dev/wscons/files.wscons" 103 104