Deleted Added
full compact
GENERIC (190100) GENERIC (191954)
1#
2# GENERIC -- Generic kernel configuration file for FreeBSD/sparc64
3#
4# For more information on this file, please read the handbook section on
5# Kernel Configuration Files:
6#
7# http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
8#

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

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# For hardware specific information check HARDWARE.TXT
20#
1#
2# GENERIC -- Generic kernel configuration file for FreeBSD/sparc64
3#
4# For more information on this file, please read the handbook section on
5# Kernel Configuration Files:
6#
7# http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
8#

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

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# For hardware specific information check HARDWARE.TXT
20#
21# $FreeBSD: head/sys/sparc64/conf/GENERIC 190100 2009-03-19 20:33:26Z thompsa $
21# $FreeBSD: head/sys/sparc64/conf/GENERIC 191954 2009-05-10 00:00:25Z kuriyama $
22
23cpu SUN4U
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.
28
29makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols

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

195device wlan # 802.11 support
196options IEEE80211_DEBUG # enable debug msgs
197options IEEE80211_AMPDU_AGE # age frames in AMPDU reorder q's
198device wlan_wep # 802.11 WEP support
199device wlan_ccmp # 802.11 CCMP support
200device wlan_tkip # 802.11 TKIP support
201device ath # Atheros pci/cardbus NIC's
202device ath_hal # Atheros HAL (Hardware Access Layer)
22
23cpu SUN4U
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.
28
29makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols

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

195device wlan # 802.11 support
196options IEEE80211_DEBUG # enable debug msgs
197options IEEE80211_AMPDU_AGE # age frames in AMPDU reorder q's
198device wlan_wep # 802.11 WEP support
199device wlan_ccmp # 802.11 CCMP support
200device wlan_tkip # 802.11 TKIP support
201device ath # Atheros pci/cardbus NIC's
202device ath_hal # Atheros HAL (Hardware Access Layer)
203options AH_SUPPORT_AR5416 # enable AR5416 tx/rx descriptors
203options AH_SUPPORT_AR5416 # enable AR5416 tx/rx descriptors
204device ath_rate_sample # SampleRate tx rate control for ath
205
206# Pseudo devices.
207device loop # Network loopback
208device random # Entropy device
209device ether # Ethernet support
210device tun # Packet tunnel.
211device pty # BSD-style compatibility pseudo ttys

--- 36 unchanged lines hidden ---
204device ath_rate_sample # SampleRate tx rate control for ath
205
206# Pseudo devices.
207device loop # Network loopback
208device random # Entropy device
209device ether # Ethernet support
210device tun # Packet tunnel.
211device pty # BSD-style compatibility pseudo ttys

--- 36 unchanged lines hidden ---