1 # $NetBSD: files.ev64260,v 1.6 2004/06/24 18:32:38 he 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 # 31 # Memory Disk for install floppy 32 # 33 file dev/md_root.c memory_disk_hooks 34 35 # 36 # Compatibility modules 37 # 38 39 # 40 # System bus types 41 # 42 define mainbus { } 43 device mainbus: isabus, pcibus, mainbus 44 attach mainbus at root 45 file arch/evbppc/ev64260/mainbus.c mainbus|cpu needs-flag 46 47 attach gt at mainbus 48 file arch/evbppc/ev64260/gt_mainbus.c gt 49 50 device cpu 51 attach cpu at mainbus 52 53 # com port 54 attach com at obio with com_obio 55 file arch/evbppc/ev64260/com_obio.c com_obio 56 57 # wdc port 58 attach wdc at obio with wdc_obio 59 file arch/evbppc/ev64260/wdc_obio.c wdc_obio 60 61 # 62 # PCI-only drivers 63 # XXX MUST BE INCLUDED BEFORE files.isa, as long as files.isa attaches 64 # XXX devices to 'pci'. 65 # 66 include "dev/i2o/files.i2o" 67 include "dev/pci/files.pci" 68 69 # PCI-ISA bridges 70 device pcib: isabus 71 attach pcib at pci 72 file arch/evbppc/pci/pcib.c pcib 73 74 # 75 # ISA and mixed ISA+PCI drivers 76 # 77 78 include "dev/isa/files.isa" 79 80 file arch/evbppc/isa/isa_machdep.c isa 81 file arch/evbppc/isa/isadma_machdep.c isa 82 83 # PC clock 84 file arch/evbppc/isa/isaclock.c isa 85 86 include "dev/wscons/files.wscons" 87 include "dev/wsfont/files.wsfont" 88 89 include "dev/pckbport/files.pckbport" 90 91 include "dev/usb/files.usb" 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