Deleted Added
full compact
NOTES (32923) NOTES (32929)
1#
2# LINT -- config file for checking all the sources, tries to pull in
3# as much of the source tree as it can.
4#
1#
2# LINT -- config file for checking all the sources, tries to pull in
3# as much of the source tree as it can.
4#
5# $Id: LINT,v 1.397 1998/01/30 11:32:34 phk Exp $
5# $Id: LINT,v 1.398 1998/01/31 03:33:51 eivind Exp $
6#
7# NB: You probably don't want to try running a kernel built from this
8# file. Instead, you should start from GENERIC, and add options from
9# this file as required.
10#
11
12#
13# This directive is mandatory; it defines the architecture to be

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

1434# See sys/dev/dpt for debugging and other subtle options.
1435# DPT_VERIFY_HINTR Performs some strict hardware interrupts testing.
1436# Only use if you suspect PCI bus corruption problems
1437# DPT_RESTRICTED_FREELIST Normally, the freelisat used by the DPT for queue
1438# will grow to accomodate increased use. This growth
1439# will NOT shrink. To restrict the number of queue
1440# slots to exactly what the DPT can hold at one time,
1441# enable this option.
6#
7# NB: You probably don't want to try running a kernel built from this
8# file. Instead, you should start from GENERIC, and add options from
9# this file as required.
10#
11
12#
13# This directive is mandatory; it defines the architecture to be

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

1434# See sys/dev/dpt for debugging and other subtle options.
1435# DPT_VERIFY_HINTR Performs some strict hardware interrupts testing.
1436# Only use if you suspect PCI bus corruption problems
1437# DPT_RESTRICTED_FREELIST Normally, the freelisat used by the DPT for queue
1438# will grow to accomodate increased use. This growth
1439# will NOT shrink. To restrict the number of queue
1440# slots to exactly what the DPT can hold at one time,
1441# enable this option.
1442# DPT_TRACK_CCB_STATES Enabling thos option will try to enforce strict
1443# sanity checking in the queue management. Rarely,
1444# if ever, needed.
1445# DPT_MEASURE_PERFORMANCE Enables a set of (semi)invasive metrics. Various
1446# instruments are enabled. Assumed to be enabled by
1447# /usr/sbin/dpt_* tools.
1448# DPT_FREELIST_IS_STACK For optimat L{1,2} CPU cache utilization, enable
1449# this option. Otherwise, the transaction queue is
1450# a LIFO. I cannot measure the performance gain.
1451# DPT_HANDLE_TIMEOUTS Normally device timeouts are handled by the DPT.
1452# If you ant the driver to handle timeouts, enable

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

1460# DPT-firmware/Motherboard combinations. Minimal
1461# cost, great benefit.
1462
1463controller dpt0
1464
1465# DPT options
1466options DPT_VERIFY_HINTR
1467options DPT_RESTRICTED_FREELIST
1442# DPT_MEASURE_PERFORMANCE Enables a set of (semi)invasive metrics. Various
1443# instruments are enabled. Assumed to be enabled by
1444# /usr/sbin/dpt_* tools.
1445# DPT_FREELIST_IS_STACK For optimat L{1,2} CPU cache utilization, enable
1446# this option. Otherwise, the transaction queue is
1447# a LIFO. I cannot measure the performance gain.
1448# DPT_HANDLE_TIMEOUTS Normally device timeouts are handled by the DPT.
1449# If you ant the driver to handle timeouts, enable

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

1457# DPT-firmware/Motherboard combinations. Minimal
1458# cost, great benefit.
1459
1460controller dpt0
1461
1462# DPT options
1463options DPT_VERIFY_HINTR
1464options DPT_RESTRICTED_FREELIST
1468options DPT_TRACK_CCB_STATES
1469options DPT_MEASURE_PERFORMANCE
1470options DPT_FREELIST_IS_STACK
1471options DPT_HANDLE_TIMEOUTS
1472options DPT_TIMEOUT_FACTOR=4
1473options DPT_INTR_DELAY=200 # Some motherboards need that
1474options DPT_LOST_IRQ
1465options DPT_MEASURE_PERFORMANCE
1466options DPT_FREELIST_IS_STACK
1467options DPT_HANDLE_TIMEOUTS
1468options DPT_TIMEOUT_FACTOR=4
1469options DPT_INTR_DELAY=200 # Some motherboards need that
1470options DPT_LOST_IRQ