Home | History | Annotate | Line # | Download | only in conf
      1  1.5     alnsn #	$NetBSD: files.loongson,v 1.5 2014/07/20 10:22:54 alnsn 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.5     alnsn # Stack-less Just-In-Time compiler
     28  1.5     alnsn include	"external/bsd/sljit/conf/files.sljit"
     29  1.5     alnsn 
     30  1.1    bouyer include "dev/ata/files.ata"
     31  1.1    bouyer include "dev/scsipi/files.scsipi"
     32  1.3    nonaka include "dev/i2o/files.i2o"
     33  1.3    nonaka include "dev/isa/files.isa"
     34  1.3    nonaka include "dev/pci/files.pci"
     35  1.3    nonaka include "dev/pci/files.agp"
     36  1.3    nonaka include "dev/usb/files.usb"
     37  1.1    bouyer include "dev/bluetooth/files.bluetooth"
     38  1.3    nonaka include "dev/pckbport/files.pckbport"
     39  1.1    bouyer 
     40  1.1    bouyer device	mainbus {[addr = -1] }
     41  1.1    bouyer attach	mainbus at root
     42  1.3    nonaka file	arch/evbmips/loongson/mainbus.c		mainbus
     43  1.1    bouyer 
     44  1.3    nonaka file	arch/evbmips/loongson/bonito_mainbus.c	bonito_mainbus
     45  1.1    bouyer 
     46  1.1    bouyer device	cpu
     47  1.1    bouyer attach	cpu at mainbus
     48  1.1    bouyer file	arch/evbmips/evbmips/cpu.c		cpu
     49  1.1    bouyer 
     50  1.1    bouyer device	clock
     51  1.1    bouyer attach	clock at mainbus
     52  1.1    bouyer 
     53  1.1    bouyer include "arch/mips/conf/files.bonito"
     54  1.1    bouyer 
     55  1.1    bouyer # AMD Geode CS5536 companion chip
     56  1.1    bouyer file	arch/evbmips/loongson/dev/glx.c		bonito & pci
     57  1.1    bouyer 
     58  1.1    bouyer # AMD Geode CS5535/CS5536 PCI-ISA bridge
     59  1.3    nonaka device	gcscpcib: isabus, sysmon_wdog, gpiobus
     60  1.3    nonaka attach	gcscpcib at pci with gcscpcib_pci
     61  1.1    bouyer file	arch/evbmips/loongson/dev/gcscpcib_pci.c gcscpcib_pci
     62  1.1    bouyer file	dev/ic/gcscpcib.c			gcscpcib
     63  1.1    bouyer 
     64  1.1    bouyer # Other PCI-ISA bridges
     65  1.1    bouyer device	pcib: isabus
     66  1.1    bouyer attach	pcib at pci
     67  1.1    bouyer file	arch/evbmips/loongson/dev/pcib.c	pcib | gcscpcib
     68  1.1    bouyer 
     69  1.1    bouyer file	arch/mips/pci/pciide_machdep.c		pciide_common
     70  1.1    bouyer 
     71  1.1    bouyer device	mcclock: mc146818
     72  1.1    bouyer attach	mcclock at isa with mcclock_isa
     73  1.1    bouyer file	arch/evbmips/isa/mcclock_isa.c		mcclock_isa
     74  1.1    bouyer 
     75  1.1    bouyer # Lemote Yeeloong KB3310B Embedded Controller
     76  1.1    bouyer device	ykbec
     77  1.1    bouyer attach	ykbec at isa
     78  1.3    nonaka file	arch/evbmips/loongson/dev/kb3310.c	ykbec needs-flag
     79  1.1    bouyer 
     80  1.1    bouyer # Gdium ST7 controller
     81  1.2  macallan device	stvii
     82  1.2  macallan attach	stvii at iic
     83  1.4  macallan file	arch/evbmips/loongson/dev/stvii.c			stvii needs-flag
     84  1.2  macallan defflag opt_stvii.h STVII_DEBUG
     85  1.1    bouyer 
     86  1.1    bouyer # SM502 OHCI
     87  1.1    bouyer #attach	ohci at voyager with ohci_voyager
     88  1.3    nonaka #file	arch/loongson/dev/ohci_voyager.c	ohci_voyager
     89