summaryrefslogtreecommitdiffstats
path: root/sys/amd64
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2006-06-12 20:38:17 +0000
committerjhb <jhb@FreeBSD.org>2006-06-12 20:38:17 +0000
commit3ec293f31497dd2fa3c5d06ac5551460ca9ca7af (patch)
tree5d73a051451cf81ecd761a1a24ce666f28397367 /sys/amd64
parent4210f02589371b549f7a44c2549ea6fa1dc2ec1e (diff)
downloadFreeBSD-src-3ec293f31497dd2fa3c5d06ac5551460ca9ca7af.zip
FreeBSD-src-3ec293f31497dd2fa3c5d06ac5551460ca9ca7af.tar.gz
Enable a few more things in x86 NOTES to get broader LINT coverage:
- Turn on iwi(4), ipw(4), and ndis(4) on amd64 and i386. - Turn on ral(4) and ural(4) on i386, pc98, and amd64.
Diffstat (limited to 'sys/amd64')
-rw-r--r--sys/amd64/conf/NOTES12
1 files changed, 12 insertions, 0 deletions
diff --git a/sys/amd64/conf/NOTES b/sys/amd64/conf/NOTES
index b6e3665..fee40cb 100644
--- a/sys/amd64/conf/NOTES
+++ b/sys/amd64/conf/NOTES
@@ -221,13 +221,21 @@ options DRM_DEBUG # Include debug printfs (slow)
# ed: Western Digital and SMC 80xx; Novell NE1000 and NE2000; 3Com 3C503
# HP PC Lan+, various PC Card devices (refer to etc/defaults/pccard.conf)
# (requires miibus)
+# ipw: Intel PRO/Wireless 2100 IEEE 802.11 adapter
+# iwi: Intel PRO/Wireless 2200BG/2225BG/2915ABG IEEE 802.11 adapters
# 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
device ed
options ED_3C503
options ED_HPP
options ED_SIC
+device iwi
+device ipw
device nve # nVidia nForce MCP on-board Ethernet Networking
+device ral
+device ural
device ath
device ath_hal # Atheros HAL (includes binary component)
@@ -556,6 +564,10 @@ options VM_KMEM_SIZE
options VM_KMEM_SIZE_MAX
options VM_KMEM_SIZE_SCALE
+# Enable NDIS binary driver support
+options NDISAPI
+device ndis
+
# The I/O device
device io
OpenPOWER on IntegriCloud