Deleted Added
full compact
GENERIC (105054) GENERIC (105329)
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 105054 2002-10-13 16:29:17Z mike $
19# $FreeBSD: head/sys/pc98/conf/GENERIC 105329 2002-10-17 13:57:57Z nyan $
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

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

91device adv # Advansys SCSI adapters
92device ahc # AHA2940 and onboard AIC7xxx devices
93device amd # AMD 53C974 (Tekram DC-390(T))
94device isp # Qlogic family
95#device ncr # NCR/Symbios Logic
96device sym # NCR/Symbios Logic (newer chipsets + those of `ncr')
97
98device aic # PC-9801-100
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

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

91device adv # Advansys SCSI adapters
92device ahc # AHA2940 and onboard AIC7xxx devices
93device amd # AMD 53C974 (Tekram DC-390(T))
94device isp # Qlogic family
95#device ncr # NCR/Symbios Logic
96device sym # NCR/Symbios Logic (newer chipsets + those of `ncr')
97
98device aic # PC-9801-100
99options BS_TARG_SAFEMODE
100device bs 1 # WD33C93 SCSI card (55/92 like board)
101#device ct # host adapter using WD33C93[ABC] chip (C bus)
99#options BS_TARG_SAFEMODE
100#device bs 1 # WD33C93 SCSI card (55/92 like board)
101device ct # host adapter using WD33C93[ABC] chip (C bus)
102
103device ncv # NCR 53C500
104device nsp # Workbit Ninja SCSI-3
105device stg # TMC 18C30/18C50
106
107# SCSI peripherals
108device scbus # SCSI bus (required)
109device ch # SCSI media changers

--- 125 unchanged lines hidden ---
102
103device ncv # NCR 53C500
104device nsp # Workbit Ninja SCSI-3
105device stg # TMC 18C30/18C50
106
107# SCSI peripherals
108device scbus # SCSI bus (required)
109device ch # SCSI media changers

--- 125 unchanged lines hidden ---