Deleted Added
full compact
GENERIC (18846) GENERIC (19122)
1#
2# GENERIC -- Generic machine with WD/AHx/NCR/BTx family disks
3#
4# For more information read the handbook part System Administration ->
5# Configuring the FreeBSD Kernel -> The Configuration File.
6# The handbook is available in /usr/share/doc/handbook or online as
7# latest version from the FreeBSD World Wide Web server
8# <URL:http://www.FreeBSD.ORG/>
9#
10# An exhaustive list of options and more detailed explanations of the
11# device lines is present in the ./LINT configuration file. If you are
12# in doubt as to the purpose or necessity of a line, check first in LINT.
13#
1#
2# GENERIC -- Generic machine with WD/AHx/NCR/BTx family disks
3#
4# For more information read the handbook part System Administration ->
5# Configuring the FreeBSD Kernel -> The Configuration File.
6# The handbook is available in /usr/share/doc/handbook or online as
7# latest version from the FreeBSD World Wide Web server
8# <URL:http://www.FreeBSD.ORG/>
9#
10# An exhaustive list of options and more detailed explanations of the
11# device lines is present in the ./LINT configuration file. If you are
12# in doubt as to the purpose or necessity of a line, check first in LINT.
13#
14# $Id: GENERIC98,v 1.5 1996/09/12 11:09:16 asami Exp $
14# $Id: GENERIC98,v 1.6 1996/10/09 21:45:41 asami Exp $
15
16# GENERIC98 -- Generic PC98 machine with WD/SBIC55 disks
17
18machine "pc98"
19cpu "I386_CPU"
20cpu "I486_CPU"
21cpu "I586_CPU"
22cpu "I686_CPU"

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

49options AUTO_CLOCK
50options COM_MULTIPORT
51
52#
53# non-Intel CPU support
54#
55#options "IBM_486SLC" # IBM486SLC/SLC2 support
56#options "CYRIX_486DLC" # Cyrix 486DLC/SLC/DLC2/SLC2 support
15
16# GENERIC98 -- Generic PC98 machine with WD/SBIC55 disks
17
18machine "pc98"
19cpu "I386_CPU"
20cpu "I486_CPU"
21cpu "I586_CPU"
22cpu "I686_CPU"

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

49options AUTO_CLOCK
50options COM_MULTIPORT
51
52#
53# non-Intel CPU support
54#
55#options "IBM_486SLC" # IBM486SLC/SLC2 support
56#options "CYRIX_486DLC" # Cyrix 486DLC/SLC/DLC2/SLC2 support
57#option "CYRIX_5X86" # Cyrix 5x86 support
57#options "CYRIX_5X86" # Cyrix 5x86 support
58#options SUSP_HLT # CPU enters suspend mode when HALT
59#options "DISABLE_5X86_LSSER" # Load-Store reordering enable
58#options SUSP_HLT # CPU enters suspend mode when HALT
59#options "DISABLE_5X86_LSSER" # Load-Store reordering enable
60
61#
62# sbic55.c.new
63#
64#options SCSI_SYNC # synchronous transfer mode
65#options FORCE_BUSMASTER
66#options "HA55BS_ID=0"
60#
61# sbic55.c.new
62#
63#options SCSI_SYNC # synchronous transfer mode
64#options FORCE_BUSMASTER
65#options "HA55BS_ID=0"
67
68#
69# IBM-PC HDD support
70#options COMPAT_ATDISK
66#
67# IBM-PC HDD support
68#options COMPAT_ATDISK
71
72#
73# FreeBSD(98)-current is a *TEST VERSION*.
74# It is highly recomended to compile with following options, and to
75# record the panic messages and the result of trace command brefore
76# reporting a problem.
77options DDB
78options DIAGNOSTIC
79

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

92controller wdc0 at isa? port "IO_WD1" bio irq 9 vector wdintr
93disk wd0 at wdc0 drive 0
94#disk wd1 at wdc0 drive 1
95#disk wd2 at wdc0 drive 2
96#disk wd3 at wdc0 drive 3
97
98options ATAPI # Enable ATAPI support for IDE bus
99options ATAPI_STATIC #Don't do it as an LKM
69#
70# FreeBSD(98)-current is a *TEST VERSION*.
71# It is highly recomended to compile with following options, and to
72# record the panic messages and the result of trace command brefore
73# reporting a problem.
74options DDB
75options DIAGNOSTIC
76

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

89controller wdc0 at isa? port "IO_WD1" bio irq 9 vector wdintr
90disk wd0 at wdc0 drive 0
91#disk wd1 at wdc0 drive 1
92#disk wd2 at wdc0 drive 2
93#disk wd3 at wdc0 drive 3
94
95options ATAPI # Enable ATAPI support for IDE bus
96options ATAPI_STATIC #Don't do it as an LKM
100device wcd #IDE CD-ROM
97device wcd0 #IDE CD-ROM
101
102# A single entry for any of these controllers (ncr, ahb, ahc) is sufficient
103# for any number of installed devices.
104controller ncr0
105controller ahc0
106
107controller sbic0 at isa? port "IO_SCSI" bio irq 5 drq 3 vector sbicintr
98
99# A single entry for any of these controllers (ncr, ahb, ahc) is sufficient
100# for any number of installed devices.
101controller ncr0
102controller ahc0
103
104controller sbic0 at isa? port "IO_SCSI" bio irq 5 drq 3 vector sbicintr
105# sbic55.c.new
108#controller sbic0 at isa? port "IO_SCSI" bio irq 5 drq 3 flags 0xff vector sbicintr
106#controller sbic0 at isa? port "IO_SCSI" bio irq 5 drq 3 flags 0xff vector sbicintr
109controller aic0 at isa? port 0x1840 bio irq 5 vector aicintr
107controller aic0 at isa? port 0x1840 bio irq 5 flags 0x10000 vector aicintr
110
111controller scbus0
112
113device sd0
114
108
109controller scbus0
110
111device sd0
112
113device od0 #See LINT for possible `od' options.
114
115device st0
116
117device cd0 #Only need one of these, the code dynamically grows
118
115device st0
116
117device cd0 #Only need one of these, the code dynamically grows
118
119device od0
120
121device mcd0 at isa? port 0x300 bio irq 10 vector mcdintr
122
123controller matcd0 at isa? port? bio
124
125# syscons is the default console driver, resembling an SCO console
126device sc0 at isa? port "IO_KBD" tty irq 1 vector scintr
127#options XSERVER # include code for XFree86
128
129# Mandatory, don't remove
130device npx0 at isa? port "IO_NPX" irq 8 vector npxintr

--- 78 unchanged lines hidden ---
119controller matcd0 at isa? port? bio
120
121# syscons is the default console driver, resembling an SCO console
122device sc0 at isa? port "IO_KBD" tty irq 1 vector scintr
123#options XSERVER # include code for XFree86
124
125# Mandatory, don't remove
126device npx0 at isa? port "IO_NPX" irq 8 vector npxintr

--- 78 unchanged lines hidden ---