Deleted Added
full compact
NOTES (92603) NOTES (93023)
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 92603 2002-03-18 18:23:42Z joe $
14# $FreeBSD: head/sys/conf/NOTES 93023 2002-03-23 15:49:15Z nsouch $
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

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

2373# needed for some old SiS and VIA chipset motherboards.
2374# This also allows Bt878/879 chips to work on old OPTi (<1997) chipset
2375# motherboards and motherboards with bad or incomplete PCI 2.1 support.
2376# As a rough guess, old = before 1998
2377#
2378
2379device meteor 1
2380
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

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

2373# needed for some old SiS and VIA chipset motherboards.
2374# This also allows Bt878/879 chips to work on old OPTi (<1997) chipset
2375# motherboards and motherboards with bad or incomplete PCI 2.1 support.
2376# As a rough guess, old = before 1998
2377#
2378
2379device meteor 1
2380
2381#
2382# options BKTR_USE_FREEBSD_SMBUS
2383# Compile with FreeBSD SMBus implementation
2384#
2381# Brooktree driver has been ported to the new I2C framework. Thus,
2382# you'll need to have the following 3 lines in the kernel config.
2383# device smbus
2384# device iicbus
2385# device iicbb
2385# Brooktree driver has been ported to the new I2C framework. Thus,
2386# you'll need to have the following 3 lines in the kernel config.
2387# device smbus
2388# device iicbus
2389# device iicbb
2390# device iicsmb
2386# The iic and smb devices are only needed if you want to control other
2387# I2C slaves connected to the external connector of some cards.
2388#
2389device bktr 1
2390
2391#
2392# PC Card/PCMCIA
2393# (OLDCARD)

--- 685 unchanged lines hidden ---
2391# The iic and smb devices are only needed if you want to control other
2392# I2C slaves connected to the external connector of some cards.
2393#
2394device bktr 1
2395
2396#
2397# PC Card/PCMCIA
2398# (OLDCARD)

--- 685 unchanged lines hidden ---