1 1.1 gdamore # $NetBSD: files.alchemy,v 1.1 2006/02/08 09:04:01 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.1 gdamore 17 1.1 gdamore file arch/mips/mips/bus_dma.c 18 1.1 gdamore file arch/evbmips/evbmips/clock.c 19 1.1 gdamore file arch/evbmips/evbmips/disksubr.c 20 1.1 gdamore file arch/evbmips/evbmips/interrupt.c 21 1.1 gdamore file arch/evbmips/evbmips/yamon.c 22 1.1 gdamore 23 1.1 gdamore file arch/mips/mips/softintr.c 24 1.1 gdamore 25 1.1 gdamore 26 1.1 gdamore # System bus 27 1.1 gdamore device mainbus { } 28 1.1 gdamore attach mainbus at root 29 1.1 gdamore file arch/evbmips/alchemy/mainbus.c mainbus 30 1.1 gdamore 31 1.1 gdamore device cpu 32 1.1 gdamore attach cpu at mainbus 33 1.1 gdamore file arch/evbmips/alchemy/cpu.c cpu 34 1.1 gdamore 35 1.1 gdamore # Alchemy on-board devices 36 1.1 gdamore device obio { [addr=-1] } 37 1.1 gdamore attach obio at mainbus 38 1.1 gdamore file arch/evbmips/alchemy/obio.c obio 39 1.1 gdamore 40 1.1 gdamore device aupcmcia: pcmciabus 41 1.1 gdamore attach aupcmcia at obio 42 1.1 gdamore file arch/evbmips/alchemy/dev/aupcmcia.c aupcmcia 43 1.1 gdamore 44 1.1 gdamore # Machine-independent SCSI drivers 45 1.1 gdamore include "dev/scsipi/files.scsipi" 46 1.1 gdamore 47 1.1 gdamore # Machine-independent ATA drivers 48 1.1 gdamore include "dev/ata/files.ata" 49 1.1 gdamore 50 1.1 gdamore # Machine-independent WS console drivers 51 1.1 gdamore include "dev/wsfont/files.wsfont" 52 1.1 gdamore include "dev/wscons/files.wscons" 53 1.1 gdamore 54 1.1 gdamore # Machine-independent USB device support 55 1.1 gdamore include "dev/usb/files.usb" 56 1.1 gdamore 57 1.1 gdamore # Machine-independent PCMCIA drivers 58 1.1 gdamore device fdc {drive = -1} # files.pcmcia requires. 59 1.1 gdamore include "dev/pcmcia/files.pcmcia" 60 1.1 gdamore 61 1.1 gdamore # Memory Disk 62 1.1 gdamore file dev/md_root.c memory_disk_hooks 63