diff options
author | scottl <scottl@FreeBSD.org> | 2004-03-06 06:54:54 +0000 |
---|---|---|
committer | scottl <scottl@FreeBSD.org> | 2004-03-06 06:54:54 +0000 |
commit | 579faa39008af88493e4243ac39f7e8713856288 (patch) | |
tree | d74474ed46f787fb3c7399fc8aa610a3dd5528d0 /sys | |
parent | 432e315dd7e9fc8741a0d70fbef86bf8a47fdb47 (diff) | |
download | FreeBSD-src-579faa39008af88493e4243ac39f7e8713856288.zip FreeBSD-src-579faa39008af88493e4243ac39f7e8713856288.tar.gz |
Remove the phantom 'nv' driver again.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/i386/conf/NOTES | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES index 8720217..646b945 100644 --- a/sys/i386/conf/NOTES +++ b/sys/i386/conf/NOTES @@ -509,7 +509,6 @@ hint.mse.0.irq="5" # DE101, DE200, DE201, DE202, DE203, DE204, DE205, DE422) # lnc: Lance/PCnet cards (Isolan, Novell NE2100, NE32-VL, AMD Am7990 and # Am79C960) -# nv: nVidia nForce MCP on-board 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. @@ -561,7 +560,6 @@ hint.lnc.0.at="isa" hint.lnc.0.port="0x280" hint.lnc.0.irq="10" hint.lnc.0.drq="0" -device nv device rdp 1 hint.rdp.0.at="isa" hint.rdp.0.port="0x378" |