svn commit: r188249 - head/sys/amd64/conf
Wojciech A. Koszek
wkoszek at FreeBSD.org
Fri Feb 6 13:56:56 PST 2009
Author: wkoszek
Date: Fri Feb 6 21:56:55 2009
New Revision: 188249
URL: http://svn.freebsd.org/changeset/base/188249
Log:
ural(4) is already present in global NOTES, thus there is no
need to explicitly list it here once again. This removes:
WARNING: duplicate option `DEV_URAL' encountered.
WARNING: duplicate device `ural' encountered.
Warnings when compiling LINT on amd64.
Modified:
head/sys/amd64/conf/NOTES
Modified: head/sys/amd64/conf/NOTES
==============================================================================
--- head/sys/amd64/conf/NOTES Fri Feb 6 21:22:35 2009 (r188248)
+++ head/sys/amd64/conf/NOTES Fri Feb 6 21:56:55 2009 (r188249)
@@ -272,7 +272,6 @@ options DRM_DEBUG # Include debug print
# nfe: nVidia nForce MCP on-board Ethernet Networking (BSD open source)
# nve: nVidia nForce MCP on-board Ethernet Networking
# ral: Ralink Technology IEEE 802.11 wireless adapter
-# ural: Ralink Technology RT2500USB IEEE 802.11 wireless adapter
# wpi: Intel 3945ABG Wireless LAN controller
device ed
@@ -285,7 +284,6 @@ device ipw
device nfe # nVidia nForce MCP on-board Ethernet Networking
device nve # nVidia nForce MCP on-board Ethernet Networking
device ral
-device ural
device wpi
device ath # Atheros pci/cardbus NIC's
More information about the svn-src-head
mailing list