Deleted Added
full compact
GENERIC (134383) GENERIC (134542)
1#
2# GENERIC -- Generic kernel configuration file for FreeBSD/pc98
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/pc98
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/pc98/conf/GENERIC 134383 2004-08-27 15:16:24Z andre $
19# $FreeBSD: head/sys/pc98/conf/GENERIC 134542 2004-08-30 23:03:58Z peter $
20
21machine pc98
22#cpu I386_CPU # Do not enable with other cpu types
23cpu I486_CPU
24cpu I586_CPU
25cpu I686_CPU
26ident GENERIC
27

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

84device ata
85device atadisk # ATA disk drives
86device atapicd # ATAPI CDROM drives
87device atapifd # ATAPI floppy drives
88device atapist # ATAPI tape drives
89options ATA_STATIC_ID # Static device numbering
90
91# IDE controller and disks
20
21machine pc98
22#cpu I386_CPU # Do not enable with other cpu types
23cpu I486_CPU
24cpu I586_CPU
25cpu I686_CPU
26ident GENERIC
27

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

84device ata
85device atadisk # ATA disk drives
86device atapicd # ATAPI CDROM drives
87device atapifd # ATAPI floppy drives
88device atapist # ATAPI tape drives
89options ATA_STATIC_ID # Static device numbering
90
91# IDE controller and disks
92#device wdc 1 # Needs COMPAT_OLDISA
92#device wdc # Needs COMPAT_OLDISA
93#options NWDC=1
93
94# ATAPI devices on wdc
94
95# ATAPI devices on wdc
95#device wcd 1 # IDE CD-ROM
96#device wcd # IDE CD-ROM
96
97# SCSI Controllers
98device adv # Advansys SCSI adapters
99device ahc # AHA2940 and onboard AIC7xxx devices
100device amd # AMD 53C974 (Tekram DC-390(T))
101device isp # Qlogic family
102#device ncr # NCR/Symbios Logic
103device sym # NCR/Symbios Logic (newer chipsets + those of `ncr')

--- 155 unchanged lines hidden ---
97
98# SCSI Controllers
99device adv # Advansys SCSI adapters
100device ahc # AHA2940 and onboard AIC7xxx devices
101device amd # AMD 53C974 (Tekram DC-390(T))
102device isp # Qlogic family
103#device ncr # NCR/Symbios Logic
104device sym # NCR/Symbios Logic (newer chipsets + those of `ncr')

--- 155 unchanged lines hidden ---