files.bebox revision 1.26
11.26Stsubai#	$NetBSD: files.bebox,v 1.26 2001/06/12 17:13:34 tsubai 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.23Smanufile arch/powerpc/powerpc/linux_sigcode.S        compat_linux
331.1Ssakamoto
341.1Ssakamoto#
351.1Ssakamoto# Machine-independent SCSI drivers
361.1Ssakamoto#
371.5Ssakamotoinclude "dev/scsipi/files.scsipi"
381.1Ssakamotomajor	{sd = 4}
391.1Ssakamotomajor	{cd = 6}
401.1Ssakamoto
411.1Ssakamoto#
421.5Ssakamoto# Machine-independent ATA drivers
431.5Ssakamoto#
441.5Ssakamoto
451.6Ssakamotoinclude "dev/ata/files.ata"
461.5Ssakamotomajor	{wd = 0}
471.7Ssakamoto
481.7Ssakamoto#
491.7Ssakamoto# Memory Disk for install floppy
501.7Ssakamoto#
511.7Ssakamotofile arch/bebox/bebox/md_root.c   memory_disk_hooks 
521.7Ssakamotomajor   {md = 17}
531.18Soster
541.18Soster#
551.18Soster# RAIDframe
561.18Soster#
571.18Sostermajor	{raid = 18}
581.21Sad
591.21Sad#
601.21Sad# Machine-independent I2O drivers.
611.21Sad#
621.21Sadinclude "dev/i2o/files.i2o"
631.5Ssakamoto
641.5Ssakamoto#
651.1Ssakamoto# System bus types
661.1Ssakamoto#
671.1Ssakamotodefine mainbus { }
681.8Sthorpejdevice	mainbus: isabus, pcibus, mainbus
691.1Ssakamotoattach	mainbus at root
701.1Ssakamotofile	arch/bebox/bebox/mainbus.c	mainbus
711.1Ssakamoto
721.1Ssakamoto#
731.1Ssakamoto# PCI-only drivers
741.1Ssakamoto# XXX MUST BE INCLUDED BEFORE files.isa, as long as files.isa attaches
751.1Ssakamoto# XXX devices to 'pci'.
761.1Ssakamoto#
771.17Sthorpejinclude "dev/pci/files.pci"
781.1Ssakamotofile	arch/bebox/pci/pci_machdep.c	pci
791.1Ssakamoto
801.1Ssakamoto# PCI-Host bridge chipsets
811.8Sthorpejdevice	pchb: pcibus
821.1Ssakamotoattach	pchb at pci
831.1Ssakamotofile	arch/bebox/pci/pchb.c		pchb
841.1Ssakamoto
851.1Ssakamoto# PCI-ISA bridges
861.8Sthorpejdevice	pcib: isabus
871.1Ssakamotoattach	pcib at pci
881.1Ssakamotofile	arch/bebox/pci/pcib.c		pcib
891.24Sbriggs
901.24Sbriggs# network devices MII bus
911.24Sbriggsinclude "dev/mii/files.mii"
921.1Ssakamoto
931.1Ssakamoto#
941.1Ssakamoto# ISA and mixed ISA+PCI drivers
951.1Ssakamoto#
961.1Ssakamoto
971.6Ssakamotoinclude "dev/isa/files.isa"
981.1Ssakamotomajor	{mcd = 7}
991.1Ssakamoto#major	{scd = 15}
1001.1Ssakamoto
1011.1Ssakamotofile	arch/bebox/isa/isa_machdep.c	isa
1021.1Ssakamotofile	arch/bebox/isa/isadma_machdep.c	isa
1031.1Ssakamoto
1041.1Ssakamoto# PC clock
1051.1Ssakamotofile	arch/bebox/isa/isaclock.c		isa
1061.1Ssakamoto
1071.1Ssakamoto# attribute used to represent the "keyboard controller"
1081.1Ssakamoto# XXX should be a real device
1091.9Ssakamotodefine pckbcport { [irq = -1], [port = -1] }
1101.1Ssakamoto
1111.1Ssakamoto# PC console support a la "pccons"
1121.9Ssakamotodevice	pc: tty, pckbcport
1131.1Ssakamotoattach	pc at isa
1141.9Ssakamotodevice	pcconskbd
1151.9Ssakamotoattach	pcconskbd at pckbc
1161.9Ssakamotofile	arch/bebox/isa/pccons.c		pc | pcconskbd needs-flag
1171.1Ssakamoto
1181.1Ssakamoto# PC Mice; Logitech-style, Microsoft-style, and PS/2-style
1191.8Sthorpejdevice	lms
1201.1Ssakamotoattach	lms at isa
1211.1Ssakamotofile	arch/bebox/isa/lms.c		lms needs-flag
1221.8Sthorpejdevice	mms
1231.1Ssakamotoattach	mms at isa
1241.1Ssakamotofile	arch/bebox/isa/mms.c		mms needs-flag
1251.16Ssakamotodevice	opms
1261.16Ssakamotoattach	opms at pckbcport with pms_hack
1271.16Ssakamotoattach	opms at pckbc with pms_pckbc
1281.9Ssakamotofile	arch/bebox/isa/pms.c		pms | pms_hack | pms_pckbc needs-flag
1291.9Ssakamoto
1301.9Ssakamotoinclude	"dev/wscons/files.wscons"
1311.14Ssakamoto
1321.14Ssakamotodevice	pfb: wsemuldisplaydev, wsrasteremulops
1331.14Ssakamotoattach	pfb at pci
1341.14Ssakamotofile	arch/bebox/pci/pfb.c		pfb needs-flag
1351.9Ssakamoto
1361.9Ssakamotoinclude "dev/pckbc/files.pckbc"
1371.9Ssakamoto
1381.1Ssakamoto# Floppy disk controller
1391.20Sthorpejdevice	fdc {drive = -1}: isadma
1401.20Sthorpejfile	dev/isa/fd.c			fdc needs-flag
1411.20Sthorpej
1421.20Sthorpejattach	fdc at isa with fdc_isa
1431.20Sthorpejfile	dev/isa/fdc_isa.c		fdc_isa
1441.20Sthorpej
1451.20Sthorpejdevice	fd: disk
1461.1Ssakamotoattach	fd at fdc
1471.1Ssakamotomajor	{fd = 2}
1481.1Ssakamoto
1491.1Ssakamoto# Game adapter (joystick)
1501.8Sthorpejdevice	joy
1511.1Ssakamotofile	arch/bebox/isa/joy.c		joy needs-flag
1521.1Ssakamoto
1531.1Ssakamotoattach	joy at isa with joy_isa
1541.1Ssakamotofile	arch/bebox/isa/joy_isa.c		joy_isa
1551.12Sthorpej
1561.12Sthorpej# ISA Plug 'n Play support
1571.12Sthorpejfile	arch/bebox/isa/isapnp_machdep.c		isapnp
158