Deleted Added
sdiff udiff text old ( 159967 ) 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/amd64/conf/NOTES 159967 2006-06-26 23:41:07Z obrien $
8#
9
10#
11# We want LINT to cover profiling as well.
12profile 2
13
14
15#####################################################################

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

96# CLK_USE_I8254_CALIBRATION causes the calibrated frequency of the i8254
97# clock to actually be used.
98options CLK_USE_I8254_CALIBRATION
99
100
101#####################################################################
102# MISCELLANEOUS DEVICES AND OPTIONS
103
104device speaker #Play IBM BASIC-style noises out your speaker
105hint.speaker.0.at="isa"
106hint.speaker.0.port="0x61"
107device gzip #Exec gzipped a.out's. REQUIRES COMPAT_AOUT!
108
109
110#####################################################################
111# HARDWARE BUS CONFIGURATION

--- 464 unchanged lines hidden ---