1# $NetBSD: files.bebox,v 1.3 1998/01/05 20:51:41 perry Exp $ 2# 3# First try for be specific configuration info 4# 5maxpartitions 16 6 7maxusers 2 8 64 8 9file arch/bebox/bebox/Locore.c 10file arch/bebox/bebox/autoconf.c 11file arch/bebox/bebox/bcopy.c 12file arch/bebox/bebox/clock.c 13file arch/bebox/bebox/conf.c 14file arch/bebox/bebox/copyinstr.c 15file arch/bebox/bebox/copyoutstr.c 16file arch/bebox/bebox/copystr.c 17file arch/bebox/bebox/disksubr.c disk 18file arch/bebox/bebox/extintr.c 19file arch/bebox/bebox/fpu.c 20file arch/bebox/bebox/fubyte.c 21file arch/bebox/bebox/fuswintr.c 22file arch/bebox/bebox/in_cksum.c 23file arch/bebox/bebox/ipkdb_glue.c ipkdb 24file arch/bebox/bebox/machdep.c 25file arch/bebox/bebox/mem.c 26file arch/bebox/bebox/pmap.c 27file arch/bebox/bebox/process_machdep.c 28file arch/bebox/bebox/subyte.c 29file arch/bebox/bebox/suword.c 30file arch/bebox/bebox/suswintr.c 31file arch/bebox/bebox/sys_machdep.c 32file arch/bebox/bebox/trap.c 33file arch/bebox/bebox/vm_machdep.c 34file arch/bebox/bebox/bus_dma.c 35file dev/cons.c 36file dev/cninit.c 37file arch/bebox/bebox/setjmp.S ddb 38file arch/bebox/bebox/db_memrw.c ddb 39file arch/bebox/bebox/db_disasm.c ddb 40file arch/bebox/bebox/db_interface.c ddb 41file arch/bebox/bebox/db_trace.c ddb 42 43major {vnd = 14} 44 45# 46# Machine-independent SCSI drivers 47# 48include "../../../dev/scsipi/files.scsipi" 49major {sd = 4} 50major {st = 5} 51major {cd = 6} 52 53# 54# System bus types 55# 56define mainbus { } 57device mainbus: isabus, pcibus, mainbus 58attach mainbus at root 59file arch/bebox/bebox/mainbus.c mainbus 60 61# 62# PCI-only drivers 63# XXX MUST BE INCLUDED BEFORE files.isa, as long as files.isa attaches 64# XXX devices to 'pci'. 65# 66include "../../../dev/pci/files.pci" 67file arch/bebox/pci/pci_machdep.c pci 68 69# PCI-Host bridge chipsets 70device pchb 71attach pchb at pci 72file arch/bebox/pci/pchb.c pchb 73 74# PCI-ISA bridges 75device pcib: isabus 76attach pcib at pci 77file arch/bebox/pci/pcib.c pcib 78 79# 80# ISA and mixed ISA+PCI drivers 81# 82 83include "arch/bebox/conf/files.isa" 84major {mcd = 7} 85#major {scd = 15} 86major {wd = 0} 87major {wt = 3} 88 89file arch/bebox/isa/isa_machdep.c isa 90file arch/bebox/isa/isadma_machdep.c isa 91 92# PC clock 93file arch/bebox/isa/isaclock.c isa 94 95# attribute used to represent the "keyboard controller" 96# XXX should be a real device 97define pckbd { [irq = -1], [port = -1] } 98 99# PC console support a la "pccons" 100device pc: tty, pckbd 101attach pc at isa 102file arch/bebox/isa/pccons.c pc needs-flag 103 104# PC console support a la "pcvt" 105device vt: tty, pckbd 106attach vt at isa 107file arch/bebox/isa/pcvt/pcvt_drv.c vt needs-flag 108file arch/bebox/isa/pcvt/pcvt_ext.c vt needs-flag 109file arch/bebox/isa/pcvt/pcvt_kbd.c vt needs-flag 110file arch/bebox/isa/pcvt/pcvt_out.c vt needs-flag 111file arch/bebox/isa/pcvt/pcvt_sup.c vt needs-flag 112file arch/bebox/isa/pcvt/pcvt_vtf.c vt needs-flag 113 114# PC Mice; Logitech-style, Microsoft-style, and PS/2-style 115device lms 116attach lms at isa 117file arch/bebox/isa/lms.c lms needs-flag 118device mms 119attach mms at isa 120file arch/bebox/isa/mms.c mms needs-flag 121device pms 122attach pms at pckbd 123file arch/bebox/isa/pms.c pms needs-flag 124 125# Floppy disk controller 126device fdc {drive = -1} 127attach fdc at isa 128device fd: disk, isadma 129attach fd at fdc 130file arch/bebox/isa/fd.c fdc needs-flag 131major {fd = 2} 132 133# PC speaker 134device spkr: tty 135attach spkr at pckbd 136file arch/bebox/isa/spkr.c spkr needs-flag 137 138# Game adapter (joystick) 139device joy 140file arch/bebox/isa/joy.c joy needs-flag 141 142attach joy at isa with joy_isa 143file arch/bebox/isa/joy_isa.c joy_isa 144