Deleted Added
full compact
GENERIC (195295) GENERIC (195618)
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 195295 2009-07-02 18:24:37Z ed $
19# $FreeBSD: head/sys/pc98/conf/GENERIC 195618 2009-07-11 15:02:45Z rpaulo $
20
21cpu I486_CPU
22cpu I586_CPU
23cpu I686_CPU
24ident GENERIC
25
26# To statically compile in device wiring instead of /boot/device.hints
27#hints "GENERIC.hints" # Default places to look for devices.

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

218device sn # SMC's 9000 series of Ethernet chips
219device snc
220device xe # Xircom pccard Ethernet
221
222# Wireless NIC cards
223#device wlan # 802.11 support
224#options IEEE80211_DEBUG # enable debug msgs
225#options IEEE80211_AMPDU_AGE # age frames in AMPDU reorder q's
20
21cpu I486_CPU
22cpu I586_CPU
23cpu I686_CPU
24ident GENERIC
25
26# To statically compile in device wiring instead of /boot/device.hints
27#hints "GENERIC.hints" # Default places to look for devices.

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

218device sn # SMC's 9000 series of Ethernet chips
219device snc
220device xe # Xircom pccard Ethernet
221
222# Wireless NIC cards
223#device wlan # 802.11 support
224#options IEEE80211_DEBUG # enable debug msgs
225#options IEEE80211_AMPDU_AGE # age frames in AMPDU reorder q's
226#options IEEE80211_SUPPORT_MESH # enable 802.11s D3.0 support
226#device wlan_wep # 802.11 WEP support
227#device wlan_ccmp # 802.11 CCMP support
228#device wlan_tkip # 802.11 TKIP support
229#device wlan_amrr # AMRR transmit rate control algorithm
230#device an # Aironet 4500/4800 802.11 wireless NICs.
231#device ath # Atheros pci/cardbus NIC's
232#device ath_hal # pci/cardbus chip support
233#options AH_SUPPORT_AR5416 # enable AR5416 tx/rx descriptors

--- 60 unchanged lines hidden ---
227#device wlan_wep # 802.11 WEP support
228#device wlan_ccmp # 802.11 CCMP support
229#device wlan_tkip # 802.11 TKIP support
230#device wlan_amrr # AMRR transmit rate control algorithm
231#device an # Aironet 4500/4800 802.11 wireless NICs.
232#device ath # Atheros pci/cardbus NIC's
233#device ath_hal # pci/cardbus chip support
234#options AH_SUPPORT_AR5416 # enable AR5416 tx/rx descriptors

--- 60 unchanged lines hidden ---