blob: 400c9be76d1110832b765d9c65b24070b103591e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
|
# $OpenBSD: RAMDISK,v 1.26 2016/07/05 12:53:40 visa Exp $
machine octeon mips64
maxusers 4
option TIMEZONE=0
option DST=0
option SMALL_KERNEL
option NO_PROPOLICE
option BOOT_CONFIG
option RAMDISK_HOOKS
option MINIROOTSIZE=10240
option PCIVERBOSE
option USBVERBOSE
option FFS
option FFS2
option CD9660
option UDF
option EXT2FS
option MSDOSFS
option NFSCLIENT
option INET6
option CPU_MIPS64R2
option CPU_OCTEON
option FPUEMUL
makeoption LINK_ADDRESS="0xffffffff81000000"
config bsd root on rd0a swap on rd0b
mainbus0 at root
cpu0 at mainbus0
clock0 at mainbus0
iobus0 at mainbus0
octcf0 at iobus0
amdcf0 at iobus0
uartbus0 at mainbus0
com0 at uartbus0
com1 at uartbus0
octrtc0 at mainbus0
pcibus* at iobus0
pci* at pcibus?
ppb* at pci?
pci* at ppb?
cn30xxgmx* at iobus? irq 48
cnmac* at cn30xxgmx?
pciide* at pci? flags 0x0000
wd* at pciide? flags 0x0000
dwctwo0 at iobus0 irq 56
octuctl0 at iobus0 irq 56
ehci0 at octuctl?
ohci0 at octuctl?
usb* at dwctwo?
usb* at ehci?
usb* at ohci?
uhub* at usb?
uhub* at uhub?
umass* at uhub?
aue* at uhub? # ADMtek AN986 Pegasus Ethernet
atu* at uhub? # Atmel AT76c50x based 802.11b
axe* at uhub? # ASIX Electronics AX88172 USB Ethernet
axen* at uhub? # ASIX Electronics AX88179 USB Ethernet
cue* at uhub? # CATC USB-EL1201A based Ethernet
kue* at uhub? # Kawasaki KL5KUSB101B based Ethernet
smsc* at uhub? # SMSC LAN95xx Ethernet
cdce* at uhub? # CDC Ethernet
upl* at uhub? # Prolific PL2301/PL2302 host-to-host `network'
ugl* at uhub? # Genesys Logic GL620USB-A host-to-host `network'
udav* at uhub? # Davicom DM9601 based Ethernet
mos* at uhub? # MOSCHIP MCS7730/7830 10/100 Ethernet
url* at uhub? # Realtek RTL8150L based adapters
ure* at uhub? # Realtek RTL8152 based adapters
wi* at uhub? # WaveLAN IEEE 802.11DS
uath* at uhub? # Atheros AR5005UG/AR5005UX
ural* at uhub? # Ralink RT2500USB
rum* at uhub? # Ralink RT2501USB/RT2601USB
run* at uhub? # Ralink RT2700U/RT2800U/RT3000U
otus* at uhub? # Atheros AR9001U
athn* at uhub? # Atheros AR9002U
zyd* at uhub? # Zydas ZD1211
upgt* at uhub? # Conexant/Intersil PrismGT SoftMAC USB
urtw* at uhub? # Realtek 8187
rsu* at uhub? # Realtek RTL8188SU/RTL8191SU/RTL8192SU
urtwn* at uhub? # Realtek RTL8188CU/RTL8192CU
scsibus* at scsi?
sd* at scsibus?
rgephy* at mii?
ukphy* at mii?
atphy* at mii?
brswphy* at mii?
pseudo-device openprom
pseudo-device loop 1
pseudo-device bpfilter 1
pseudo-device rd 1
pseudo-device wsmux 2
|