Deleted Added
full compact
GENERIC (106249) GENERIC (107562)
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 106249 2002-10-31 12:14:05Z nyan $
19# $FreeBSD: head/sys/pc98/conf/GENERIC 107562 2002-12-03 20:20:44Z sos $
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
27maxusers 0

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

73
74device isa
75device pci
76options COMPAT_OLDISA # Old ISA driver shims
77
78# Floppy drives
79device fdc
80
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
27maxusers 0

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

73
74device isa
75device pci
76options COMPAT_OLDISA # Old ISA driver shims
77
78# Floppy drives
79device fdc
80
81# ATA and ATAPI devices
82device ata
83device atadisk # ATA disk drives
84device atapicd # ATAPI CDROM drives
85device atapifd # ATAPI floppy drives
86device atapist # ATAPI tape drives
87options ATA_STATIC_ID # Static device numbering
88
81# IDE controller and disks
89# IDE controller and disks
82device wdc 1
90#device wdc 1
83
84# ATAPI devices on wdc
91
92# ATAPI devices on wdc
85device wcd 1 #IDE CD-ROM
93#device wcd 1 #IDE CD-ROM
86#device wfd 1 #IDE Floppy (e.g. LS-120)
87#device wst 1 #IDE Tape (e.g. Travan)
88
89# SCSI Controllers
90device adv # Advansys SCSI adapters
91device ahc # AHA2940 and onboard AIC7xxx devices
92device amd # AMD 53C974 (Tekram DC-390(T))
93device isp # Qlogic family

--- 140 unchanged lines hidden ---
94#device wfd 1 #IDE Floppy (e.g. LS-120)
95#device wst 1 #IDE Tape (e.g. Travan)
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

--- 140 unchanged lines hidden ---