Deleted Added
full compact
NOTES (55884) NOTES (55939)
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# $FreeBSD: head/sys/i386/conf/NOTES 55884 2000-01-13 07:01:13Z mdodd $
5# $FreeBSD: head/sys/i386/conf/NOTES 55939 2000-01-14 00:18:06Z nsouch $
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

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

2126# ppi General-purpose I/O ("Geek Port") + IEEE1284 I/O
2127# pps Pulse per second Timing Interface
2128# lpbb Philips official parallel port I2C bit-banging interface
2129#
2130# Supported interfaces:
2131# ppc ISA-bus parallel port interfaces.
2132#
2133
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

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

2126# ppi General-purpose I/O ("Geek Port") + IEEE1284 I/O
2127# pps Pulse per second Timing Interface
2128# lpbb Philips official parallel port I2C bit-banging interface
2129#
2130# Supported interfaces:
2131# ppc ISA-bus parallel port interfaces.
2132#
2133
2134options PPC_PROBE_CHIPSET # Enable chipset specific detection
2135 # (see flags in ppc(4))
2134options DEBUG_1284 # IEEE1284 signaling protocol debug
2135options PERIPH_1284 # Makes your computer act as a IEEE1284
2136 # compliant peripheral
2137options DONTPROBE_1284 # Avoid boot detection of PnP parallel devices
2138options VP0_DEBUG # ZIP/ZIP+ debug
2139options LPT_DEBUG # Printer driver debug
2140options PPC_DEBUG # Parallel chipset level debug
2141options PLIP_DEBUG # Parallel network IP interface debug

--- 259 unchanged lines hidden ---
2136options DEBUG_1284 # IEEE1284 signaling protocol debug
2137options PERIPH_1284 # Makes your computer act as a IEEE1284
2138 # compliant peripheral
2139options DONTPROBE_1284 # Avoid boot detection of PnP parallel devices
2140options VP0_DEBUG # ZIP/ZIP+ debug
2141options LPT_DEBUG # Printer driver debug
2142options PPC_DEBUG # Parallel chipset level debug
2143options PLIP_DEBUG # Parallel network IP interface debug

--- 259 unchanged lines hidden ---