Deleted Added
full compact
NOTES (38574) NOTES (38778)
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.455 1998/08/27 01:30:53 obrien Exp $
5# $Id: LINT,v 1.456 1998/08/27 02:37:11 jkh 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

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

1441# above.
1442
1443# For older notebooks that signal a powerfail condition (external
1444# power supply dropped, or battery state low) by issuing an NMI:
1445
1446options POWERFAIL_NMI # make it beep instead of panicing
1447
1448#
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

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

1441# above.
1442
1443# For older notebooks that signal a powerfail condition (external
1444# power supply dropped, or battery state low) by issuing an NMI:
1445
1446options POWERFAIL_NMI # make it beep instead of panicing
1447
1448#
1449# SMB bus
1450#
1451# System Management Bus support provided by the 'smbus' device.
1452#
1453# Supported devices:
1454# smb standard io
1455#
1456# Supported interfaces:
1457# iicsmb I2C to SMB bridge
1458#
1459controller smbus0
1460
1461device smb0 at smbus?
1462
1463#
1464# I2C Bus
1465#
1466# Philips i2c bus support is provided by the `iicbus' device.
1467#
1468# Supported devices:
1469# ic i2c network interface
1470# iic i2c standard io
1471#
1472# Supported interfaces:
1473# pcf Philips PCF8584 ISA-bus controller
1474#
1475controller iicbus0
1476
1477device ic0 at iicbus?
1478device iic0 at iicbus?
1479device iicsmb0 at iicbus?
1480
1481controller pcf0 at isa? port 0x320 net irq 5 vector pcfintr
1482
1483#
1449# Parallel-Port Bus
1450#
1451# Parallel port bus support is provided by the `ppbus' device.
1452# Multiple devices may be attached to the parallel port, devices
1453# are automatically probed and attached when found.
1454#
1455# Supported devices:
1456# vpo Iomega Zip Drive

--- 174 unchanged lines hidden ---
1484# Parallel-Port Bus
1485#
1486# Parallel port bus support is provided by the `ppbus' device.
1487# Multiple devices may be attached to the parallel port, devices
1488# are automatically probed and attached when found.
1489#
1490# Supported devices:
1491# vpo Iomega Zip Drive

--- 174 unchanged lines hidden ---