Deleted Added
full compact
NOTES (50073) NOTES (50120)
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.627 1999/08/15 09:54:56 phk Exp $
5# $Id: LINT,v 1.628 1999/08/20 03:48:02 ken 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

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

1513# above clash with the configuration address space of the PCI subsystem,
1514# and the EISA probe is not very smart about this. This is sufficient
1515# for most machines, but in particular the HP NetServer LC series comes
1516# with an onboard AIC7770 dual-channel SCSI controller on EISA slot #11,
1517# thus you need to bump this figure to 12 for them.
1518options EISA_SLOTS=12
1519
1520#
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

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

1513# above clash with the configuration address space of the PCI subsystem,
1514# and the EISA probe is not very smart about this. This is sufficient
1515# for most machines, but in particular the HP NetServer LC series comes
1516# with an onboard AIC7770 dual-channel SCSI controller on EISA slot #11,
1517# thus you need to bump this figure to 12 for them.
1518options EISA_SLOTS=12
1519
1520#
1521# MII bus support is required for some PCI 10/100 ethernet NICs,
1522# namely those which use MII-compliant transceivers or implement
1523# tranceiver control interfaces that operate like an MII. Adding
1524# "controller miibus0" to the kernel config pulls in support for
1525# the generic miibus API and all of the PHY drivers, including a
1526# generic one for PHYs that aren't specifically handled by an
1527# individual driver.
1528controller miibus0
1529
1530#
1521# PCI devices & PCI options:
1522#
1523# The main PCI bus device is `pci'. It provides auto-detection and
1524# configuration support for all devices on the PCI bus, using either
1525# configuration mode defined in the PCI specification.
1526#
1527# The `ahc' device provides support for the Adaptec 29/3940(U)(W)
1528# and motherboard based AIC7870/AIC7880 adapters.

--- 685 unchanged lines hidden ---
1531# PCI devices & PCI options:
1532#
1533# The main PCI bus device is `pci'. It provides auto-detection and
1534# configuration support for all devices on the PCI bus, using either
1535# configuration mode defined in the PCI specification.
1536#
1537# The `ahc' device provides support for the Adaptec 29/3940(U)(W)
1538# and motherboard based AIC7870/AIC7880 adapters.

--- 685 unchanged lines hidden ---