files.bebox revision 1.27
11.27Schristos#	$NetBSD: files.bebox,v 1.27 2001/06/18 02:00:49 christos 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.7Ssakamotofile arch/bebox/bebox/md_root.c   memory_disk_hooks 
531.7Ssakamotomajor   {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.1Ssakamotofile	arch/bebox/bebox/mainbus.c	mainbus
721.1Ssakamoto
731.1Ssakamoto#
741.1Ssakamoto# PCI-only drivers
751.1Ssakamoto# XXX MUST BE INCLUDED BEFORE files.isa, as long as files.isa attaches
761.1Ssakamoto# XXX devices to 'pci'.
771.1Ssakamoto#
781.17Sthorpejinclude "dev/pci/files.pci"
791.1Ssakamotofile	arch/bebox/pci/pci_machdep.c	pci
801.1Ssakamoto
811.1Ssakamoto# PCI-Host bridge chipsets
821.8Sthorpejdevice	pchb: pcibus
831.1Ssakamotoattach	pchb at pci
841.1Ssakamotofile	arch/bebox/pci/pchb.c		pchb
851.1Ssakamoto
861.1Ssakamoto# PCI-ISA bridges
871.8Sthorpejdevice	pcib: isabus
881.1Ssakamotoattach	pcib at pci
891.1Ssakamotofile	arch/bebox/pci/pcib.c		pcib
901.24Sbriggs
911.24Sbriggs# network devices MII bus
921.24Sbriggsinclude "dev/mii/files.mii"
931.1Ssakamoto
941.1Ssakamoto#
951.1Ssakamoto# ISA and mixed ISA+PCI drivers
961.1Ssakamoto#
971.1Ssakamoto
981.6Ssakamotoinclude "dev/isa/files.isa"
991.1Ssakamotomajor	{mcd = 7}
1001.1Ssakamoto#major	{scd = 15}
1011.1Ssakamoto
1021.1Ssakamotofile	arch/bebox/isa/isa_machdep.c	isa
1031.1Ssakamotofile	arch/bebox/isa/isadma_machdep.c	isa
1041.1Ssakamoto
1051.1Ssakamoto# PC clock
1061.1Ssakamotofile	arch/bebox/isa/isaclock.c		isa
1071.1Ssakamoto
1081.1Ssakamoto# attribute used to represent the "keyboard controller"
1091.1Ssakamoto# XXX should be a real device
1101.9Ssakamotodefine pckbcport { [irq = -1], [port = -1] }
1111.1Ssakamoto
1121.1Ssakamoto# PC console support a la "pccons"
1131.9Ssakamotodevice	pc: tty, pckbcport
1141.1Ssakamotoattach	pc at isa
1151.9Ssakamotodevice	pcconskbd
1161.9Ssakamotoattach	pcconskbd at pckbc
1171.9Ssakamotofile	arch/bebox/isa/pccons.c		pc | pcconskbd needs-flag
1181.1Ssakamoto
1191.1Ssakamoto# PC Mice; Logitech-style, Microsoft-style, and PS/2-style
1201.8Sthorpejdevice	lms
1211.1Ssakamotoattach	lms at isa
1221.1Ssakamotofile	arch/bebox/isa/lms.c		lms needs-flag
1231.8Sthorpejdevice	mms
1241.1Ssakamotoattach	mms at isa
1251.1Ssakamotofile	arch/bebox/isa/mms.c		mms needs-flag
1261.16Ssakamotodevice	opms
1271.16Ssakamotoattach	opms at pckbcport with pms_hack
1281.16Ssakamotoattach	opms at pckbc with pms_pckbc
1291.9Ssakamotofile	arch/bebox/isa/pms.c		pms | pms_hack | pms_pckbc needs-flag
1301.9Ssakamoto
1311.9Ssakamotoinclude	"dev/wscons/files.wscons"
1321.14Ssakamoto
1331.14Ssakamotodevice	pfb: wsemuldisplaydev, wsrasteremulops
1341.14Ssakamotoattach	pfb at pci
1351.14Ssakamotofile	arch/bebox/pci/pfb.c		pfb needs-flag
1361.9Ssakamoto
1371.9Ssakamotoinclude "dev/pckbc/files.pckbc"
1381.9Ssakamoto
1391.1Ssakamoto# Floppy disk controller
1401.20Sthorpejdevice	fdc {drive = -1}: isadma
1411.20Sthorpejfile	dev/isa/fd.c			fdc needs-flag
1421.20Sthorpej
1431.20Sthorpejattach	fdc at isa with fdc_isa
1441.20Sthorpejfile	dev/isa/fdc_isa.c		fdc_isa
1451.20Sthorpej
1461.20Sthorpejdevice	fd: disk
1471.1Ssakamotoattach	fd at fdc
1481.1Ssakamotomajor	{fd = 2}
1491.1Ssakamoto
1501.1Ssakamoto# Game adapter (joystick)
1511.8Sthorpejdevice	joy
1521.1Ssakamotofile	arch/bebox/isa/joy.c		joy needs-flag
1531.1Ssakamoto
1541.1Ssakamotoattach	joy at isa with joy_isa
1551.1Ssakamotofile	arch/bebox/isa/joy_isa.c		joy_isa
1561.12Sthorpej
1571.12Sthorpej# ISA Plug 'n Play support
1581.12Sthorpejfile	arch/bebox/isa/isapnp_machdep.c		isapnp
159