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