1 1.5 shige # $NetBSD: files.alchemy,v 1.5 2006/02/23 17:14:01 shige 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/clock.c 24 1.1 gdamore file arch/evbmips/evbmips/disksubr.c 25 1.1 gdamore file arch/evbmips/evbmips/interrupt.c 26 1.1 gdamore file arch/evbmips/evbmips/yamon.c 27 1.1 gdamore 28 1.1 gdamore file arch/mips/mips/softintr.c 29 1.1 gdamore 30 1.1 gdamore 31 1.1 gdamore # System bus 32 1.1 gdamore device mainbus { } 33 1.1 gdamore attach mainbus at root 34 1.1 gdamore file arch/evbmips/alchemy/mainbus.c mainbus 35 1.1 gdamore 36 1.1 gdamore device cpu 37 1.1 gdamore attach cpu at mainbus 38 1.1 gdamore file arch/evbmips/alchemy/cpu.c cpu 39 1.1 gdamore 40 1.1 gdamore # Alchemy on-board devices 41 1.1 gdamore device obio { [addr=-1] } 42 1.1 gdamore attach obio at mainbus 43 1.1 gdamore file arch/evbmips/alchemy/obio.c obio 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