Deleted Added
full compact
GENERIC (219435) GENERIC (220185)
1#
2# GENERIC -- Generic kernel configuration file for FreeBSD/pc98
3#
4# For more information on this file, please read the config(5) manual page,
5# and/or the handbook section on Kernel Configuration Files:
6#
7# http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
8#
9# The handbook is also available locally in /usr/share/doc/handbook
10# if you've installed the doc distribution, otherwise always see the
11# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
12# latest information.
13#
14# An exhaustive list of options and more detailed explanations of the
15# device lines is also present in the ../../conf/NOTES and NOTES files.
16# If you are in doubt as to the purpose or necessity of a line, check first
17# in NOTES.
18#
1#
2# GENERIC -- Generic kernel configuration file for FreeBSD/pc98
3#
4# For more information on this file, please read the config(5) manual page,
5# and/or the handbook section on Kernel Configuration Files:
6#
7# http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
8#
9# The handbook is also available locally in /usr/share/doc/handbook
10# if you've installed the doc distribution, otherwise always see the
11# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
12# latest information.
13#
14# An exhaustive list of options and more detailed explanations of the
15# device lines is also present in the ../../conf/NOTES and NOTES files.
16# If you are in doubt as to the purpose or necessity of a line, check first
17# in NOTES.
18#
19# $FreeBSD: head/sys/pc98/conf/GENERIC 219435 2011-03-09 17:15:11Z julian $
19# $FreeBSD: head/sys/pc98/conf/GENERIC 220185 2011-03-31 08:07:13Z adrian $
20
21cpu I486_CPU
22cpu I586_CPU
23cpu I686_CPU
24ident GENERIC
25
26makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
27

--- 188 unchanged lines hidden (view full) ---

216#options IEEE80211_DEBUG # enable debug msgs
217#options IEEE80211_AMPDU_AGE # age frames in AMPDU reorder q's
218#options IEEE80211_SUPPORT_MESH # enable 802.11s draft support
219#device wlan_wep # 802.11 WEP support
220#device wlan_ccmp # 802.11 CCMP support
221#device wlan_tkip # 802.11 TKIP support
222#device wlan_amrr # AMRR transmit rate control algorithm
223#device an # Aironet 4500/4800 802.11 wireless NICs.
20
21cpu I486_CPU
22cpu I586_CPU
23cpu I686_CPU
24ident GENERIC
25
26makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
27

--- 188 unchanged lines hidden (view full) ---

216#options IEEE80211_DEBUG # enable debug msgs
217#options IEEE80211_AMPDU_AGE # age frames in AMPDU reorder q's
218#options IEEE80211_SUPPORT_MESH # enable 802.11s draft support
219#device wlan_wep # 802.11 WEP support
220#device wlan_ccmp # 802.11 CCMP support
221#device wlan_tkip # 802.11 TKIP support
222#device wlan_amrr # AMRR transmit rate control algorithm
223#device an # Aironet 4500/4800 802.11 wireless NICs.
224#device ath # Atheros pci/cardbus NIC's
224#device ath # Atheros NIC's
225#device ath_pci # Atheros pci/cardbus glue
225#device ath_hal # pci/cardbus chip support
226#options AH_SUPPORT_AR5416 # enable AR5416 tx/rx descriptors
227#device ath_rate_sample # SampleRate tx rate control for ath
228#device ral # Ralink Technology RT2500 wireless NICs.
229#device wi # WaveLAN/Intersil/Symbol 802.11 wireless NICs.
230#device wl # Older non 802.11 Wavelan wireless NIC.
231
232# Pseudo devices.

--- 57 unchanged lines hidden ---
226#device ath_hal # pci/cardbus chip support
227#options AH_SUPPORT_AR5416 # enable AR5416 tx/rx descriptors
228#device ath_rate_sample # SampleRate tx rate control for ath
229#device ral # Ralink Technology RT2500 wireless NICs.
230#device wi # WaveLAN/Intersil/Symbol 802.11 wireless NICs.
231#device wl # Older non 802.11 Wavelan wireless NIC.
232
233# Pseudo devices.

--- 57 unchanged lines hidden ---