Deleted Added
full compact
NOTES (66594) NOTES (66703)
1#
2# NOTES -- Lines that can be cut/pasted into kernel and hints configs.
3#
4# Lines that begin with 'device', 'options', 'machine', 'ident', 'maxusers',
5# 'makeoptions', 'hints' etc go into the kernel configuration that you
6# run config(8) with.
7#
8# Lines that begin with 'hints.' are NOT for config(8), they go into your
9# hints file. See /boot/device.hints and/or the 'hints' config(8) directive.
10#
11# Please use ``make LINT'' to create an old-style LINT file if you want to
12# do kernel test-builds.
13#
1#
2# NOTES -- Lines that can be cut/pasted into kernel and hints configs.
3#
4# Lines that begin with 'device', 'options', 'machine', 'ident', 'maxusers',
5# 'makeoptions', 'hints' etc go into the kernel configuration that you
6# run config(8) with.
7#
8# Lines that begin with 'hints.' are NOT for config(8), they go into your
9# hints file. See /boot/device.hints and/or the 'hints' config(8) directive.
10#
11# Please use ``make LINT'' to create an old-style LINT file if you want to
12# do kernel test-builds.
13#
14# $FreeBSD: head/sys/conf/NOTES 66594 2000-10-03 18:30:15Z wpaul $
14# $FreeBSD: head/sys/conf/NOTES 66703 2000-10-06 00:09:46Z archie $
15#
16
17#
18# This directive is mandatory; it defines the architecture to be
19# configured for; in this case, the 386 family based IBM-PC and
20# compatibles.
21#
22machine i386

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

2115# For older notebooks that signal a powerfail condition (external
2116# power supply dropped, or battery state low) by issuing an NMI:
2117
2118options POWERFAIL_NMI # make it beep instead of panicing
2119
2120#
2121# SMB bus
2122#
15#
16
17#
18# This directive is mandatory; it defines the architecture to be
19# configured for; in this case, the 386 family based IBM-PC and
20# compatibles.
21#
22machine i386

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

2115# For older notebooks that signal a powerfail condition (external
2116# power supply dropped, or battery state low) by issuing an NMI:
2117
2118options POWERFAIL_NMI # make it beep instead of panicing
2119
2120#
2121# SMB bus
2122#
2123# System Management Bus support provided by the 'smbus' device.
2123# System Management Bus support is provided by the 'smbus' device.
2124# Access to the SMBus device is via the 'smb' device (/dev/smb*),
2125# which is a child of the 'smbus' device.
2124#
2125# Supported devices:
2126#
2127# Supported devices:
2126# smb standard io
2128# smb standard io through /dev/smb*
2127#
2129#
2128# Supported interfaces:
2129# iicsmb I2C to SMB bridge with any iicbus interface
2130# bktr brooktree848 I2C hardware interface
2131# intpm Intel PIIX4 Power Management Unit
2132# alpm Acer Aladdin-IV/V/Pro2 Power Management Unit
2130# Supported SMB interfaces:
2131# iicsmb I2C to SMB bridge with any iicbus interface
2132# bktr brooktree848 I2C hardware interface
2133# intpm Intel PIIX4 Power Management Unit
2134# alpm Acer Aladdin-IV/V/Pro2 Power Management Unit
2135# ichsmb Intel ICH SMBus controller chips (82801AA, 82801AB, 82801BA)
2133#
2134device smbus # Bus support, required for smb below.
2136#
2137device smbus # Bus support, required for smb below.
2138
2135device intpm
2136device alpm 1
2139device intpm
2140device alpm 1
2141device ichsmb
2137
2138device smb
2139
2140#
2141# I2C Bus
2142#
2143# Philips i2c bus support is provided by the `iicbus' device.
2144#

--- 480 unchanged lines hidden ---
2142
2143device smb
2144
2145#
2146# I2C Bus
2147#
2148# Philips i2c bus support is provided by the `iicbus' device.
2149#

--- 480 unchanged lines hidden ---