summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authornsouch <nsouch@FreeBSD.org>1999-01-23 17:06:01 +0000
committernsouch <nsouch@FreeBSD.org>1999-01-23 17:06:01 +0000
commitedb485ef74f01c9e7a05bc49196f7189533ce87d (patch)
tree295810787062505dcf02f9211bac49c9b2c0788b /sys
parente4d9c6dd7465bb23ee644559e8572495bcee717a (diff)
downloadFreeBSD-src-edb485ef74f01c9e7a05bc49196f7189533ce87d.zip
FreeBSD-src-edb485ef74f01c9e7a05bc49196f7189533ce87d.tar.gz
Add various documented ppbus options
Diffstat (limited to 'sys')
-rw-r--r--sys/conf/NOTES13
-rw-r--r--sys/i386/conf/LINT13
-rw-r--r--sys/i386/conf/NOTES13
3 files changed, 33 insertions, 6 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 6f495f6..0b2c7dc 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -2,7 +2,7 @@
# LINT -- config file for checking all the sources, tries to pull in
# as much of the source tree as it can.
#
-# $Id: LINT,v 1.541 1999/01/23 10:51:58 yokota Exp $
+# $Id: LINT,v 1.542 1999/01/23 14:50:28 rnordier Exp $
#
# NB: You probably don't want to try running a kernel built from this
# file. Instead, you should start from GENERIC, and add options from
@@ -1804,6 +1804,16 @@ pseudo-device "i4bisppp" 4
# Supported interfaces:
# ppc ISA-bus parallel port interfaces.
#
+
+options "DEBUG_1284" # IEEE1284 signaling protocol debug
+options "PERIPH_1284" # Makes your computer act as a IEEE1284
+ # compliant peripheral
+options "DONTPROBE_1284"# Avoid boot detection of PnP parallel devices
+options "VP0_DEBUG" # ZIP/ZIP+ debug
+options "NLPT_DEBUG" # Printer driver debug
+options "PPC_DEBUG" # Parallel chipset level debug
+options "PLIP_DEBUG" # Parallel network IP interface debug
+
controller ppbus0
controller vpo0 at ppbus?
device nlpt0 at ppbus?
@@ -1882,7 +1892,6 @@ options COMPAT_LINUX
options CPU_UPGRADE_HW_CACHE
options DEBUG
options DEBUG_VFS_LOCKS
-options "DEBUG_1284"
#options DISABLE_PSE
options "I586_PMC_GUPROF=0x70000"
options "IBCS2"
diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT
index 6f495f6..0b2c7dc 100644
--- a/sys/i386/conf/LINT
+++ b/sys/i386/conf/LINT
@@ -2,7 +2,7 @@
# LINT -- config file for checking all the sources, tries to pull in
# as much of the source tree as it can.
#
-# $Id: LINT,v 1.541 1999/01/23 10:51:58 yokota Exp $
+# $Id: LINT,v 1.542 1999/01/23 14:50:28 rnordier Exp $
#
# NB: You probably don't want to try running a kernel built from this
# file. Instead, you should start from GENERIC, and add options from
@@ -1804,6 +1804,16 @@ pseudo-device "i4bisppp" 4
# Supported interfaces:
# ppc ISA-bus parallel port interfaces.
#
+
+options "DEBUG_1284" # IEEE1284 signaling protocol debug
+options "PERIPH_1284" # Makes your computer act as a IEEE1284
+ # compliant peripheral
+options "DONTPROBE_1284"# Avoid boot detection of PnP parallel devices
+options "VP0_DEBUG" # ZIP/ZIP+ debug
+options "NLPT_DEBUG" # Printer driver debug
+options "PPC_DEBUG" # Parallel chipset level debug
+options "PLIP_DEBUG" # Parallel network IP interface debug
+
controller ppbus0
controller vpo0 at ppbus?
device nlpt0 at ppbus?
@@ -1882,7 +1892,6 @@ options COMPAT_LINUX
options CPU_UPGRADE_HW_CACHE
options DEBUG
options DEBUG_VFS_LOCKS
-options "DEBUG_1284"
#options DISABLE_PSE
options "I586_PMC_GUPROF=0x70000"
options "IBCS2"
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index 6f495f6..0b2c7dc 100644
--- a/sys/i386/conf/NOTES
+++ b/sys/i386/conf/NOTES
@@ -2,7 +2,7 @@
# LINT -- config file for checking all the sources, tries to pull in
# as much of the source tree as it can.
#
-# $Id: LINT,v 1.541 1999/01/23 10:51:58 yokota Exp $
+# $Id: LINT,v 1.542 1999/01/23 14:50:28 rnordier Exp $
#
# NB: You probably don't want to try running a kernel built from this
# file. Instead, you should start from GENERIC, and add options from
@@ -1804,6 +1804,16 @@ pseudo-device "i4bisppp" 4
# Supported interfaces:
# ppc ISA-bus parallel port interfaces.
#
+
+options "DEBUG_1284" # IEEE1284 signaling protocol debug
+options "PERIPH_1284" # Makes your computer act as a IEEE1284
+ # compliant peripheral
+options "DONTPROBE_1284"# Avoid boot detection of PnP parallel devices
+options "VP0_DEBUG" # ZIP/ZIP+ debug
+options "NLPT_DEBUG" # Printer driver debug
+options "PPC_DEBUG" # Parallel chipset level debug
+options "PLIP_DEBUG" # Parallel network IP interface debug
+
controller ppbus0
controller vpo0 at ppbus?
device nlpt0 at ppbus?
@@ -1882,7 +1892,6 @@ options COMPAT_LINUX
options CPU_UPGRADE_HW_CACHE
options DEBUG
options DEBUG_VFS_LOCKS
-options "DEBUG_1284"
#options DISABLE_PSE
options "I586_PMC_GUPROF=0x70000"
options "IBCS2"
OpenPOWER on IntegriCloud