diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2005-03-16 20:23:31 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2005-03-16 20:23:31 +0000 |
commit | bf6fabdd60517acfed3a56d598a4eb6b2d8803a6 (patch) | |
tree | 749944b45da0390c1d2b6c6a55035204a899a63e /sys/amd64 | |
parent | 565b7c794f2d3b9cf4da94b5643265b45cd4d622 (diff) | |
download | src-bf6fabdd60517acfed3a56d598a4eb6b2d8803a6.tar.gz src-bf6fabdd60517acfed3a56d598a4eb6b2d8803a6.zip |
Make it clear nve needs mii, and shorten long comment line.
Notes
Notes:
svn path=/head/; revision=143711
Diffstat (limited to 'sys/amd64')
-rw-r--r-- | sys/amd64/conf/GENERIC | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC index d5747dd44b01..36023536b926 100644 --- a/sys/amd64/conf/GENERIC +++ b/sys/amd64/conf/GENERIC @@ -176,7 +176,6 @@ device ppi # Parallel port interface device device de # DEC/Intel DC21x4x (``Tulip'') device em # Intel PRO/1000 adapter Gigabit Ethernet Card device ixgb # Intel PRO/10GbE Ethernet Card -device nve # nVidia nForce MCP on-board Ethernet Networking device txp # 3Com 3cR990 (``Typhoon'') device vx # 3Com 3c590, 3c595 (``Vortex'') @@ -189,7 +188,8 @@ device dc # DEC/Intel 21143 and various workalikes device fxp # Intel EtherExpress PRO/100B (82557, 82558) device lge # Level 1 LXT1001 gigabit Ethernet device nge # NatSemi DP83820 gigabit Ethernet -device pcn # AMD Am79C97x PCI 10/100 (precedence over 'lnc') +device nve # nVidia nForce MCP on-board Ethernet Networking +device pcn # AMD Am79C97x PCI 10/100(precedence over 'lnc') device re # RealTek 8139C+/8169/8169S/8110S device rl # RealTek 8129/8139 device sf # Adaptec AIC-6915 (``Starfire'') |