files.alchemy revision 1.10
11.10Smatt#	$NetBSD: files.alchemy,v 1.10 2009/08/02 17:12:29 matt 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.7Sgdamorefile	arch/mips/mips/mips3_clockintr.c
291.1Sgdamorefile	arch/mips/mips/softintr.c
301.1Sgdamore
311.1Sgdamore# System bus
321.1Sgdamoredevice	mainbus { }
331.1Sgdamoreattach	mainbus at root
341.1Sgdamorefile	arch/evbmips/alchemy/mainbus.c		mainbus
351.1Sgdamore
361.1Sgdamoredevice	cpu
371.1Sgdamoreattach	cpu at mainbus
381.10Smattfile	arch/evbmips/evbmips/cpu.c		cpu
391.1Sgdamore
401.1Sgdamore# Alchemy on-board devices
411.1Sgdamoredevice	obio { [addr=-1] }
421.1Sgdamoreattach	obio at mainbus
431.1Sgdamorefile	arch/evbmips/alchemy/obio.c		obio
441.1Sgdamore
451.1Sgdamore# Machine-independent SCSI drivers
461.1Sgdamoreinclude "dev/scsipi/files.scsipi"
471.1Sgdamore
481.1Sgdamore# Machine-independent ATA drivers
491.1Sgdamoreinclude "dev/ata/files.ata"
501.1Sgdamore
511.1Sgdamore# Machine-independent USB device support
521.1Sgdamoreinclude "dev/usb/files.usb"
531.1Sgdamore
541.2Sgdamore# Machine-independent I2O drivers
551.2Sgdamoreinclude "dev/i2o/files.i2o"
561.2Sgdamore
571.2Sgdamore# Machine-independent PCI drivers
581.2Sgdamoreinclude "dev/pci/files.pci"
591.2Sgdamore
601.1Sgdamore# Machine-independent PCMCIA drivers
611.1Sgdamoredevice	fdc {drive = -1}	# files.pcmcia requires.
621.1Sgdamoreinclude "dev/pcmcia/files.pcmcia"
631.1Sgdamore
641.1Sgdamore# Memory Disk
651.1Sgdamorefile	dev/md_root.c				memory_disk_hooks
66