Deleted Added
full compact
NOTES (105880) NOTES (106449)
1# $FreeBSD: head/sys/conf/NOTES 105880 2002-10-24 17:21:40Z rwatson $
1# $FreeBSD: head/sys/conf/NOTES 106449 2002-11-05 09:37:32Z mdodd $
2#
3# NOTES -- Lines that can be cut/pasted into kernel and hints configs.
4#
5# Lines that begin with 'device', 'options', 'machine', 'ident', 'maxusers',
6# 'makeoptions', 'hints', etc. go into the kernel configuration that you
7# run config(8) with.
8#
9# Lines that begin with 'hint.' are NOT for config(8), they go into your

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

1788hint.gusc.0.port="0x220"
1789hint.gusc.0.irq="5"
1790hint.gusc.0.drq="1"
1791hint.gusc.0.flags="0x13"
1792
1793#
1794# Miscellaneous hardware:
1795#
2#
3# NOTES -- Lines that can be cut/pasted into kernel and hints configs.
4#
5# Lines that begin with 'device', 'options', 'machine', 'ident', 'maxusers',
6# 'makeoptions', 'hints', etc. go into the kernel configuration that you
7# run config(8) with.
8#
9# Lines that begin with 'hint.' are NOT for config(8), they go into your

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

1788hint.gusc.0.port="0x220"
1789hint.gusc.0.irq="5"
1790hint.gusc.0.drq="1"
1791hint.gusc.0.flags="0x13"
1792
1793#
1794# Miscellaneous hardware:
1795#
1796# scd: Sony CD-ROM using proprietary (non-ATAPI) interface
1796# mcd: Mitsumi CD-ROM using proprietary (non-ATAPI) interface
1797# meteor: Matrox Meteor video capture board
1798# bktr: Brooktree bt848/848a/849a/878/879 video capture and TV Tuner board
1799# cy: Cyclades serial driver
1800# digi: Digiboard driver
1801# joy: joystick (including IO DATA PCJOY PC Card joystick)
1802# rp: Comtrol Rocketport(ISA/PCI) - single card
1803# si: Specialix SI/XIO 4-32 port terminal multiplexor

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

1839# hint.rp.3.port="0x240"
1840#
1841# For PCI cards, you need no hints.
1842
1843# Mitsumi CD-ROM
1844device mcd
1845hint.mcd.0.at="isa"
1846hint.mcd.0.port="0x300"
1797# mcd: Mitsumi CD-ROM using proprietary (non-ATAPI) interface
1798# meteor: Matrox Meteor video capture board
1799# bktr: Brooktree bt848/848a/849a/878/879 video capture and TV Tuner board
1800# cy: Cyclades serial driver
1801# digi: Digiboard driver
1802# joy: joystick (including IO DATA PCJOY PC Card joystick)
1803# rp: Comtrol Rocketport(ISA/PCI) - single card
1804# si: Specialix SI/XIO 4-32 port terminal multiplexor

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

1840# hint.rp.3.port="0x240"
1841#
1842# For PCI cards, you need no hints.
1843
1844# Mitsumi CD-ROM
1845device mcd
1846hint.mcd.0.at="isa"
1847hint.mcd.0.port="0x300"
1847
1848# for the Sony CDU31/33A CDROM
1849device scd
1850hint.scd.0.at="isa"
1851hint.scd.0.port="0x230"
1848device joy # PnP aware, hints for nonpnp only
1849hint.joy.0.at="isa"
1850hint.joy.0.port="0x201"
1851device digi
1852hint.digi.0.at="isa"
1853hint.digi.0.port="0x104"
1854hint.digi.0.maddr="0xd0000"
1855# BIOS & FEP/OS components of device digi.

--- 484 unchanged lines hidden ---
1852device joy # PnP aware, hints for nonpnp only
1853hint.joy.0.at="isa"
1854hint.joy.0.port="0x201"
1855device digi
1856hint.digi.0.at="isa"
1857hint.digi.0.port="0x104"
1858hint.digi.0.maddr="0xd0000"
1859# BIOS & FEP/OS components of device digi.

--- 484 unchanged lines hidden ---