files.alchemy revision 1.2
11.2Sgdamore#	$NetBSD: files.alchemy,v 1.2 2006/02/09 00:26:39 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.1Sgdamore
81.1Sgdamorefile	arch/evbmips/alchemy/mach_intr.c
91.1Sgdamore
101.1Sgdamorefile	arch/evbmips/alchemy/autoconf.c
111.1Sgdamorefile	arch/evbmips/alchemy/machdep.c
121.1Sgdamore
131.1Sgdamorefile	arch/evbmips/alchemy/genericbd.c	alchemy_generic
141.1Sgdamorefile	arch/evbmips/alchemy/dbau1500.c		alchemy_dbau1500
151.1Sgdamorefile	arch/evbmips/alchemy/dbau1550.c		alchemy_dbau1550
161.2Sgdamorefile	arch/evbmips/alchemy/pciide_machdep.c	pciide_common
171.1Sgdamore
181.1Sgdamorefile	arch/mips/mips/bus_dma.c
191.1Sgdamorefile	arch/evbmips/evbmips/clock.c
201.1Sgdamorefile	arch/evbmips/evbmips/disksubr.c
211.1Sgdamorefile	arch/evbmips/evbmips/interrupt.c
221.1Sgdamorefile	arch/evbmips/evbmips/yamon.c
231.1Sgdamore
241.1Sgdamorefile	arch/mips/mips/softintr.c
251.1Sgdamore
261.1Sgdamore
271.1Sgdamore# System bus
281.1Sgdamoredevice	mainbus { }
291.1Sgdamoreattach	mainbus at root
301.1Sgdamorefile	arch/evbmips/alchemy/mainbus.c		mainbus
311.1Sgdamore
321.1Sgdamoredevice	cpu
331.1Sgdamoreattach	cpu at mainbus
341.1Sgdamorefile	arch/evbmips/alchemy/cpu.c		cpu
351.1Sgdamore
361.1Sgdamore# Alchemy on-board devices
371.1Sgdamoredevice	obio { [addr=-1] }
381.1Sgdamoreattach	obio at mainbus
391.1Sgdamorefile	arch/evbmips/alchemy/obio.c		obio
401.1Sgdamore
411.1Sgdamoredevice	aupcmcia: pcmciabus
421.1Sgdamoreattach	aupcmcia at obio
431.1Sgdamorefile	arch/evbmips/alchemy/dev/aupcmcia.c	aupcmcia
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 WS console drivers
521.1Sgdamoreinclude "dev/wsfont/files.wsfont"
531.1Sgdamoreinclude "dev/wscons/files.wscons"
541.1Sgdamore
551.1Sgdamore# Machine-independent USB device support
561.1Sgdamoreinclude "dev/usb/files.usb"
571.1Sgdamore
581.2Sgdamore# Machine-independent I2O drivers
591.2Sgdamoreinclude "dev/i2o/files.i2o"
601.2Sgdamore
611.2Sgdamore# Machine-independent PCI drivers
621.2Sgdamoreinclude "dev/pci/files.pci"
631.2Sgdamore
641.1Sgdamore# Machine-independent PCMCIA drivers
651.1Sgdamoredevice	fdc {drive = -1}	# files.pcmcia requires.
661.1Sgdamoreinclude "dev/pcmcia/files.pcmcia"
671.1Sgdamore
681.1Sgdamore# Memory Disk
691.1Sgdamorefile	dev/md_root.c				memory_disk_hooks
70