Hook nve(4) up in i386 and amd64 NOTES.

MFC after:	1 week
This commit is contained in:
John Baldwin 2005-10-31 20:45:37 +00:00
parent e1cef62715
commit 296c4b1ad5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=151907
2 changed files with 4 additions and 0 deletions

View file

@ -225,6 +225,7 @@ options DRM_DEBUG # Include debug printfs (slow)
# (requires miibus)
# lnc: Lance/PCnet cards (Isolan, Novell NE2100, NE32-VL, AMD Am7990 and
# Am79C960)
# nve: nVidia nForce MCP on-board Ethernet Networking
device ed
options ED_3C503
@ -232,6 +233,7 @@ options ED_HPP
options ED_SIC
#XXX# still calls MD i386 kvtop function instead of vtophys etc
#XXX#device lnc
device nve # nVidia nForce MCP on-board Ethernet Networking
device ath
device ath_hal # Atheros HAL (includes binary component)

View file

@ -495,6 +495,7 @@ hint.mse.0.irq="5"
# Intel EtherExpress
# lnc: Lance/PCnet cards (Isolan, Novell NE2100, NE32-VL, AMD Am7990 and
# Am79C960)
# nve: nVidia nForce MCP on-board Ethernet Networking
# oltr: Olicom ISA token-ring adapters OC-3115, OC-3117, OC-3118 and OC-3133.
# Olicom PCI token-ring adapters OC-3136, OC-3137, OC-3139, OC-3140,
# OC-3141, OC-3540 and OC-3250.
@ -544,6 +545,7 @@ hint.lnc.0.at="isa"
hint.lnc.0.port="0x280"
hint.lnc.0.irq="10"
hint.lnc.0.drq="0"
device nve # nVidia nForce MCP on-board Ethernet Networking
device sbni
hint.sbni.0.at="isa"
hint.sbni.0.port="0x210"