files.bebox revision 1.32
11.32Sjdolecek#	$NetBSD: files.bebox,v 1.32 2002/02/02 18:37:42 jdolecek Exp $
21.1Ssakamoto#
31.7Ssakamoto# First try for bebox specific configuration info
41.1Ssakamoto#
51.1Ssakamotomaxpartitions 16
61.1Ssakamoto
71.1Ssakamotomaxusers 2 8 64
81.1Ssakamoto
91.1Ssakamotofile	arch/bebox/bebox/autoconf.c
101.25Smattfile	arch/bebox/bebox/bus_space.c
111.1Ssakamotofile	arch/bebox/bebox/clock.c
121.1Ssakamotofile	arch/bebox/bebox/conf.c
131.1Ssakamotofile	arch/bebox/bebox/disksubr.c		disk
141.1Ssakamotofile	arch/bebox/bebox/extintr.c
151.1Ssakamotofile	arch/bebox/bebox/machdep.c
161.22Sfvdlfile	arch/bebox/bebox/procfs_machdep.c	procfs
171.26Stsubaifile	arch/powerpc/powerpc/bus_dma.c
181.11Ssakamoto
191.11Ssakamoto# General files
201.1Ssakamotofile	dev/cons.c
211.23Smanu
221.23Smanu#
231.23Smanu# Compatibility modules
241.23Smanu#
251.23Smanu
261.23Smanu# OSS audio driver compatibility
271.23Smanuinclude "compat/ossaudio/files.ossaudio"
281.23Smanu
291.23Smanu# Linux binary compatibility (COMPAT_LINUX)
301.23Smanuinclude "compat/linux/files.linux"
311.23Smanuinclude "compat/linux/arch/powerpc/files.linux_powerpc"
321.27Schristosfile arch/powerpc/powerpc/linux_sigcode.S	compat_linux
331.27Schristosfile arch/powerpc/powerpc/linux_trap.c		compat_linux
341.1Ssakamoto
351.1Ssakamoto#
361.1Ssakamoto# Machine-independent SCSI drivers
371.1Ssakamoto#
381.5Ssakamotoinclude "dev/scsipi/files.scsipi"
391.1Ssakamotomajor	{sd = 4}
401.1Ssakamotomajor	{cd = 6}
411.1Ssakamoto
421.1Ssakamoto#
431.5Ssakamoto# Machine-independent ATA drivers
441.5Ssakamoto#
451.5Ssakamoto
461.6Ssakamotoinclude "dev/ata/files.ata"
471.5Ssakamotomajor	{wd = 0}
481.7Ssakamoto
491.7Ssakamoto#
501.7Ssakamoto# Memory Disk for install floppy
511.7Ssakamoto#
521.31Sjdolecekfile	dev/md_root.c			memory_disk_hooks
531.30Slukemmajor	{md = 17}
541.18Soster
551.18Soster#
561.18Soster# RAIDframe
571.18Soster#
581.18Sostermajor	{raid = 18}
591.21Sad
601.21Sad#
611.21Sad# Machine-independent I2O drivers.
621.21Sad#
631.21Sadinclude "dev/i2o/files.i2o"
641.5Ssakamoto
651.5Ssakamoto#
661.1Ssakamoto# System bus types
671.1Ssakamoto#
681.1Ssakamotodefine mainbus { }
691.8Sthorpejdevice	mainbus: isabus, pcibus, mainbus
701.1Ssakamotoattach	mainbus at root
711.1Ssakamoto
721.28Smattdevice	cpu
731.28Smattattach	cpu at mainbus
741.28Smatt
751.28Smattfile	arch/bebox/bebox/mainbus.c	mainbus|cpu needs-flag
761.1Ssakamoto#
771.1Ssakamoto# PCI-only drivers
781.1Ssakamoto# XXX MUST BE INCLUDED BEFORE files.isa, as long as files.isa attaches
791.1Ssakamoto# XXX devices to 'pci'.
801.1Ssakamoto#
811.17Sthorpejinclude "dev/pci/files.pci"
821.1Ssakamotofile	arch/bebox/pci/pci_machdep.c	pci
831.1Ssakamoto
841.1Ssakamoto# PCI-Host bridge chipsets
851.8Sthorpejdevice	pchb: pcibus
861.1Ssakamotoattach	pchb at pci
871.1Ssakamotofile	arch/bebox/pci/pchb.c		pchb
881.1Ssakamoto
891.1Ssakamoto# PCI-ISA bridges
901.8Sthorpejdevice	pcib: isabus
911.1Ssakamotoattach	pcib at pci
921.1Ssakamotofile	arch/bebox/pci/pcib.c		pcib
931.24Sbriggs
941.24Sbriggs# network devices MII bus
951.24Sbriggsinclude "dev/mii/files.mii"
961.1Ssakamoto
971.1Ssakamoto#
981.1Ssakamoto# ISA and mixed ISA+PCI drivers
991.1Ssakamoto#
1001.1Ssakamoto
1011.6Ssakamotoinclude "dev/isa/files.isa"
1021.1Ssakamotomajor	{mcd = 7}
1031.1Ssakamoto#major	{scd = 15}
1041.1Ssakamoto
1051.1Ssakamotofile	arch/bebox/isa/isa_machdep.c	isa
1061.1Ssakamotofile	arch/bebox/isa/isadma_machdep.c	isa
1071.1Ssakamoto
1081.1Ssakamoto# PC clock
1091.1Ssakamotofile	arch/bebox/isa/isaclock.c		isa
1101.1Ssakamoto
1111.1Ssakamoto# attribute used to represent the "keyboard controller"
1121.1Ssakamoto# XXX should be a real device
1131.9Ssakamotodefine pckbcport { [irq = -1], [port = -1] }
1141.1Ssakamoto
1151.1Ssakamoto# PC console support a la "pccons"
1161.9Ssakamotodevice	pc: tty, pckbcport
1171.1Ssakamotoattach	pc at isa
1181.9Ssakamotodevice	pcconskbd
1191.9Ssakamotoattach	pcconskbd at pckbc
1201.9Ssakamotofile	arch/bebox/isa/pccons.c		pc | pcconskbd needs-flag
1211.1Ssakamoto
1221.1Ssakamoto# PC Mice; Logitech-style, Microsoft-style, and PS/2-style
1231.8Sthorpejdevice	lms
1241.1Ssakamotoattach	lms at isa
1251.1Ssakamotofile	arch/bebox/isa/lms.c		lms needs-flag
1261.8Sthorpejdevice	mms
1271.1Ssakamotoattach	mms at isa
1281.1Ssakamotofile	arch/bebox/isa/mms.c		mms needs-flag
1291.16Ssakamotodevice	opms
1301.16Ssakamotoattach	opms at pckbcport with pms_hack
1311.16Ssakamotoattach	opms at pckbc with pms_pckbc
1321.9Ssakamotofile	arch/bebox/isa/pms.c		pms | pms_hack | pms_pckbc needs-flag
1331.9Ssakamoto
1341.9Ssakamotoinclude	"dev/wscons/files.wscons"
1351.29Sbriggsinclude	"dev/wsfont/files.wsfont"
1361.14Ssakamoto
1371.14Ssakamotodevice	pfb: wsemuldisplaydev, wsrasteremulops
1381.14Ssakamotoattach	pfb at pci
1391.14Ssakamotofile	arch/bebox/pci/pfb.c		pfb needs-flag
1401.9Ssakamoto
1411.9Ssakamotoinclude "dev/pckbc/files.pckbc"
1421.9Ssakamoto
1431.1Ssakamoto# Floppy disk controller
1441.20Sthorpejdevice	fdc {drive = -1}: isadma
1451.20Sthorpejfile	dev/isa/fd.c			fdc needs-flag
1461.20Sthorpej
1471.20Sthorpejattach	fdc at isa with fdc_isa
1481.20Sthorpejfile	dev/isa/fdc_isa.c		fdc_isa
1491.20Sthorpej
1501.20Sthorpejdevice	fd: disk
1511.1Ssakamotoattach	fd at fdc
1521.1Ssakamotomajor	{fd = 2}
1531.1Ssakamoto
1541.1Ssakamoto# Game adapter (joystick)
1551.32Sjdolecekfile	arch/bebox/isa/joy_timer.c	joy
1561.12Sthorpej
1571.12Sthorpej# ISA Plug 'n Play support
1581.12Sthorpejfile	arch/bebox/isa/isapnp_machdep.c		isapnp
159