Deleted Added
full compact
NOTES (37785) NOTES (38061)
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.446 1998/07/11 04:46:27 julian Exp $
5# $Id: LINT,v 1.447 1998/07/20 20:00:30 msmith 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

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

1435# Multiple devices may be attached to the parallel port, devices
1436# are automatically probed and attached when found.
1437#
1438# Supported devices:
1439# vpo Iomega Zip Drive
1440# Requires SCSI disk support ('scbus' and 'sd'), best
1441# performance is achieved with ports in EPP 1.9 mode.
1442# nlpt Parallel Printer
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

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

1435# Multiple devices may be attached to the parallel port, devices
1436# are automatically probed and attached when found.
1437#
1438# Supported devices:
1439# vpo Iomega Zip Drive
1440# Requires SCSI disk support ('scbus' and 'sd'), best
1441# performance is achieved with ports in EPP 1.9 mode.
1442# nlpt Parallel Printer
1443# plip Parallel network interface
1443# ppi General-purpose I/O ("Geek Port")
1444#
1445# Supported interfaces:
1446# ppc ISA-bus parallel port interfaces.
1447#
1448controller ppbus0
1449controller vpo0 at ppbus?
1450device nlpt0 at ppbus?
1444# ppi General-purpose I/O ("Geek Port")
1445#
1446# Supported interfaces:
1447# ppc ISA-bus parallel port interfaces.
1448#
1449controller ppbus0
1450controller vpo0 at ppbus?
1451device nlpt0 at ppbus?
1452device plip0 at ppbus?
1451device ppi0 at ppbus?
1452device pps0 at ppbus?
1453
1454controller ppc0 at isa? disable port ? tty irq 7 vector ppcintr
1455
1456# Kernel BOOTP support
1457
1458options BOOTP # Use BOOTP to obtain IP address/hostname

--- 137 unchanged lines hidden ---
1453device ppi0 at ppbus?
1454device pps0 at ppbus?
1455
1456controller ppc0 at isa? disable port ? tty irq 7 vector ppcintr
1457
1458# Kernel BOOTP support
1459
1460options BOOTP # Use BOOTP to obtain IP address/hostname

--- 137 unchanged lines hidden ---