- comment out wdc, atabus, wd by default; can turn these on if/when wanted.
- add "wm" interface and "makphy"
This commit is contained in:
parent
bd82d08586
commit
54739f3c1c
@ -193,11 +193,11 @@ options GEMINI_TIMER_CLOCK_FREQ=25000000 # 25 MHz
|
||||
# Real Time Clock
|
||||
|
||||
# IDE
|
||||
wdc0 at obio? addr 0x63000000 intr 4
|
||||
wdc1 at obio? addr 0x63400000 intr 5
|
||||
##wdc0 at obio? addr 0x63000000 intr 4
|
||||
##wdc1 at obio? addr 0x63400000 intr 5
|
||||
|
||||
atabus* at ata? channel ?
|
||||
wd* at atabus? drive ? flags 0x0000
|
||||
##atabus* at ata? channel ?
|
||||
##wd* at atabus? drive ? flags 0x0000
|
||||
|
||||
# USB
|
||||
ehci0 at obio? addr 0x68000000 size 0x400 intr 10 # 30?
|
||||
@ -219,12 +219,12 @@ options PCI_CONFIG_DUMP
|
||||
# PCI Ethernet
|
||||
ex* at pci? dev ? function ? # 3Com 90x[BC]
|
||||
re* at pci? dev ? function ? # Realtek 8139C+/8169/8169S/8110S
|
||||
wm* at pci? dev ? function ? # Intel 8254x gigabit
|
||||
|
||||
# MII/PHY support
|
||||
exphy* at mii? phy ? # 3Com internal PHYs
|
||||
rgephy* at mii? phy ? # Realtek 8169S/8110S internal PHYs
|
||||
ukphy* at mii? phy ? # generic unknown PHYs
|
||||
|
||||
makphy* at mii? phy ? # Marvell Semiconductor 88E1000 PHYs
|
||||
|
||||
# Pseudo-Devices
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user