files.alchemy revision 1.4
11.4Sgdamore#	$NetBSD: files.alchemy,v 1.4 2006/02/23 04:40:53 gdamore Exp $
21.1Sgdamore
31.1Sgdamore# Platform support - select just one, please
41.1Sgdamoredefflag		opt_alchemy.h	ALCHEMY_GENERIC
51.1Sgdamore				ALCHEMY_DBAU1550
61.1Sgdamore				ALCHEMY_DBAU1500
71.4Sgdamore				ALCHEMY_MTX1
81.1Sgdamore
91.1Sgdamorefile	arch/evbmips/alchemy/mach_intr.c
101.1Sgdamore
111.1Sgdamorefile	arch/evbmips/alchemy/autoconf.c
121.1Sgdamorefile	arch/evbmips/alchemy/machdep.c
131.1Sgdamore
141.1Sgdamorefile	arch/evbmips/alchemy/genericbd.c	alchemy_generic
151.1Sgdamorefile	arch/evbmips/alchemy/dbau1500.c		alchemy_dbau1500
161.1Sgdamorefile	arch/evbmips/alchemy/dbau1550.c		alchemy_dbau1550
171.4Sgdamorefile	arch/evbmips/alchemy/mtx-1.c		alchemy_mtx1
181.2Sgdamorefile	arch/evbmips/alchemy/pciide_machdep.c	pciide_common
191.1Sgdamore
201.1Sgdamorefile	arch/mips/mips/bus_dma.c
211.1Sgdamorefile	arch/evbmips/evbmips/clock.c
221.1Sgdamorefile	arch/evbmips/evbmips/disksubr.c
231.1Sgdamorefile	arch/evbmips/evbmips/interrupt.c
241.1Sgdamorefile	arch/evbmips/evbmips/yamon.c
251.1Sgdamore
261.1Sgdamorefile	arch/mips/mips/softintr.c
271.1Sgdamore
281.1Sgdamore
291.1Sgdamore# System bus
301.1Sgdamoredevice	mainbus { }
311.1Sgdamoreattach	mainbus at root
321.1Sgdamorefile	arch/evbmips/alchemy/mainbus.c		mainbus
331.1Sgdamore
341.1Sgdamoredevice	cpu
351.1Sgdamoreattach	cpu at mainbus
361.1Sgdamorefile	arch/evbmips/alchemy/cpu.c		cpu
371.1Sgdamore
381.1Sgdamore# Alchemy on-board devices
391.1Sgdamoredevice	obio { [addr=-1] }
401.1Sgdamoreattach	obio at mainbus
411.1Sgdamorefile	arch/evbmips/alchemy/obio.c		obio
421.1Sgdamore
431.1Sgdamore# Machine-independent SCSI drivers
441.1Sgdamoreinclude "dev/scsipi/files.scsipi"
451.1Sgdamore
461.1Sgdamore# Machine-independent ATA drivers
471.1Sgdamoreinclude "dev/ata/files.ata"
481.1Sgdamore
491.1Sgdamore# Machine-independent WS console drivers
501.1Sgdamoreinclude "dev/wsfont/files.wsfont"
511.1Sgdamoreinclude "dev/wscons/files.wscons"
521.1Sgdamore
531.1Sgdamore# Machine-independent USB device support
541.1Sgdamoreinclude "dev/usb/files.usb"
551.1Sgdamore
561.2Sgdamore# Machine-independent I2O drivers
571.2Sgdamoreinclude "dev/i2o/files.i2o"
581.2Sgdamore
591.2Sgdamore# Machine-independent PCI drivers
601.2Sgdamoreinclude "dev/pci/files.pci"
611.2Sgdamore
621.1Sgdamore# Machine-independent PCMCIA drivers
631.1Sgdamoredevice	fdc {drive = -1}	# files.pcmcia requires.
641.1Sgdamoreinclude "dev/pcmcia/files.pcmcia"
651.1Sgdamore
661.1Sgdamore# Memory Disk
671.1Sgdamorefile	dev/md_root.c				memory_disk_hooks
68