Deleted Added
sdiff udiff text old ( 111313 ) new ( 111500 )
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/i386/conf/NOTES 111500 2003-02-25 20:59:23Z obrien $
8#
9
10#
11# This directive is mandatory; it defines the architecture to be
12# configured for; in this case, the 386 family based IBM-PC and
13# compatibles.
14#
15machine i386

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

336
337#####################################################################
338# HARDWARE DEVICE CONFIGURATION
339
340#
341# Mandatory devices:
342#
343
344# To include support for VGA VESA video modes
345options VESA
346
347# Turn on extra debugging checks and output for VESA support.
348options VESA_DEBUG
349
350# The pcvt console driver (vt220 compatible).
351device vt

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

552# Audio drivers: `pca'
553#
554# pca: PCM audio through your PC speaker
555
556device pca
557hint.pca.0.at="isa"
558hint.pca.0.port="0x040"
559
560#
561# SCSI host adapters:
562#
563# ncv: NCR 53C500 based SCSI host adapters.
564# nsp: Workbit Ninja SCSI-3 based PC Card SCSI host adapters.
565# stg: TMC 18C30, 18C50 based SCSI host adapters.
566
567device ncv
568device nsp
569device stg
570hint.stg.0.at="isa"
571hint.stg.0.port="0x140"
572hint.stg.0.port="11"
573
574#

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

733# above.
734
735# For older notebooks that signal a powerfail condition (external
736# power supply dropped, or battery state low) by issuing an NMI:
737
738options POWERFAIL_NMI # make it beep instead of panicing
739
740#
741# I2C Bus
742#
743# Philips i2c bus support is provided by the `iicbus' device.
744#
745# Supported interfaces:
746# pcf Philips PCF8584 ISA-bus controller
747#
748device pcf

--- 352 unchanged lines hidden ---