1 1.4 macallan # $NetBSD: files.loongson,v 1.4 2013/02/28 13:21:15 macallan Exp $ 2 1.1 bouyer 3 1.1 bouyer # Standard stanzas config(8) can't run without 4 1.1 bouyer maxpartitions 16 5 1.1 bouyer maxusers 8 16 64 6 1.1 bouyer 7 1.1 bouyer file arch/evbmips/loongson/autoconf.c 8 1.1 bouyer file arch/evbmips/loongson/loongson_bus_io.c 9 1.1 bouyer file arch/evbmips/loongson/loongson_bus_mem.c 10 1.1 bouyer file kern/subr_disk_mbr.c 11 1.1 bouyer file arch/evbmips/loongson/loongson_intr.c 12 1.1 bouyer file arch/evbmips/evbmips/interrupt.c 13 1.1 bouyer file arch/evbmips/loongson/gdium_machdep.c 14 1.1 bouyer file arch/evbmips/loongson/generic2e_machdep.c 15 1.1 bouyer file arch/evbmips/loongson/yeeloong_machdep.c 16 1.3 nonaka file arch/evbmips/loongson/isa_machdep.c isa 17 1.1 bouyer file arch/evbmips/loongson/loongson2_machdep.c 18 1.1 bouyer file arch/evbmips/loongson/machdep.c 19 1.1 bouyer 20 1.1 bouyer file arch/mips/mips/bus_dma.c 21 1.1 bouyer file arch/mips/mips/mips3_clock.c 22 1.1 bouyer file arch/mips/mips/mips3_clockintr.c 23 1.1 bouyer 24 1.1 bouyer # Memory Disk 25 1.1 bouyer file dev/md_root.c memory_disk_hooks 26 1.1 bouyer 27 1.1 bouyer include "dev/ata/files.ata" 28 1.1 bouyer include "dev/scsipi/files.scsipi" 29 1.3 nonaka include "dev/i2o/files.i2o" 30 1.3 nonaka include "dev/isa/files.isa" 31 1.3 nonaka include "dev/pci/files.pci" 32 1.3 nonaka include "dev/pci/files.agp" 33 1.3 nonaka include "dev/usb/files.usb" 34 1.1 bouyer include "dev/bluetooth/files.bluetooth" 35 1.3 nonaka include "dev/pckbport/files.pckbport" 36 1.1 bouyer 37 1.1 bouyer device mainbus {[addr = -1] } 38 1.1 bouyer attach mainbus at root 39 1.3 nonaka file arch/evbmips/loongson/mainbus.c mainbus 40 1.1 bouyer 41 1.3 nonaka file arch/evbmips/loongson/bonito_mainbus.c bonito_mainbus 42 1.1 bouyer 43 1.1 bouyer device cpu 44 1.1 bouyer attach cpu at mainbus 45 1.1 bouyer file arch/evbmips/evbmips/cpu.c cpu 46 1.1 bouyer 47 1.1 bouyer device clock 48 1.1 bouyer attach clock at mainbus 49 1.1 bouyer 50 1.1 bouyer include "arch/mips/conf/files.bonito" 51 1.1 bouyer 52 1.1 bouyer # AMD Geode CS5536 companion chip 53 1.1 bouyer file arch/evbmips/loongson/dev/glx.c bonito & pci 54 1.1 bouyer 55 1.1 bouyer # AMD Geode CS5535/CS5536 PCI-ISA bridge 56 1.3 nonaka device gcscpcib: isabus, sysmon_wdog, gpiobus 57 1.3 nonaka attach gcscpcib at pci with gcscpcib_pci 58 1.1 bouyer file arch/evbmips/loongson/dev/gcscpcib_pci.c gcscpcib_pci 59 1.1 bouyer file dev/ic/gcscpcib.c gcscpcib 60 1.1 bouyer 61 1.1 bouyer # Other PCI-ISA bridges 62 1.1 bouyer device pcib: isabus 63 1.1 bouyer attach pcib at pci 64 1.1 bouyer file arch/evbmips/loongson/dev/pcib.c pcib | gcscpcib 65 1.1 bouyer 66 1.1 bouyer file arch/mips/pci/pciide_machdep.c pciide_common 67 1.1 bouyer 68 1.1 bouyer device mcclock: mc146818 69 1.1 bouyer attach mcclock at isa with mcclock_isa 70 1.1 bouyer file arch/evbmips/isa/mcclock_isa.c mcclock_isa 71 1.1 bouyer 72 1.1 bouyer # Lemote Yeeloong KB3310B Embedded Controller 73 1.1 bouyer device ykbec 74 1.1 bouyer attach ykbec at isa 75 1.3 nonaka file arch/evbmips/loongson/dev/kb3310.c ykbec needs-flag 76 1.1 bouyer 77 1.1 bouyer # Gdium ST7 controller 78 1.2 macallan device stvii 79 1.2 macallan attach stvii at iic 80 1.4 macallan file arch/evbmips/loongson/dev/stvii.c stvii needs-flag 81 1.2 macallan defflag opt_stvii.h STVII_DEBUG 82 1.1 bouyer 83 1.1 bouyer # SM502 OHCI 84 1.1 bouyer #attach ohci at voyager with ohci_voyager 85 1.3 nonaka #file arch/loongson/dev/ohci_voyager.c ohci_voyager 86