Deleted Added
full compact
GENERIC (191726) GENERIC (191954)
1#
2# GENERIC -- Generic kernel configuration file for FreeBSD/i386
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/i386
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/i386/conf/GENERIC 191726 2009-05-01 17:20:16Z sam $
19# $FreeBSD: head/sys/i386/conf/GENERIC 191954 2009-05-10 00:00:25Z kuriyama $
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.

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

64options KTRACE # ktrace(1) support
65options STACK # stack(9) support
66options SYSVSHM # SYSV-style shared memory
67options SYSVMSG # SYSV-style message queues
68options SYSVSEM # SYSV-style semaphores
69options _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions
70options KBD_INSTALL_CDEV # install a CDEV entry in /dev
71options STOP_NMI # Stop CPUS using NMI instead of IPI
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.

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

64options KTRACE # ktrace(1) support
65options STACK # stack(9) support
66options SYSVSHM # SYSV-style shared memory
67options SYSVMSG # SYSV-style message queues
68options SYSVSEM # SYSV-style semaphores
69options _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions
70options KBD_INSTALL_CDEV # install a CDEV entry in /dev
71options STOP_NMI # Stop CPUS using NMI instead of IPI
72options HWPMC_HOOKS # Necessary kernel hooks for hwpmc(4)
72options HWPMC_HOOKS # Necessary kernel hooks for hwpmc(4)
73options AUDIT # Security event auditing
74#options KDTRACE_HOOKS # Kernel DTrace hooks
75
76# Debugging for use in -current
77options KDB # Enable kernel debugger support.
78options DDB # Support DDB.
79options GDB # Support remote GDB.
80options INVARIANTS # Enable calls of extra sanity checking

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

112options AHC_REG_PRETTY_PRINT # Print register bitfields in debug
113 # output. Adds ~128k to driver.
114device ahd # AHA39320/29320 and onboard AIC79xx devices
115options AHD_REG_PRETTY_PRINT # Print register bitfields in debug
116 # output. Adds ~215k to driver.
117device amd # AMD 53C974 (Tekram DC-390(T))
118device hptiop # Highpoint RocketRaid 3xxx series
119device isp # Qlogic family
73options AUDIT # Security event auditing
74#options KDTRACE_HOOKS # Kernel DTrace hooks
75
76# Debugging for use in -current
77options KDB # Enable kernel debugger support.
78options DDB # Support DDB.
79options GDB # Support remote GDB.
80options INVARIANTS # Enable calls of extra sanity checking

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

112options AHC_REG_PRETTY_PRINT # Print register bitfields in debug
113 # output. Adds ~128k to driver.
114device ahd # AHA39320/29320 and onboard AIC79xx devices
115options AHD_REG_PRETTY_PRINT # Print register bitfields in debug
116 # output. Adds ~215k to driver.
117device amd # AMD 53C974 (Tekram DC-390(T))
118device hptiop # Highpoint RocketRaid 3xxx series
119device isp # Qlogic family
120#device ispfw # Firmware for QLogic HBAs- normally a module
120#device ispfw # Firmware for QLogic HBAs- normally a module
121device mpt # LSI-Logic MPT-Fusion
122#device ncr # NCR/Symbios Logic
123device sym # NCR/Symbios Logic (newer chipsets + those of `ncr')
124device trm # Tekram DC395U/UW/F DC315U adapters
125
126device adv # Advansys SCSI adapters
127device adw # Advansys wide SCSI adapters
128device aha # Adaptec 154x SCSI adapters

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

267options IEEE80211_AMPDU_AGE # age frames in AMPDU reorder q's
268device wlan_wep # 802.11 WEP support
269device wlan_ccmp # 802.11 CCMP support
270device wlan_tkip # 802.11 TKIP support
271device wlan_amrr # AMRR transmit rate control algorithm
272device an # Aironet 4500/4800 802.11 wireless NICs.
273device ath # Atheros pci/cardbus NIC's
274device ath_hal # pci/cardbus chip support
121device mpt # LSI-Logic MPT-Fusion
122#device ncr # NCR/Symbios Logic
123device sym # NCR/Symbios Logic (newer chipsets + those of `ncr')
124device trm # Tekram DC395U/UW/F DC315U adapters
125
126device adv # Advansys SCSI adapters
127device adw # Advansys wide SCSI adapters
128device aha # Adaptec 154x SCSI adapters

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

267options IEEE80211_AMPDU_AGE # age frames in AMPDU reorder q's
268device wlan_wep # 802.11 WEP support
269device wlan_ccmp # 802.11 CCMP support
270device wlan_tkip # 802.11 TKIP support
271device wlan_amrr # AMRR transmit rate control algorithm
272device an # Aironet 4500/4800 802.11 wireless NICs.
273device ath # Atheros pci/cardbus NIC's
274device ath_hal # pci/cardbus chip support
275options AH_SUPPORT_AR5416 # enable AR5416 tx/rx descriptors
275options AH_SUPPORT_AR5416 # enable AR5416 tx/rx descriptors
276device ath_rate_sample # SampleRate tx rate control for ath
277device ral # Ralink Technology RT2500 wireless NICs.
278device wi # WaveLAN/Intersil/Symbol 802.11 wireless NICs.
279#device wl # Older non 802.11 Wavelan wireless NIC.
280
281# Pseudo devices.
282device loop # Network loopback
283device random # Entropy device

--- 55 unchanged lines hidden ---
276device ath_rate_sample # SampleRate tx rate control for ath
277device ral # Ralink Technology RT2500 wireless NICs.
278device wi # WaveLAN/Intersil/Symbol 802.11 wireless NICs.
279#device wl # Older non 802.11 Wavelan wireless NIC.
280
281# Pseudo devices.
282device loop # Network loopback
283device random # Entropy device

--- 55 unchanged lines hidden ---