diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 0ff9301768d..60c61bf0d71 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 ced4d34da6d..10f82e398dc 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 0ff9301768d..60c61bf0d71 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 0ff9301768d..60c61bf0d71 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 ced4d34da6d..10f82e398dc 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