Deleted Added
full compact
NOTES (77213) NOTES (77362)
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/i386/conf/NOTES 77213 2001-05-26 06:01:43Z dougb $
14# $FreeBSD: head/sys/i386/conf/NOTES 77362 2001-05-28 20:43:36Z phk $
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

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

1922
1923device pca
1924hint.pca.0.at="isa"
1925hint.pca.0.port="0x040"
1926
1927#
1928# Miscellaneous hardware:
1929#
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

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

1922
1923device pca
1924hint.pca.0.at="isa"
1925hint.pca.0.port="0x040"
1926
1927#
1928# Miscellaneous hardware:
1929#
1930# mcd: Mitsumi CD-ROM
1931# scd: Sony CD-ROM
1932# matcd: Matsushita/Panasonic CD-ROM
1930# mcd: Mitsumi CD-ROM using proprietary (non-ATAPI) interface
1931# scd: Sony CD-ROM using proprietary (non-ATAPI) interface
1932# matcd: Matsushita/Panasonic CD-ROM using proprietary (non-ATAPI) interface
1933# wt: Wangtek and Archive QIC-02/QIC-36 tape drives
1934# ctx: Cortex-I frame grabber
1935# apm: Laptop Advanced Power Management (experimental)
1936# pmtimer: Timer device driver for power management events (APM or ACPI)
1937# spigot: The Creative Labs Video Spigot video-acquisition board
1938# meteor: Matrox Meteor video capture board
1939# bktr: Brooktree bt848/848a/849a/878/879 video capture and TV Tuner board
1940# cy: Cyclades serial driver

--- 917 unchanged lines hidden ---
1933# wt: Wangtek and Archive QIC-02/QIC-36 tape drives
1934# ctx: Cortex-I frame grabber
1935# apm: Laptop Advanced Power Management (experimental)
1936# pmtimer: Timer device driver for power management events (APM or ACPI)
1937# spigot: The Creative Labs Video Spigot video-acquisition board
1938# meteor: Matrox Meteor video capture board
1939# bktr: Brooktree bt848/848a/849a/878/879 video capture and TV Tuner board
1940# cy: Cyclades serial driver

--- 917 unchanged lines hidden ---