Home | History | Annotate | Line # | Download | only in conf
files.alchemy revision 1.2
      1  1.2  gdamore #	$NetBSD: files.alchemy,v 1.2 2006/02/09 00:26:39 gdamore Exp $
      2  1.1  gdamore 
      3  1.1  gdamore # Platform support - select just one, please
      4  1.1  gdamore defflag		opt_alchemy.h	ALCHEMY_GENERIC
      5  1.1  gdamore 				ALCHEMY_DBAU1550
      6  1.1  gdamore 				ALCHEMY_DBAU1500
      7  1.1  gdamore 
      8  1.1  gdamore file	arch/evbmips/alchemy/mach_intr.c
      9  1.1  gdamore 
     10  1.1  gdamore file	arch/evbmips/alchemy/autoconf.c
     11  1.1  gdamore file	arch/evbmips/alchemy/machdep.c
     12  1.1  gdamore 
     13  1.1  gdamore file	arch/evbmips/alchemy/genericbd.c	alchemy_generic
     14  1.1  gdamore file	arch/evbmips/alchemy/dbau1500.c		alchemy_dbau1500
     15  1.1  gdamore file	arch/evbmips/alchemy/dbau1550.c		alchemy_dbau1550
     16  1.2  gdamore file	arch/evbmips/alchemy/pciide_machdep.c	pciide_common
     17  1.1  gdamore 
     18  1.1  gdamore file	arch/mips/mips/bus_dma.c
     19  1.1  gdamore file	arch/evbmips/evbmips/clock.c
     20  1.1  gdamore file	arch/evbmips/evbmips/disksubr.c
     21  1.1  gdamore file	arch/evbmips/evbmips/interrupt.c
     22  1.1  gdamore file	arch/evbmips/evbmips/yamon.c
     23  1.1  gdamore 
     24  1.1  gdamore file	arch/mips/mips/softintr.c
     25  1.1  gdamore 
     26  1.1  gdamore 
     27  1.1  gdamore # System bus
     28  1.1  gdamore device	mainbus { }
     29  1.1  gdamore attach	mainbus at root
     30  1.1  gdamore file	arch/evbmips/alchemy/mainbus.c		mainbus
     31  1.1  gdamore 
     32  1.1  gdamore device	cpu
     33  1.1  gdamore attach	cpu at mainbus
     34  1.1  gdamore file	arch/evbmips/alchemy/cpu.c		cpu
     35  1.1  gdamore 
     36  1.1  gdamore # Alchemy on-board devices
     37  1.1  gdamore device	obio { [addr=-1] }
     38  1.1  gdamore attach	obio at mainbus
     39  1.1  gdamore file	arch/evbmips/alchemy/obio.c		obio
     40  1.1  gdamore 
     41  1.1  gdamore device	aupcmcia: pcmciabus
     42  1.1  gdamore attach	aupcmcia at obio
     43  1.1  gdamore file	arch/evbmips/alchemy/dev/aupcmcia.c	aupcmcia
     44  1.1  gdamore 
     45  1.1  gdamore # Machine-independent SCSI drivers
     46  1.1  gdamore include "dev/scsipi/files.scsipi"
     47  1.1  gdamore 
     48  1.1  gdamore # Machine-independent ATA drivers
     49  1.1  gdamore include "dev/ata/files.ata"
     50  1.1  gdamore 
     51  1.1  gdamore # Machine-independent WS console drivers
     52  1.1  gdamore include "dev/wsfont/files.wsfont"
     53  1.1  gdamore include "dev/wscons/files.wscons"
     54  1.1  gdamore 
     55  1.1  gdamore # Machine-independent USB device support
     56  1.1  gdamore include "dev/usb/files.usb"
     57  1.1  gdamore 
     58  1.2  gdamore # Machine-independent I2O drivers
     59  1.2  gdamore include "dev/i2o/files.i2o"
     60  1.2  gdamore 
     61  1.2  gdamore # Machine-independent PCI drivers
     62  1.2  gdamore include "dev/pci/files.pci"
     63  1.2  gdamore 
     64  1.1  gdamore # Machine-independent PCMCIA drivers
     65  1.1  gdamore device	fdc {drive = -1}	# files.pcmcia requires.
     66  1.1  gdamore include "dev/pcmcia/files.pcmcia"
     67  1.1  gdamore 
     68  1.1  gdamore # Memory Disk
     69  1.1  gdamore file	dev/md_root.c				memory_disk_hooks
     70