Add support for the new Parallel-Port Bus and devices thereon.

Submitted by:	Nicolas Souchu <Nicolas.Souchu@prism.uvsq.fr>
This commit is contained in:
Mike Smith 1997-08-14 14:03:27 +00:00
parent 676465394a
commit ab4c624ba4
5 changed files with 73 additions and 5 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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