Home | History | Annotate | Line # | Download | only in conf
files.sibyte revision 1.1.4.4
      1  1.1.4.2  jdolecek ###
      2  1.1.4.2  jdolecek ### SBMIPS DEVICES
      3  1.1.4.2  jdolecek ###
      4  1.1.4.2  jdolecek 
      5  1.1.4.2  jdolecek # System Control/Debug
      6  1.1.4.2  jdolecek device	sbscd {[offset = -1], [intr[2] = {-1,-1}]}
      7  1.1.4.2  jdolecek attach	sbscd at zbbus
      8  1.1.4.2  jdolecek file	arch/mips/sibyte/dev/sbscd.c		sbscd
      9  1.1.4.2  jdolecek 
     10  1.1.4.2  jdolecek # On-board I/O (slow I/O bridge)
     11  1.1.4.2  jdolecek device	sbobio {[offset = -1], [intr[2] = {-1,-1}]}
     12  1.1.4.2  jdolecek attach	sbobio at zbbus
     13  1.1.4.2  jdolecek file	arch/mips/sibyte/dev/sbobio.c		sbobio
     14  1.1.4.2  jdolecek 
     15  1.1.4.2  jdolecek # Generic bus, hang off of sbobio
     16  1.1.4.2  jdolecek device	sbgbus {[chipsel = -1], [offset = 0], [intr[2] = {-1,-1}]}
     17  1.1.4.2  jdolecek attach	sbgbus at sbobio
     18  1.1.4.2  jdolecek file	arch/mips/sibyte/dev/sbgbus.c		sbgbus
     19  1.1.4.2  jdolecek 
     20  1.1.4.2  jdolecek # I/O Bridge Zero attachment to ZBbus
     21  1.1.4.2  jdolecek device	sbbrz: pcibus
     22  1.1.4.2  jdolecek attach	sbbrz at zbbus
     23  1.1.4.2  jdolecek file	arch/mips/sibyte/pci/sbbrz.c		sbbrz
     24  1.1.4.2  jdolecek file	arch/mips/sibyte/pci/sbbrz_pci.c	sbbrz
     25  1.1.4.2  jdolecek 
     26  1.1.4.2  jdolecek # Instantiated SB-1250 PCI Host bridge
     27  1.1.4.2  jdolecek device	sbpcihb
     28  1.1.4.2  jdolecek attach	sbpcihb at pci
     29  1.1.4.2  jdolecek file	arch/mips/sibyte/pci/sbpcihb.c		sbpcihb
     30  1.1.4.2  jdolecek 
     31  1.1.4.2  jdolecek # SB-1250 LDT Host bridge (acts like ppb)
     32  1.1.4.2  jdolecek device	sbldthb: pcibus
     33  1.1.4.2  jdolecek attach	sbldthb at pci
     34  1.1.4.2  jdolecek file	arch/mips/sibyte/pci/sbldthb.c		sbldthb
     35  1.1.4.2  jdolecek 
     36  1.1.4.2  jdolecek # sbscd children
     37  1.1.4.2  jdolecek 
     38  1.1.4.2  jdolecek device	sbtimer
     39  1.1.4.2  jdolecek attach	sbtimer at sbscd
     40  1.1.4.2  jdolecek file	arch/mips/sibyte/dev/sbtimer.c		sbtimer
     41  1.1.4.2  jdolecek 
     42  1.1.4.4  jdolecek device	sbwdog: sysmon_wdog
     43  1.1.4.2  jdolecek attach	sbwdog at sbscd
     44  1.1.4.2  jdolecek file	arch/mips/sibyte/dev/sbwdog.c		sbwdog
     45  1.1.4.2  jdolecek 
     46  1.1.4.2  jdolecek # sbobio children
     47  1.1.4.2  jdolecek 
     48  1.1.4.2  jdolecek # SB1250 MAC (XXX: maybe add mii_bitbang?)
     49  1.1.4.2  jdolecek device	sbmac: arp, ether, ifnet, mii, mii_bitbang
     50  1.1.4.2  jdolecek attach	sbmac at sbobio
     51  1.1.4.2  jdolecek file	arch/mips/sibyte/dev/sbmac.c		sbmac
     52  1.1.4.2  jdolecek 
     53  1.1.4.2  jdolecek # SB1250 built-in (asynchronous) serial ports
     54  1.1.4.2  jdolecek device	sbscn: tty
     55  1.1.4.2  jdolecek attach	sbscn at sbobio
     56  1.1.4.2  jdolecek file	arch/mips/sibyte/dev/sbscn.c		sbscn	needs-flag
     57  1.1.4.2  jdolecek 
     58  1.1.4.3  jdolecek # XXX XXX
     59  1.1.4.3  jdolecek # need to think about SMBus more, just hack something together
     60  1.1.4.3  jdolecek # temporariliy so we can use the RTC.
     61  1.1.4.3  jdolecek 
     62  1.1.4.3  jdolecek # SB1250 SMBus
     63  1.1.4.3  jdolecek device	smbus {[chan = -1], [dev = -1]}
     64  1.1.4.3  jdolecek attach	smbus at sbobio
     65  1.1.4.3  jdolecek file	arch/mips/sibyte/dev/sbsmbus.c		smbus
     66  1.1.4.3  jdolecek 
     67  1.1.4.3  jdolecek # XXX XXX
     68  1.1.4.3  jdolecek # Bogus RTC attachment
     69  1.1.4.3  jdolecek device	rtc
     70  1.1.4.3  jdolecek attach	rtc at smbus
     71  1.1.4.3  jdolecek file	arch/sbmips/sbmips/rtc.c
     72