Deleted Added
full compact
NOTES (75733) NOTES (76195)
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 75733 2001-04-20 11:58:56Z jesper $
14# $FreeBSD: head/sys/i386/conf/NOTES 76195 2001-05-02 01:08:09Z brian $
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

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

1929# ctx: Cortex-I frame grabber
1930# apm: Laptop Advanced Power Management (experimental)
1931# pmtimer: Timer device driver for power management events (APM or ACPI)
1932# spigot: The Creative Labs Video Spigot video-acquisition board
1933# meteor: Matrox Meteor video capture board
1934# bktr: Brooktree bt848/848a/849a/878/879 video capture and TV Tuner board
1935# cy: Cyclades serial driver
1936# dgb: Digiboard PC/Xi and PC/Xe series driver (ALPHA QUALITY!)
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

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

1929# ctx: Cortex-I frame grabber
1930# apm: Laptop Advanced Power Management (experimental)
1931# pmtimer: Timer device driver for power management events (APM or ACPI)
1932# spigot: The Creative Labs Video Spigot video-acquisition board
1933# meteor: Matrox Meteor video capture board
1934# bktr: Brooktree bt848/848a/849a/878/879 video capture and TV Tuner board
1935# cy: Cyclades serial driver
1936# dgb: Digiboard PC/Xi and PC/Xe series driver (ALPHA QUALITY!)
1937# dgm: Digiboard PC/Xem driver
1937# dgm: Digiboard PC/Xem driver (obsolete)
1938# digi: Digiboard driver
1938# gp: National Instruments AT-GPIB and AT-GPIB/TNT board, PCMCIA-GPIB
1939# asc: GI1904-based hand scanners, e.g. the Trust Amiscan Grey
1940# gsc: Genius GS-4500 hand scanner.
1941# joy: joystick (including IO DATA PCJOY PC Card joystick)
1942# The LOUTB option specifies a slower outb() for debugging purposes.
1943# rc: RISCom/8 multiport card
1944# rp: Comtrol Rocketport(ISA) - single card
1945# tw: TW-523 power line interface for use with X-10 home control products

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

2081hint.cy.0.irq="10"
2082hint.cy.0.maddr="0xd4000"
2083hint.cy.0.msize="0x2000"
2084device dgb 1
2085options NDGBPORTS=16 # Defaults to 16*NDGB
2086hint.dgb.0.at="isa"
2087hint.dgb.0.port="0x220"
2088hint.dgb.0.maddr="0xfc000"
1939# gp: National Instruments AT-GPIB and AT-GPIB/TNT board, PCMCIA-GPIB
1940# asc: GI1904-based hand scanners, e.g. the Trust Amiscan Grey
1941# gsc: Genius GS-4500 hand scanner.
1942# joy: joystick (including IO DATA PCJOY PC Card joystick)
1943# The LOUTB option specifies a slower outb() for debugging purposes.
1944# rc: RISCom/8 multiport card
1945# rp: Comtrol Rocketport(ISA) - single card
1946# tw: TW-523 power line interface for use with X-10 home control products

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

2082hint.cy.0.irq="10"
2083hint.cy.0.maddr="0xd4000"
2084hint.cy.0.msize="0x2000"
2085device dgb 1
2086options NDGBPORTS=16 # Defaults to 16*NDGB
2087hint.dgb.0.at="isa"
2088hint.dgb.0.port="0x220"
2089hint.dgb.0.maddr="0xfc000"
2089device dgm 1
2090device dgm
2090hint.dgm.0.at="isa"
2091hint.dgm.0.port="0x104"
2092hint.dgm.0.maddr="0xd0000"
2091hint.dgm.0.at="isa"
2092hint.dgm.0.port="0x104"
2093hint.dgm.0.maddr="0xd0000"
2094device digi
2095hint.dgm.0.at="isa"
2096hint.dgm.0.port="0x104"
2097hint.dgm.0.maddr="0xd0000"
2098# BIOS & FEP/OS components of device digi. Normally left as modules
2099device digi_CX
2100device digi_CX_PCI
2101device digi_EPCX
2102device digi_EPCX_PCI
2103device digi_Xe
2104device digi_Xem
2105device digi_Xr
2093device rc 1
2094hint.rc.0.at="isa"
2095hint.rc.0.port="0x220"
2096hint.rc.0.irq="12"
2097device rp
2098hint.rp.0.at="isa"
2099hint.rp.0.port="0x280"
2100# the port and irq for tw0 are fictitious

--- 706 unchanged lines hidden ---
2106device rc 1
2107hint.rc.0.at="isa"
2108hint.rc.0.port="0x220"
2109hint.rc.0.irq="12"
2110device rp
2111hint.rp.0.at="isa"
2112hint.rp.0.port="0x280"
2113# the port and irq for tw0 are fictitious

--- 706 unchanged lines hidden ---