summaryrefslogtreecommitdiffstats
path: root/sys
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
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')
-rw-r--r--sys/conf/NOTES24
-rw-r--r--sys/conf/files.i3863
-rw-r--r--sys/i386/conf/LINT24
-rw-r--r--sys/i386/conf/NOTES24
-rw-r--r--sys/i386/conf/files.i3863
5 files changed, 73 insertions, 5 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
diff --git a/sys/conf/files.i386 b/sys/conf/files.i386
index ced4d34..10f82e3 100644
--- a/sys/conf/files.i386
+++ b/sys/conf/files.i386
@@ -1,7 +1,7 @@
# This file tells config what files go into building a kernel,
# files marked standard are always included.
#
-# $Id: files.i386,v 1.169 1997/07/29 12:57:16 sos Exp $
+# $Id: files.i386,v 1.170 1997/08/01 06:04:34 msmith Exp $
#
aic7xxx_asm optional ahc device-driver \
dependency "$S/dev/aic7xxx/*.[chyl]" \
@@ -159,6 +159,7 @@ i386/isa/pcvt/pcvt_out.c optional vt device-driver
i386/isa/pcvt/pcvt_sup.c optional vt device-driver
i386/isa/pcvt/pcvt_vtf.c optional vt device-driver
i386/isa/prof_machdep.c optional profiling-routine
+i386/isa/ppc.c optional ppc device-driver
i386/isa/psm.c optional psm device-driver
i386/isa/qcam.c optional qcam device-driver
i386/isa/qcamio.c optional qcam device-driver
diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT
index 0ff9301..60c61bf 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.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
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index 0ff9301..60c61bf 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.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
diff --git a/sys/i386/conf/files.i386 b/sys/i386/conf/files.i386
index ced4d34..10f82e3 100644
--- a/sys/i386/conf/files.i386
+++ b/sys/i386/conf/files.i386
@@ -1,7 +1,7 @@
# This file tells config what files go into building a kernel,
# files marked standard are always included.
#
-# $Id: files.i386,v 1.169 1997/07/29 12:57:16 sos Exp $
+# $Id: files.i386,v 1.170 1997/08/01 06:04:34 msmith Exp $
#
aic7xxx_asm optional ahc device-driver \
dependency "$S/dev/aic7xxx/*.[chyl]" \
@@ -159,6 +159,7 @@ i386/isa/pcvt/pcvt_out.c optional vt device-driver
i386/isa/pcvt/pcvt_sup.c optional vt device-driver
i386/isa/pcvt/pcvt_vtf.c optional vt device-driver
i386/isa/prof_machdep.c optional profiling-routine
+i386/isa/ppc.c optional ppc device-driver
i386/isa/psm.c optional psm device-driver
i386/isa/qcam.c optional qcam device-driver
i386/isa/qcamio.c optional qcam device-driver
OpenPOWER on IntegriCloud