summaryrefslogtreecommitdiffstats
path: root/sys/conf/NOTES
diff options
context:
space:
mode:
authormsmith <msmith@FreeBSD.org>1997-08-14 14:03:27 +0000
committermsmith <msmith@FreeBSD.org>1997-08-14 14:03:27 +0000
commitc1d8a1669b1cd9f73b9024df17529eae1849c16c (patch)
tree25f5a15855b229678c9c8d4be9963ca7e294cc90 /sys/conf/NOTES
parenteb517ff1c164447ba2dd36480f797b4699d8e34a (diff)
downloadFreeBSD-src-c1d8a1669b1cd9f73b9024df17529eae1849c16c.zip
FreeBSD-src-c1d8a1669b1cd9f73b9024df17529eae1849c16c.tar.gz
Add support for the new Parallel-Port Bus and devices thereon.
Submitted by: Nicolas Souchu <Nicolas.Souchu@prism.uvsq.fr>
Diffstat (limited to 'sys/conf/NOTES')
-rw-r--r--sys/conf/NOTES24
1 files changed, 23 insertions, 1 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 0ff9301..60c61bf 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.355 1997/08/01 03:33:05 msmith Exp $
+# $Id: LINT,v 1.356 1997/08/02 05:20:10 msmith 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
@@ -1180,6 +1180,28 @@ controller pcic1 at crd?
options POWERFAIL_NMI # make it beep instead of panicing
+#
+# Parallel-Port Bus
+#
+# Parallel port bus support is provided by the `ppbus' device.
+# Multiple devices may be attached to the parallel port, devices
+# are automatically probed and attached when found.
+#
+# Supported devices:
+# vpo Iomega Zip Drive
+# nlpt Parallel Printer
+# ppi General-purpose I/O ("Geek Port")
+#
+# Supported interfaces:
+# ppc ISA-bus parallel port interfaces.
+#
+controller ppbus0
+controller vpo0 at ppbus?
+device nlpt0 at ppbus?
+device ppi0 at ppbus?
+
+controller ppc0 at isa? disable port ? irq 7 vector ppcintr
+
# Kernel BOOTP support
options BOOTP # Use BOOTP to obtain IP address/hostname
OpenPOWER on IntegriCloud