files.bebox revision 1.47
11.47Sgdamore#	$NetBSD: files.bebox,v 1.47 2006/09/15 08:25:02 gdamore Exp $
21.1Ssakamoto#
31.7Ssakamoto# First try for bebox specific configuration info
41.1Ssakamoto#
51.43Swizmaxpartitions 8
61.1Ssakamoto
71.1Ssakamotomaxusers 2 8 64
81.40Smatt
91.40Smattdefflag	XSERVER
101.1Ssakamoto
111.1Ssakamotofile	arch/bebox/bebox/autoconf.c
121.1Ssakamotofile	arch/bebox/bebox/clock.c
131.1Ssakamotofile	arch/bebox/bebox/disksubr.c		disk
141.1Ssakamotofile	arch/bebox/bebox/extintr.c
151.1Ssakamotofile	arch/bebox/bebox/machdep.c
161.38Smatt
171.26Stsubaifile	arch/powerpc/powerpc/bus_dma.c
181.39Smattfile	arch/powerpc/powerpc/bus_space.c
191.38Smattfile	arch/powerpc/powerpc/procfs_machdep.c	procfs
201.11Ssakamoto
211.11Ssakamoto# General files
221.1Ssakamotofile	dev/cons.c
231.1Ssakamoto
241.1Ssakamoto#
251.1Ssakamoto# Machine-independent SCSI drivers
261.1Ssakamoto#
271.5Ssakamotoinclude "dev/scsipi/files.scsipi"
281.1Ssakamoto
291.1Ssakamoto#
301.5Ssakamoto# Machine-independent ATA drivers
311.5Ssakamoto#
321.5Ssakamoto
331.6Ssakamotoinclude "dev/ata/files.ata"
341.7Ssakamoto
351.7Ssakamoto#
361.7Ssakamoto# Memory Disk for install floppy
371.7Ssakamoto#
381.31Sjdolecekfile	dev/md_root.c			memory_disk_hooks
391.21Sad
401.21Sad#
411.21Sad# Machine-independent I2O drivers.
421.21Sad#
431.21Sadinclude "dev/i2o/files.i2o"
441.5Ssakamoto
451.5Ssakamoto#
461.1Ssakamoto# System bus types
471.1Ssakamoto#
481.1Ssakamotodefine mainbus { }
491.45Sdrochnerdevice	mainbus: pcibus, mainbus
501.1Ssakamotoattach	mainbus at root
511.1Ssakamoto
521.28Smattdevice	cpu
531.28Smattattach	cpu at mainbus
541.28Smatt
551.28Smattfile	arch/bebox/bebox/mainbus.c	mainbus|cpu needs-flag
561.1Ssakamoto#
571.1Ssakamoto# PCI-only drivers
581.1Ssakamoto# XXX MUST BE INCLUDED BEFORE files.isa, as long as files.isa attaches
591.1Ssakamoto# XXX devices to 'pci'.
601.1Ssakamoto#
611.17Sthorpejinclude "dev/pci/files.pci"
621.1Ssakamotofile	arch/bebox/pci/pci_machdep.c	pci
631.1Ssakamoto
641.1Ssakamoto# PCI-Host bridge chipsets
651.8Sthorpejdevice	pchb: pcibus
661.1Ssakamotoattach	pchb at pci
671.1Ssakamotofile	arch/bebox/pci/pchb.c		pchb
681.1Ssakamoto
691.1Ssakamoto# PCI-ISA bridges
701.8Sthorpejdevice	pcib: isabus
711.1Ssakamotoattach	pcib at pci
721.1Ssakamotofile	arch/bebox/pci/pcib.c		pcib
731.1Ssakamoto
741.1Ssakamoto#
751.1Ssakamoto# ISA and mixed ISA+PCI drivers
761.1Ssakamoto#
771.1Ssakamoto
781.6Ssakamotoinclude "dev/isa/files.isa"
791.1Ssakamoto
801.1Ssakamotofile	arch/bebox/isa/isa_machdep.c	isa
811.1Ssakamotofile	arch/bebox/isa/isadma_machdep.c	isa
821.1Ssakamoto
831.1Ssakamoto# PC clock
841.1Ssakamotofile	arch/bebox/isa/isaclock.c		isa
851.1Ssakamoto
861.47Sgdamoredevice	mcclock: mc146818
871.47Sgdamoreattach	mcclock at isa with mcclock_isa
881.47Sgdamorefile	arch/bebox/isa/mcclock_isa.c		mcclock_isa
891.47Sgdamore
901.1Ssakamoto# attribute used to represent the "keyboard controller"
911.1Ssakamoto# XXX should be a real device
921.9Ssakamotodefine pckbcport { [irq = -1], [port = -1] }
931.1Ssakamoto
941.1Ssakamoto# PC console support a la "pccons"
951.9Ssakamotodevice	pc: tty, pckbcport
961.1Ssakamotoattach	pc at isa
971.42Sbjh21device	pcconskbd: pckbport_machdep_cnattach
981.42Sbjh21attach	pcconskbd at pckbport
991.9Ssakamotofile	arch/bebox/isa/pccons.c		pc | pcconskbd needs-flag
1001.1Ssakamoto
1011.1Ssakamoto# PC Mice; Logitech-style, Microsoft-style, and PS/2-style
1021.8Sthorpejdevice	lms
1031.1Ssakamotoattach	lms at isa
1041.1Ssakamotofile	arch/bebox/isa/lms.c		lms needs-flag
1051.8Sthorpejdevice	mms
1061.1Ssakamotoattach	mms at isa
1071.1Ssakamotofile	arch/bebox/isa/mms.c		mms needs-flag
1081.9Ssakamoto
1091.9Ssakamotoinclude	"dev/wscons/files.wscons"
1101.29Sbriggsinclude	"dev/wsfont/files.wsfont"
1111.14Ssakamoto
1121.14Ssakamotodevice	pfb: wsemuldisplaydev, wsrasteremulops
1131.14Ssakamotoattach	pfb at pci
1141.14Ssakamotofile	arch/bebox/pci/pfb.c		pfb needs-flag
1151.9Ssakamoto
1161.42Sbjh21include "dev/pckbport/files.pckbport"
1171.9Ssakamoto
1181.1Ssakamoto# Floppy disk controller
1191.20Sthorpejdevice	fdc {drive = -1}: isadma
1201.20Sthorpejfile	dev/isa/fd.c			fdc needs-flag
1211.20Sthorpej
1221.20Sthorpejattach	fdc at isa with fdc_isa
1231.20Sthorpejfile	dev/isa/fdc_isa.c		fdc_isa
1241.20Sthorpej
1251.20Sthorpejdevice	fd: disk
1261.1Ssakamotoattach	fd at fdc
1271.1Ssakamoto
1281.12Sthorpej# ISA Plug 'n Play support
1291.12Sthorpejfile	arch/bebox/isa/isapnp_machdep.c		isapnp
1301.35Sgehenna
1311.35Sgehennainclude	"arch/bebox/conf/majors.bebox"
132