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