Home | History | Annotate | Line # | Download | only in conf
      1  1.12    alnsn #	$NetBSD: files.alchemy,v 1.12 2014/07/20 10:22:54 alnsn 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.5    shige 				ALCHEMY_OMSAL400
      9   1.1  gdamore 
     10   1.1  gdamore file	arch/evbmips/alchemy/mach_intr.c
     11   1.1  gdamore 
     12   1.1  gdamore file	arch/evbmips/alchemy/autoconf.c
     13   1.1  gdamore file	arch/evbmips/alchemy/machdep.c
     14   1.1  gdamore 
     15   1.1  gdamore file	arch/evbmips/alchemy/genericbd.c	alchemy_generic
     16   1.1  gdamore file	arch/evbmips/alchemy/dbau1500.c		alchemy_dbau1500
     17   1.1  gdamore file	arch/evbmips/alchemy/dbau1550.c		alchemy_dbau1550
     18   1.4  gdamore file	arch/evbmips/alchemy/mtx-1.c		alchemy_mtx1
     19   1.5    shige file	arch/evbmips/alchemy/omsal400.c		alchemy_omsal400
     20   1.2  gdamore file	arch/evbmips/alchemy/pciide_machdep.c	pciide_common
     21   1.1  gdamore 
     22   1.1  gdamore file	arch/mips/mips/bus_dma.c
     23   1.1  gdamore file	arch/evbmips/evbmips/disksubr.c
     24   1.1  gdamore file	arch/evbmips/evbmips/interrupt.c
     25   1.1  gdamore file	arch/evbmips/evbmips/yamon.c
     26   1.1  gdamore 
     27   1.6  gdamore file	arch/mips/mips/mips3_clock.c
     28   1.7  gdamore file	arch/mips/mips/mips3_clockintr.c
     29   1.1  gdamore 
     30   1.1  gdamore # System bus
     31   1.1  gdamore device	mainbus { }
     32   1.1  gdamore attach	mainbus at root
     33   1.1  gdamore file	arch/evbmips/alchemy/mainbus.c		mainbus
     34   1.1  gdamore 
     35   1.1  gdamore device	cpu
     36   1.1  gdamore attach	cpu at mainbus
     37  1.10     matt file	arch/evbmips/evbmips/cpu.c		cpu
     38   1.1  gdamore 
     39   1.1  gdamore # Alchemy on-board devices
     40   1.1  gdamore device	obio { [addr=-1] }
     41   1.1  gdamore attach	obio at mainbus
     42   1.1  gdamore file	arch/evbmips/alchemy/obio.c		obio
     43   1.1  gdamore 
     44  1.12    alnsn # Stack-less Just-In-Time compiler
     45  1.12    alnsn include	"external/bsd/sljit/conf/files.sljit"
     46  1.12    alnsn 
     47   1.1  gdamore # Machine-independent SCSI drivers
     48   1.1  gdamore include "dev/scsipi/files.scsipi"
     49   1.1  gdamore 
     50   1.1  gdamore # Machine-independent ATA drivers
     51   1.1  gdamore include "dev/ata/files.ata"
     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