diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 1999-02-20 21:12:24 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 1999-02-20 21:12:24 +0000 |
| commit | 2402b9a1dbda0366a622c73d5a2d605ca2d41e8f (patch) | |
| tree | e57a5c9067a9eaa1b8b64b5b8f9690aa9c2b0fea /sys/amd64 | |
| parent | eff128828ca6e9b64706be2337c733cc61096484 (diff) | |
Notes
Diffstat (limited to 'sys/amd64')
| -rw-r--r-- | sys/amd64/conf/GENERIC | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC index c53d69c54ab97..526cc7693618e 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.150 1999/02/14 20:28:38 jkh Exp $ +# $Id: GENERIC,v 1.151 1999/02/18 01:13:40 wollman Exp $ machine "i386" cpu "I386_CPU" @@ -148,7 +148,7 @@ device sio3 at isa? disable port "IO_COM4" tty irq 9 # Parallel port device ppc0 at isa? port? tty irq 7 controller ppbus0 -device nlpt0 at ppbus? +device lpt0 at ppbus? device plip0 at ppbus? device ppi0 at ppbus? #controller vpo0 at ppbus? |
