summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/conf/files.pc9810
-rw-r--r--sys/pc98/conf/GENERIC6
-rw-r--r--sys/pc98/conf/NOTES8
3 files changed, 24 insertions, 0 deletions
diff --git a/sys/conf/files.pc98 b/sys/conf/files.pc98
index bccf942..5dcb531 100644
--- a/sys/conf/files.pc98
+++ b/sys/conf/files.pc98
@@ -43,6 +43,16 @@ trlld.o optional oltr \
compile-with "uudecode < $S/contrib/dev/oltr/i386-elf.trlld.o.uu" \
no-implicit-rule
#
+hal.o optional ath_hal \
+ dependency "$S/contrib/dev/ath/public/i386-elf.hal.o.uu" \
+ compile-with "uudecode < $S/contrib/dev/ath/public/i386-elf.hal.o.uu" \
+ no-implicit-rule
+opt_ah.h optional ath_hal \
+ dependency "$S/contrib/dev/ath/public/i386-elf.opt_ah.h" \
+ compile-with "cp $S/contrib/dev/ath/public/i386-elf.opt_ah.h opt_ah.h" \
+ no-obj no-implicit-rule before-depend \
+ clean "opt_ah.h"
+#
compat/linprocfs/linprocfs.c optional linprocfs
compat/linux/linux_file.c optional compat_linux
compat/linux/linux_getcwd.c optional compat_linux
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