files.bebox revision 1.17
1# $NetBSD: files.bebox,v 1.17 1999/07/09 02:32:30 thorpej Exp $ 2# 3# First try for bebox specific configuration info 4# 5maxpartitions 16 6 7maxusers 2 8 64 8 9file arch/bebox/bebox/autoconf.c 10file arch/bebox/bebox/bus_dma.c 11file arch/bebox/bebox/clock.c 12file arch/bebox/bebox/conf.c 13file arch/bebox/bebox/disksubr.c disk 14file arch/bebox/bebox/extintr.c 15file arch/bebox/bebox/machdep.c 16 17# General files 18file dev/cons.c 19 20# 21# Machine-independent SCSI drivers 22# 23include "dev/scsipi/files.scsipi" 24major {sd = 4} 25major {cd = 6} 26 27# 28# Machine-independent ATA drivers 29# 30 31include "dev/ata/files.ata" 32major {wd = 0} 33 34# 35# Memory Disk for install floppy 36# 37file arch/bebox/bebox/md_root.c memory_disk_hooks 38major {md = 17} 39 40# 41# System bus types 42# 43define mainbus { } 44device mainbus: isabus, pcibus, mainbus 45attach mainbus at root 46file arch/bebox/bebox/mainbus.c mainbus 47 48# 49# PCI-only drivers 50# XXX MUST BE INCLUDED BEFORE files.isa, as long as files.isa attaches 51# XXX devices to 'pci'. 52# 53include "dev/pci/files.pci" 54file arch/bebox/pci/pci_machdep.c pci 55 56# PCI-Host bridge chipsets 57device pchb: pcibus 58attach pchb at pci 59file arch/bebox/pci/pchb.c pchb 60 61# PCI-ISA bridges 62device pcib: isabus 63attach pcib at pci 64file arch/bebox/pci/pcib.c pcib 65 66# 67# ISA and mixed ISA+PCI drivers 68# 69 70include "dev/isa/files.isa" 71major {mcd = 7} 72#major {scd = 15} 73 74file arch/bebox/isa/isa_machdep.c isa 75file arch/bebox/isa/isadma_machdep.c isa 76 77# PC clock 78file arch/bebox/isa/isaclock.c isa 79 80# attribute used to represent the "keyboard controller" 81# XXX should be a real device 82define pckbcport { [irq = -1], [port = -1] } 83 84# PC console support a la "pccons" 85device pc: tty, pckbcport 86attach pc at isa 87device pcconskbd 88attach pcconskbd at pckbc 89file arch/bebox/isa/pccons.c pc | pcconskbd needs-flag 90 91# PC Mice; Logitech-style, Microsoft-style, and PS/2-style 92device lms 93attach lms at isa 94file arch/bebox/isa/lms.c lms needs-flag 95device mms 96attach mms at isa 97file arch/bebox/isa/mms.c mms needs-flag 98device opms 99attach opms at pckbcport with pms_hack 100attach opms at pckbc with pms_pckbc 101file arch/bebox/isa/pms.c pms | pms_hack | pms_pckbc needs-flag 102 103include "dev/wscons/files.wscons" 104 105device pfb: wsemuldisplaydev, wsrasteremulops 106attach pfb at pci 107file arch/bebox/pci/pfb.c pfb needs-flag 108 109include "dev/pckbc/files.pckbc" 110 111# Floppy disk controller 112device fdc {drive = -1} 113attach fdc at isa 114device fd: disk, isadma 115attach fd at fdc 116file arch/bebox/isa/fd.c fdc needs-flag 117major {fd = 2} 118 119# Game adapter (joystick) 120device joy 121file arch/bebox/isa/joy.c joy needs-flag 122 123attach joy at isa with joy_isa 124file arch/bebox/isa/joy_isa.c joy_isa 125 126# ISA Plug 'n Play support 127file arch/bebox/isa/isapnp_machdep.c isapnp 128