files.alchemy revision 1.6
11.6Sgdamore#	$NetBSD: files.alchemy,v 1.6 2006/09/02 22:54:47 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.5Sshige				ALCHEMY_OMSAL400
91.1Sgdamore
101.1Sgdamorefile	arch/evbmips/alchemy/mach_intr.c
111.1Sgdamore
121.1Sgdamorefile	arch/evbmips/alchemy/autoconf.c
131.1Sgdamorefile	arch/evbmips/alchemy/machdep.c
141.1Sgdamore
151.1Sgdamorefile	arch/evbmips/alchemy/genericbd.c	alchemy_generic
161.1Sgdamorefile	arch/evbmips/alchemy/dbau1500.c		alchemy_dbau1500
171.1Sgdamorefile	arch/evbmips/alchemy/dbau1550.c		alchemy_dbau1550
181.4Sgdamorefile	arch/evbmips/alchemy/mtx-1.c		alchemy_mtx1
191.5Sshigefile	arch/evbmips/alchemy/omsal400.c		alchemy_omsal400
201.2Sgdamorefile	arch/evbmips/alchemy/pciide_machdep.c	pciide_common
211.1Sgdamore
221.1Sgdamorefile	arch/mips/mips/bus_dma.c
231.1Sgdamorefile	arch/evbmips/evbmips/disksubr.c
241.1Sgdamorefile	arch/evbmips/evbmips/interrupt.c
251.1Sgdamorefile	arch/evbmips/evbmips/yamon.c
261.1Sgdamore
271.6Sgdamorefile	arch/mips/mips/mips3_clock.c
281.1Sgdamorefile	arch/mips/mips/softintr.c
291.1Sgdamore
301.1Sgdamore# System bus
311.1Sgdamoredevice	mainbus { }
321.1Sgdamoreattach	mainbus at root
331.1Sgdamorefile	arch/evbmips/alchemy/mainbus.c		mainbus
341.1Sgdamore
351.1Sgdamoredevice	cpu
361.1Sgdamoreattach	cpu at mainbus
371.1Sgdamorefile	arch/evbmips/alchemy/cpu.c		cpu
381.1Sgdamore
391.1Sgdamore# Alchemy on-board devices
401.1Sgdamoredevice	obio { [addr=-1] }
411.1Sgdamoreattach	obio at mainbus
421.1Sgdamorefile	arch/evbmips/alchemy/obio.c		obio
431.1Sgdamore
441.1Sgdamore# Machine-independent SCSI drivers
451.1Sgdamoreinclude "dev/scsipi/files.scsipi"
461.1Sgdamore
471.1Sgdamore# Machine-independent ATA drivers
481.1Sgdamoreinclude "dev/ata/files.ata"
491.1Sgdamore
501.1Sgdamore# Machine-independent WS console drivers
511.1Sgdamoreinclude "dev/wsfont/files.wsfont"
521.1Sgdamoreinclude "dev/wscons/files.wscons"
531.1Sgdamore
541.1Sgdamore# Machine-independent USB device support
551.1Sgdamoreinclude "dev/usb/files.usb"
561.1Sgdamore
571.2Sgdamore# Machine-independent I2O drivers
581.2Sgdamoreinclude "dev/i2o/files.i2o"
591.2Sgdamore
601.2Sgdamore# Machine-independent PCI drivers
611.2Sgdamoreinclude "dev/pci/files.pci"
621.2Sgdamore
631.1Sgdamore# Machine-independent PCMCIA drivers
641.1Sgdamoredevice	fdc {drive = -1}	# files.pcmcia requires.
651.1Sgdamoreinclude "dev/pcmcia/files.pcmcia"
661.1Sgdamore
671.1Sgdamore# Memory Disk
681.1Sgdamorefile	dev/md_root.c				memory_disk_hooks
69