Deleted Added
sdiff udiff text old ( 90702 ) new ( 90731 )
full compact
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 90702 2002-02-15 13:16:11Z bde $
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

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

1695# Options for sio:
1696options COM_ESP #code for Hayes ESP
1697options COM_MULTIPORT #code for some cards with shared IRQs
1698
1699# Other flags for sio that aren't documented in the man page.
1700# 0x20000 enable hardware RTS/CTS and larger FIFOs. Only works for
1701# ST16650A-compatible UARTs.
1702
1703#
1704# Network interfaces:
1705#
1706# MII bus support is required for some PCI 10/100 ethernet NICs,
1707# namely those which use MII-compliant transceivers or implement
1708# tranceiver control interfaces that operate like an MII. Adding
1709# "device miibus0" to the kernel config pulls in support for
1710# the generic miibus API and all of the PHY drivers, including a
1711# generic one for PHYs that aren't specifically handled by an

--- 1330 unchanged lines hidden ---