11.12Salnsn#	$NetBSD: files.alchemy,v 1.12 2014/07/20 10:22:54 alnsn 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.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.10Smattfile	arch/evbmips/evbmips/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.12Salnsn# Stack-less Just-In-Time compiler
451.12Salnsninclude	"external/bsd/sljit/conf/files.sljit"
461.12Salnsn
471.1Sgdamore# Machine-independent SCSI drivers
481.1Sgdamoreinclude "dev/scsipi/files.scsipi"
491.1Sgdamore
501.1Sgdamore# Machine-independent ATA drivers
511.1Sgdamoreinclude "dev/ata/files.ata"
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