Deleted Added
full compact
GENERIC (49519) GENERIC (49536)
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.80 1999/07/26 12:10:33 kato Exp $
14# $Id: GENERIC98,v 1.81 1999/08/08 11:09:28 kato Exp $
15
16# GENERIC98 -- Generic PC98 machine with WD/SCSI disks
17
18machine pc98
19cpu I386_CPU
20cpu I486_CPU
21cpu I586_CPU
22cpu I686_CPU

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

243#device pcm0 at isa? port 0xa460 irq 12
244#device mss0 at isa? port 0xf40 irq 12 drq 1
245
246pseudo-device loop
247pseudo-device ether
248pseudo-device sl 1
249pseudo-device ppp 1
250pseudo-device tun 1
15
16# GENERIC98 -- Generic PC98 machine with WD/SCSI disks
17
18machine pc98
19cpu I386_CPU
20cpu I486_CPU
21cpu I586_CPU
22cpu I686_CPU

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

243#device pcm0 at isa? port 0xa460 irq 12
244#device mss0 at isa? port 0xf40 irq 12 drq 1
245
246pseudo-device loop
247pseudo-device ether
248pseudo-device sl 1
249pseudo-device ppp 1
250pseudo-device tun 1
251pseudo-device pty 16
251pseudo-device pty
252pseudo-device gzip # Exec gzipped a.out's
253
254# The `bpf' pseudo-device enables the Berkeley Packet Filter.
255# Be aware of the administrative consequences of enabling this!
256pseudo-device bpf 4 #Berkeley packet filter
257
258# KTRACE enables the system-call tracing facility ktrace(2).
259# This adds 4 KB bloat to your kernel, and slightly increases
260# the costs of each syscall.
261options KTRACE #kernel tracing
262
263# This provides support for System V shared memory and message queues.
264#
265options SYSVSHM
266options SYSVMSG
267options SYSVSEM
252pseudo-device gzip # Exec gzipped a.out's
253
254# The `bpf' pseudo-device enables the Berkeley Packet Filter.
255# Be aware of the administrative consequences of enabling this!
256pseudo-device bpf 4 #Berkeley packet filter
257
258# KTRACE enables the system-call tracing facility ktrace(2).
259# This adds 4 KB bloat to your kernel, and slightly increases
260# the costs of each syscall.
261options KTRACE #kernel tracing
262
263# This provides support for System V shared memory and message queues.
264#
265options SYSVSHM
266options SYSVMSG
267options SYSVSEM