Deleted Added
full compact
GENERIC (101588) GENERIC (101704)
1#
2# GENERIC -- Generic kernel configuration file for FreeBSD/i386
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#
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 handbook section on
5# 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 101588 2002-08-09 15:30:48Z brooks $
19# $FreeBSD: head/sys/i386/conf/GENERIC 101704 2002-08-11 23:34:20Z mjacob $
20
21machine i386
22cpu I486_CPU
23cpu I586_CPU
24cpu I686_CPU
25ident GENERIC
26maxusers 0
27

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

81options ATA_STATIC_ID #Static device numbering
82
83# SCSI Controllers
84device ahb # EISA AHA1742 family
85device ahc # AHA2940 and onboard AIC7xxx devices
86device ahd # AHA39320 and onboard AIC79xx devices
87device amd # AMD 53C974 (Tekram DC-390(T))
88device isp # Qlogic family
20
21machine i386
22cpu I486_CPU
23cpu I586_CPU
24cpu I686_CPU
25ident GENERIC
26maxusers 0
27

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

81options ATA_STATIC_ID #Static device numbering
82
83# SCSI Controllers
84device ahb # EISA AHA1742 family
85device ahc # AHA2940 and onboard AIC7xxx devices
86device ahd # AHA39320 and onboard AIC79xx devices
87device amd # AMD 53C974 (Tekram DC-390(T))
88device isp # Qlogic family
89device mpt # LSI-Logic MPT-Fusion
89#device ncr # NCR/Symbios Logic
90device sym # NCR/Symbios Logic (newer chipsets + those of `ncr')
91
92device adv # Advansys SCSI adapters
93device adw # Advansys wide SCSI adapters
94device aha # Adaptec 154x SCSI adapters
95device aic # Adaptec 15[012]x SCSI adapters, AIC-6[23]60.
96device bt # Buslogic/Mylex MultiMaster SCSI adapters

--- 150 unchanged lines hidden ---
90#device ncr # NCR/Symbios Logic
91device sym # NCR/Symbios Logic (newer chipsets + those of `ncr')
92
93device adv # Advansys SCSI adapters
94device adw # Advansys wide SCSI adapters
95device aha # Adaptec 154x SCSI adapters
96device aic # Adaptec 15[012]x SCSI adapters, AIC-6[23]60.
97device bt # Buslogic/Mylex MultiMaster SCSI adapters

--- 150 unchanged lines hidden ---