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