diff options
-rw-r--r-- | sys/conf/NOTES | 4 | ||||
-rw-r--r-- | sys/conf/files | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 1bfdf3f..4b04973 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -417,6 +417,9 @@ device musycc # LMC/SBE LMC1504 quad T1/E1 # The `ether' device provides generic code to handle # Ethernets; it is MANDATORY when an Ethernet device driver is # configured or token-ring is enabled. +# The 'wlan' device provides generic code to support 802.11 +# drivers, including host AP mode; it is MANDATORY for the wi +# driver and will eventually be required by all 802.11 drivers. # The `fddi' device provides generic code to support FDDI. # The `arcnet' device provides generic code to support Arcnet. # The `sppp' device serves a similar role for certain types @@ -453,6 +456,7 @@ device musycc # LMC/SBE LMC1504 quad T1/E1 # device ether #Generic Ethernet device vlan #VLAN support +device wlan #802.11 support device token #Generic TokenRing device fddi #Generic FDDI device arcnet #Generic Arcnet diff --git a/sys/conf/files b/sys/conf/files index 289aaad..b685a5b 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -1143,6 +1143,7 @@ net/if_faith.c optional faith net/if_fddisubr.c optional fddi net/if_gif.c optional gif net/if_gre.c optional gre +net/if_ieee80211subr.c optional wlan net/if_iso88025subr.c optional token net/if_loop.c optional loop net/if_media.c standard @@ -1286,6 +1287,7 @@ net/mppcc.c optional netgraph_mppc_compression net/mppcd.c optional netgraph_mppc_compression netgraph/ng_mppc.c optional netgraph_mppc_encryption crypto/rc4/rc4.c optional awi +crypto/rc4/rc4.c optional wlan crypto/rc4/rc4.c optional netgraph_mppc_encryption crypto/sha1.c optional netgraph_mppc_encryption netgraph/ng_one2many.c optional netgraph_one2many |