diff options
| author | Adrian Chadd <adrian@FreeBSD.org> | 2012-01-05 20:19:33 +0000 |
|---|---|---|
| committer | Adrian Chadd <adrian@FreeBSD.org> | 2012-01-05 20:19:33 +0000 |
| commit | 8cb8d9fb8964962b0244a6fb8e5fc3ea1e2b66e7 (patch) | |
| tree | f8a5e886d8cb1218f2d27f5c52f5bd3a0e70c03a | |
| parent | 4573d52b081ec21977c3e35c07763d801a899357 (diff) | |
Notes
| -rw-r--r-- | sys/powerpc/conf/GENERIC | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/powerpc/conf/GENERIC b/sys/powerpc/conf/GENERIC index 385f7a8b2f9e..cc7045a3bb63 100644 --- a/sys/powerpc/conf/GENERIC +++ b/sys/powerpc/conf/GENERIC @@ -174,6 +174,10 @@ device cdce # Generic USB over Ethernet device cue # CATC USB Ethernet device kue # Kawasaki LSI USB Ethernet +# Wireless NIC cards +options IEEE80211_SUPPORT_MESH +options AH_SUPPORT_AR5416 + # FireWire support device firewire # FireWire bus code # sbp(4) works for some systems but causes boot failure on others |
