From de7462ba590cca382c0bdd8b2fcfa8fe83e47496 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dag-Erling=20Sm=C3=B8rgrav?= Date: Wed, 10 Feb 1999 02:18:31 +0000 Subject: [PATCH] Use ppbus instead of the lpt driver. Throw in a (commented-out) vpo entry for good measure. --- sys/amd64/conf/GENERIC | 10 ++++++++-- sys/i386/conf/GENERIC | 10 ++++++++-- 2 files changed, 16 insertions(+), 4 deletions(-) diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC index 6e87f6f3fedc..b0510a005743 100644 --- a/sys/amd64/conf/GENERIC +++ b/sys/amd64/conf/GENERIC @@ -11,7 +11,7 @@ # device lines is present in the ./LINT configuration file. If you are # in doubt as to the purpose or necessity of a line, check first in LINT. # -# $Id: GENERIC,v 1.145 1999/02/04 18:08:55 adam Exp $ +# $Id: GENERIC,v 1.146 1999/02/04 22:34:23 adam Exp $ machine "i386" cpu "I386_CPU" @@ -145,7 +145,13 @@ device sio1 at isa? port "IO_COM2" tty irq 3 device sio2 at isa? disable port "IO_COM3" tty irq 5 device sio3 at isa? disable port "IO_COM4" tty irq 9 -device lpt0 at isa? port? tty irq 7 +# Parallell port +device ppc0 at isa? port? net irq 7 +constroller ppbus0 +device nlpt0 at ppbus? +device plip0 at ppbus? +device ppi0 at ppbus? +#controller vpo0 at ppbus? # Order is important here due to intrusive probes, do *not* alphabetize # this list of network interfaces until the probes have been fixed. diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC index 6e87f6f3fedc..b0510a005743 100644 --- a/sys/i386/conf/GENERIC +++ b/sys/i386/conf/GENERIC @@ -11,7 +11,7 @@ # device lines is present in the ./LINT configuration file. If you are # in doubt as to the purpose or necessity of a line, check first in LINT. # -# $Id: GENERIC,v 1.145 1999/02/04 18:08:55 adam Exp $ +# $Id: GENERIC,v 1.146 1999/02/04 22:34:23 adam Exp $ machine "i386" cpu "I386_CPU" @@ -145,7 +145,13 @@ device sio1 at isa? port "IO_COM2" tty irq 3 device sio2 at isa? disable port "IO_COM3" tty irq 5 device sio3 at isa? disable port "IO_COM4" tty irq 9 -device lpt0 at isa? port? tty irq 7 +# Parallell port +device ppc0 at isa? port? net irq 7 +constroller ppbus0 +device nlpt0 at ppbus? +device plip0 at ppbus? +device ppi0 at ppbus? +#controller vpo0 at ppbus? # Order is important here due to intrusive probes, do *not* alphabetize # this list of network interfaces until the probes have been fixed.