Deleted Added
sdiff udiff text old ( 159549 ) new ( 160813 )
full compact
1#
2# NOTES -- Lines that can be cut/pasted into kernel and hints configs.
3#
4# This file contains machine dependent kernel configuration notes. For
5# machine independent notes, look in /sys/conf/NOTES.
6#
7# $FreeBSD: head/sys/pc98/conf/NOTES 159549 2006-06-12 20:38:17Z jhb $
8#
9
10options PC98
11
12#
13# We want LINT to cover profiling as well.
14profile 2
15

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

209# CLK_USE_I8254_CALIBRATION causes the calibrated frequency of the i8254
210# clock to actually be used.
211options CLK_USE_I8254_CALIBRATION
212
213
214#####################################################################
215# MISCELLANEOUS DEVICES AND OPTIONS
216
217device speaker #Play IBM BASIC-style noises out your speaker
218hint.speaker.0.at="isa"
219hint.speaker.0.port="0x35"
220device gzip #Exec gzipped a.out's. REQUIRES COMPAT_AOUT!
221device apm_saver # Requires APM
222
223
224#####################################################################

--- 577 unchanged lines hidden ---