Deleted Added
full compact
NOTES (159549) NOTES (160813)
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#
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 $
7# $FreeBSD: head/sys/pc98/conf/NOTES 160813 2006-07-29 18:38:54Z marcel $
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
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
217#
218# sio: serial ports (see sio(4)), including support for various
219# PC Card devices, such as Modem and NICs (see etc/defaults/pccard.conf)
220#
221device sio
222hint.sio.0.at="isa"
223hint.sio.0.port="0x3F8"
224hint.sio.0.flags="0x10"
225hint.sio.0.irq="4"
226
227# `flags' specific to sio(4).
228# 0x10 enable console support for this unit. Other console flags
229# (if applicable) are ignored unless this is set. Enabling
230# console support does not make the unit the preferred console.
231# Boot with -h or set boot_serial=YES in the loader. For sio(4)
232# specifically, the 0x20 flag can also be set (see above).
233# Currently, at most one unit can have console support; the
234# first one (in config file order) with this flag set is
235# preferred. Setting this flag for sio0 gives the old behaviour.
236# 0x20 force this unit to be the console (unless there is another
237# higher priority console). This replaces the COMCONSOLE option.
238# 0x40 reserve this unit for low level console operations. Do not
239# access the device in any normal way.
240# 0x80 use this port for serial line gdb support in ddb. Also known
241# as debug port.
242# PnP `flags'
243# 0x1 disable probing of this device. Used to prevent your modem
244# from being attached as a PnP modem.
245# Other flags for sio that aren't documented in the man page.
246# 0x20000 enable hardware RTS/CTS and larger FIFOs. Only works for
247# ST16650A-compatible UARTs.
248
249# Options for sio:
250options COM_ESP # Code for Hayes ESP.
251options COM_MULTIPORT # Code for some cards with shared IRQs.
252options CONSPEED=115200 # Speed for serial console
253 # (default 9600).
254
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 ---
255device speaker #Play IBM BASIC-style noises out your speaker
256hint.speaker.0.at="isa"
257hint.speaker.0.port="0x35"
258device gzip #Exec gzipped a.out's. REQUIRES COMPAT_AOUT!
259device apm_saver # Requires APM
260
261
262#####################################################################

--- 577 unchanged lines hidden ---