Deleted Added
full compact
NOTES (220982) NOTES (221071)
1# $FreeBSD: head/sys/conf/NOTES 220982 2011-04-24 08:58:58Z mav $
1# $FreeBSD: head/sys/conf/NOTES 221071 2011-04-26 17:01:49Z mav $
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

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

1749# ATA_REQUEST_TIMEOUT: the number of seconds to wait for an ATA request
1750# before timing out.
1751# ATA_CAM: Turn ata(4) subsystem controller drivers into cam(4)
1752# interface modules. This deprecates all ata(4)
1753# peripheral device drivers (atadisk, ataraid, atapicd,
1754# atapifd, atapist, atapicam) and all user-level APIs.
1755# cam(4) drivers and APIs will be connected instead.
1756
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

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

1749# ATA_REQUEST_TIMEOUT: the number of seconds to wait for an ATA request
1750# before timing out.
1751# ATA_CAM: Turn ata(4) subsystem controller drivers into cam(4)
1752# interface modules. This deprecates all ata(4)
1753# peripheral device drivers (atadisk, ataraid, atapicd,
1754# atapifd, atapist, atapicam) and all user-level APIs.
1755# cam(4) drivers and APIs will be connected instead.
1756
1757#options ATA_STATIC_ID
1757options ATA_STATIC_ID
1758#options ATA_REQUEST_TIMEOUT=10
1759options ATA_CAM
1760
1761#
1762# Standard floppy disk controllers and floppy tapes, supports
1763# the Y-E DATA External FDD (PC Card)
1764#
1765device fdc

--- 1184 unchanged lines hidden ---
1758#options ATA_REQUEST_TIMEOUT=10
1759options ATA_CAM
1760
1761#
1762# Standard floppy disk controllers and floppy tapes, supports
1763# the Y-E DATA External FDD (PC Card)
1764#
1765device fdc

--- 1184 unchanged lines hidden ---