summaryrefslogtreecommitdiffstats
path: root/sys/pc98
diff options
context:
space:
mode:
authornyan <nyan@FreeBSD.org>2006-05-08 11:55:57 +0000
committernyan <nyan@FreeBSD.org>2006-05-08 11:55:57 +0000
commit67d1f3b8dccf3b0fea1a67148a590e43467ffcc2 (patch)
tree4b58c4e9bea0ce74989fbc851ed25f98d851b2ee /sys/pc98
parentf6945cb6b601b8ec5a9703f11f3f49611f18804a (diff)
downloadFreeBSD-src-67d1f3b8dccf3b0fea1a67148a590e43467ffcc2.zip
FreeBSD-src-67d1f3b8dccf3b0fea1a67148a590e43467ffcc2.tar.gz
Add the ath and the wlan crypto support.
Diffstat (limited to 'sys/pc98')
-rw-r--r--sys/pc98/conf/GENERIC6
-rw-r--r--sys/pc98/conf/NOTES8
2 files changed, 14 insertions, 0 deletions
diff --git a/sys/pc98/conf/GENERIC b/sys/pc98/conf/GENERIC
index 9539b79..d499f62 100644
--- a/sys/pc98/conf/GENERIC
+++ b/sys/pc98/conf/GENERIC
@@ -205,7 +205,13 @@ device xe # Xircom pccard Ethernet
# Wireless NIC cards
device wlan # 802.11 support
+device wlan_wep # 802.11 WEP support
+device wlan_ccmp # 802.11 CCMP support
+device wlan_tkip # 802.11 TKIP support
device an # Aironet 4500/4800 802.11 wireless NICs.
+device ath # Atheros pci/cardbus NIC's
+device ath_hal # Atheros HAL (Hardware Access Layer)
+device ath_rate_sample # SampleRate tx rate control for ath
device awi # BayStack 660 and others
device ral # Ralink Technology RT2500 wireless NICs.
device wi # WaveLAN/Intersil/Symbol 802.11 wireless NICs.
diff --git a/sys/pc98/conf/NOTES b/sys/pc98/conf/NOTES
index f2be526..f5094c0 100644
--- a/sys/pc98/conf/NOTES
+++ b/sys/pc98/conf/NOTES
@@ -346,6 +346,7 @@ hint.mse.0.irq="13"
# ar: Arnet SYNC/570i hdlc sync 2/4 port V.35/X.21 serial driver
# (requires sppp)
+# ath: Atheros a/b/g WiFi adapters (requires ath_hal and wlan)
# ce: Cronyx Tau-PCI/32 sync single/dual port G.703/E1 serial adaptor
# with 32 HDLC subchannels (requires sppp (default), or NETGRAPH if
# NETGRAPH_CRONYX is configured)
@@ -401,6 +402,13 @@ hint.snc.0.maddr="0xc0000"
device sr
device oltr
+device ath
+device ath_hal # Atheros HAL (includes binary component)
+#device ath_rate_amrr # AMRR rate control for ath driver
+#device ath_rate_onoe # Onoe rate control for ath driver
+device ath_rate_sample # SampleRate rate control for the ath driver
+#device wlan # 802.11 layer
+
#
# SCSI host adapters:
#
OpenPOWER on IntegriCloud