Deleted Added
full compact
GENERIC (16359) GENERIC (17256)
1#
2# GENERIC -- Generic machine with WD/AHx/NCR/BTx family disks
3#
1#
2# GENERIC -- Generic machine with WD/AHx/NCR/BTx family disks
3#
4# $Id: GENERIC,v 1.70 1996/05/13 04:29:13 nate Exp $
4# $Id: GENERIC98,v 1.1.1.1 1996/06/14 10:04:40 asami Exp $
5#
6
7# GENERIC98 -- Generic PC98 machine with WD/SBIC55 disks
8
9machine "pc98"
10cpu "I386_CPU"
11cpu "I486_CPU"
12cpu "I586_CPU"

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

57# IBM-PC HDD support
58#options COMPAT_ATDISK
59
60#
61# FreeBSD(98)-current is a *TEST VERSION*.
62# It is highly recomended to compile with following options, and to
63# record the panic messages and the result of trace command brefore
64# reporting a problem.
5#
6
7# GENERIC98 -- Generic PC98 machine with WD/SBIC55 disks
8
9machine "pc98"
10cpu "I386_CPU"
11cpu "I486_CPU"
12cpu "I586_CPU"

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

57# IBM-PC HDD support
58#options COMPAT_ATDISK
59
60#
61# FreeBSD(98)-current is a *TEST VERSION*.
62# It is highly recomended to compile with following options, and to
63# record the panic messages and the result of trace command brefore
64# reporting a problem.
65#
66# If you need more information for the kernel, KTRACE option may help
67# you.
68#
69options DDB
70options DIAGNOSTIC
65options DDB
66options DIAGNOSTIC
71#options KTRACE
72
67
73
74config kernel root on wd0
75
76controller nec0
77controller pci0
78
79controller fdc0 at nec? port "IO_FD1" bio irq 11 drq 2 vector fdintr
80disk fd0 at fdc0 drive 0
81disk fd1 at fdc0 drive 1

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

133device sio0 at nec? port "IO_COM1" tty irq 4 vector siointr
134device sio1 at nec? port 0xd2 tty irq 5 flags 0x101 vector siointr
135device sio2 at nec? port 0x8d2 tty flags 0x101 vector siointr
136
137
138device ed0 at nec? port 0x00d0 net irq 6 vector edintr
139device ed1 at nec? port 0x56d0 net irq 5 vector edintr
140device ed2 at nec? port 0x00d0 net irq 6 iomem 0xd0000 iosiz 16384 vector edintr
68config kernel root on wd0
69
70controller nec0
71controller pci0
72
73controller fdc0 at nec? port "IO_FD1" bio irq 11 drq 2 vector fdintr
74disk fd0 at fdc0 drive 0
75disk fd1 at fdc0 drive 1

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

127device sio0 at nec? port "IO_COM1" tty irq 4 vector siointr
128device sio1 at nec? port 0xd2 tty irq 5 flags 0x101 vector siointr
129device sio2 at nec? port 0x8d2 tty flags 0x101 vector siointr
130
131
132device ed0 at nec? port 0x00d0 net irq 6 vector edintr
133device ed1 at nec? port 0x56d0 net irq 5 vector edintr
134device ed2 at nec? port 0x00d0 net irq 6 iomem 0xd0000 iosiz 16384 vector edintr
141device fe0 at nec? prot 0x00d0 net irq 3 vector feintr
135device fe0 at nec? port 0x00d0 net irq 3 vector feintr
142device zp0 at nec? port 0x0300 net irq 10 iomem 0xe0000 vector zpintr
143device ep0 at nec? port 0x00d0 net irq 6 vector epintr
144
145#controller snd0
146#device sb0 at nec? port 0x20d2 irq 10 conflicts drq 3 vector sbintr
147#device sbxvi0 at nec? drq 3
148#device sbmidi0 at nec? port 0x80d2
149#device opl0 at nec? port 0x28d2

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

155pseudo-device loop
156pseudo-device ether
157pseudo-device log
158pseudo-device sl 2
159# ijppp uses tun instead of ppp device
160#pseudo-device ppp 1
161pseudo-device tun 1
162pseudo-device pty 16
136device zp0 at nec? port 0x0300 net irq 10 iomem 0xe0000 vector zpintr
137device ep0 at nec? port 0x00d0 net irq 6 vector epintr
138
139#controller snd0
140#device sb0 at nec? port 0x20d2 irq 10 conflicts drq 3 vector sbintr
141#device sbxvi0 at nec? drq 3
142#device sbmidi0 at nec? port 0x80d2
143#device opl0 at nec? port 0x28d2

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

149pseudo-device loop
150pseudo-device ether
151pseudo-device log
152pseudo-device sl 2
153# ijppp uses tun instead of ppp device
154#pseudo-device ppp 1
155pseudo-device tun 1
156pseudo-device pty 16
163# keep this if you want to be able to continue to use /stand/sysinstall
164pseudo-device gzip # Exec gzipped a.out's
157pseudo-device gzip # Exec gzipped a.out's
158
159# KTRACE enables the system-call tracing facility ktrace(2).
160# This adds 4 KB bloat to your kernel, and slightly increases
161# the costs of each syscall.
162options KTRACE #kernel tracing
163