1 # $NetBSD: files.ev64260,v 1.5 2004/03/13 17:31:33 bjh21 Exp $ 2 # 3 # Marvell (Galileo) "EV64260" evaluation board's specific configuration info 4 # 5 defparam opt_ev64260.h OBIO0_STRIDE OBIO1_STRIDE OBIO2_STRIDE OBIO3_STRIDE 6 defparam opt_ev64260.h PCI0_GPPINTS PCI1_GPPINTS PCI0_SKIPMASK PCI1_SKIPMASK 7 8 file arch/evbppc/ev64260/autoconf.c 9 #file arch/evbppc/ev64260/bus_space.c 10 file arch/evbppc/ev64260/clock.c 11 file arch/evbppc/ev64260/machdep.c 12 #file arch/evbppc/ev64260/pci_machdep.c 13 14 #file arch/powerpc/marvell/bus_dma.c 15 file arch/powerpc/marvell/extintr.c 16 17 include "dev/marvell/files.discovery" 18 19 # 20 # Machine-independent SCSI drivers 21 # 22 include "dev/scsipi/files.scsipi" 23 24 # 25 # Machine-independent ATA drivers 26 # 27 28 include "dev/ata/files.ata" 29 30 include "dev/usb/files.usb" 31 32 # 33 # Memory Disk for install floppy 34 # 35 file dev/md_root.c memory_disk_hooks 36 37 # 38 # Compatibility modules 39 # 40 41 # 42 # System bus types 43 # 44 define mainbus { } 45 device mainbus: isabus, pcibus, mainbus 46 attach mainbus at root 47 file arch/evbppc/ev64260/mainbus.c mainbus|cpu needs-flag 48 49 attach gt at mainbus 50 file arch/evbppc/ev64260/gt_mainbus.c gt 51 52 device cpu 53 attach cpu at mainbus 54 55 # com port 56 attach com at obio with com_obio 57 file arch/evbppc/ev64260/com_obio.c com_obio 58 59 # wdc port 60 attach wdc at obio with wdc_obio 61 file arch/evbppc/ev64260/wdc_obio.c wdc_obio 62 63 # 64 # PCI-only drivers 65 # XXX MUST BE INCLUDED BEFORE files.isa, as long as files.isa attaches 66 # XXX devices to 'pci'. 67 # 68 include "dev/i2o/files.i2o" 69 include "dev/pci/files.pci" 70 71 # PCI-ISA bridges 72 device pcib: isabus 73 attach pcib at pci 74 file arch/evbppc/pci/pcib.c pcib 75 76 # 77 # ISA and mixed ISA+PCI drivers 78 # 79 80 include "dev/isa/files.isa" 81 82 file arch/evbppc/isa/isa_machdep.c isa 83 file arch/evbppc/isa/isadma_machdep.c isa 84 85 # PC clock 86 file arch/evbppc/isa/isaclock.c isa 87 88 include "dev/wscons/files.wscons" 89 include "dev/wsfont/files.wsfont" 90 91 include "dev/pckbport/files.pckbport" 92 93 # Floppy disk controller 94 device fdc {drive = -1}: isadma 95 file dev/isa/fd.c fdc needs-flag 96 97 attach fdc at isa with fdc_isa 98 file dev/isa/fdc_isa.c fdc_isa 99 100 device fd: disk 101 attach fd at fdc 102