NetBSD/sys/arch/bebox/conf/files.bebox

136 lines
2.7 KiB
Plaintext
Raw Normal View History

# $NetBSD: files.bebox,v 1.20 2000/04/23 16:47:47 thorpej Exp $
1997-10-14 10:47:17 +04:00
#
# First try for bebox specific configuration info
1997-10-14 10:47:17 +04:00
#
maxpartitions 16
maxusers 2 8 64
file arch/bebox/bebox/autoconf.c
file arch/bebox/bebox/bus_dma.c
1997-10-14 10:47:17 +04:00
file arch/bebox/bebox/clock.c
file arch/bebox/bebox/conf.c
file arch/bebox/bebox/disksubr.c disk
file arch/bebox/bebox/extintr.c
file arch/bebox/bebox/machdep.c
# General files
1997-10-14 10:47:17 +04:00
file dev/cons.c
#
# Machine-independent SCSI drivers
#
include "dev/scsipi/files.scsipi"
1997-10-14 10:47:17 +04:00
major {sd = 4}
major {cd = 6}
#
# Machine-independent ATA drivers
#
include "dev/ata/files.ata"
major {wd = 0}
#
# Memory Disk for install floppy
#
file arch/bebox/bebox/md_root.c memory_disk_hooks
major {md = 17}
#
# RAIDframe
#
major {raid = 18}
1997-10-14 10:47:17 +04:00
#
# System bus types
#
define mainbus { }
device mainbus: isabus, pcibus, mainbus
1997-10-14 10:47:17 +04:00
attach mainbus at root
file arch/bebox/bebox/mainbus.c mainbus
#
# PCI-only drivers
# XXX MUST BE INCLUDED BEFORE files.isa, as long as files.isa attaches
# XXX devices to 'pci'.
#
1999-07-09 06:32:28 +04:00
include "dev/pci/files.pci"
1997-10-14 10:47:17 +04:00
file arch/bebox/pci/pci_machdep.c pci
# PCI-Host bridge chipsets
device pchb: pcibus
1997-10-14 10:47:17 +04:00
attach pchb at pci
file arch/bebox/pci/pchb.c pchb
# PCI-ISA bridges
device pcib: isabus
1997-10-14 10:47:17 +04:00
attach pcib at pci
file arch/bebox/pci/pcib.c pcib
#
# ISA and mixed ISA+PCI drivers
#
include "dev/isa/files.isa"
1997-10-14 10:47:17 +04:00
major {mcd = 7}
#major {scd = 15}
file arch/bebox/isa/isa_machdep.c isa
file arch/bebox/isa/isadma_machdep.c isa
# PC clock
file arch/bebox/isa/isaclock.c isa
# attribute used to represent the "keyboard controller"
# XXX should be a real device
1998-03-27 03:07:53 +03:00
define pckbcport { [irq = -1], [port = -1] }
1997-10-14 10:47:17 +04:00
# PC console support a la "pccons"
1998-03-27 03:07:53 +03:00
device pc: tty, pckbcport
1997-10-14 10:47:17 +04:00
attach pc at isa
1998-03-27 03:07:53 +03:00
device pcconskbd
attach pcconskbd at pckbc
file arch/bebox/isa/pccons.c pc | pcconskbd needs-flag
1997-10-14 10:47:17 +04:00
# PC Mice; Logitech-style, Microsoft-style, and PS/2-style
device lms
1997-10-14 10:47:17 +04:00
attach lms at isa
file arch/bebox/isa/lms.c lms needs-flag
device mms
1997-10-14 10:47:17 +04:00
attach mms at isa
file arch/bebox/isa/mms.c mms needs-flag
1999-06-22 05:48:33 +04:00
device opms
attach opms at pckbcport with pms_hack
attach opms at pckbc with pms_pckbc
1998-03-27 03:07:53 +03:00
file arch/bebox/isa/pms.c pms | pms_hack | pms_pckbc needs-flag
include "dev/wscons/files.wscons"
device pfb: wsemuldisplaydev, wsrasteremulops
attach pfb at pci
file arch/bebox/pci/pfb.c pfb needs-flag
1998-03-27 03:07:53 +03:00
include "dev/pckbc/files.pckbc"
1997-10-14 10:47:17 +04:00
# Floppy disk controller
device fdc {drive = -1}: isadma
2000-04-07 20:35:19 +04:00
file dev/isa/fd.c fdc needs-flag
attach fdc at isa with fdc_isa
file dev/isa/fdc_isa.c fdc_isa
device fd: disk
attach fd at fdc
1997-10-14 10:47:17 +04:00
major {fd = 2}
# Game adapter (joystick)
device joy
1997-10-14 10:47:17 +04:00
file arch/bebox/isa/joy.c joy needs-flag
attach joy at isa with joy_isa
file arch/bebox/isa/joy_isa.c joy_isa
1998-07-31 08:55:30 +04:00
# ISA Plug 'n Play support
file arch/bebox/isa/isapnp_machdep.c isapnp