diff options
| author | Joseph Koshy <jkoshy@FreeBSD.org> | 1999-02-11 06:07:27 +0000 |
|---|---|---|
| committer | Joseph Koshy <jkoshy@FreeBSD.org> | 1999-02-11 06:07:27 +0000 |
| commit | 04e83575bcb0ce3195d805ac12be01aa0bb68ee2 (patch) | |
| tree | c138c20d05c3dc42bcd62da52bfc60e552c8a659 /sys/amd64 | |
| parent | d2c596b2e720774e8868d599616659656128e8a4 (diff) | |
Notes
Diffstat (limited to 'sys/amd64')
| -rw-r--r-- | sys/amd64/conf/GENERIC | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC index b0510a005743..d975bae8cdea 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.146 1999/02/04 22:34:23 adam Exp $ +# $Id: GENERIC,v 1.147 1999/02/10 02:18:31 des Exp $ machine "i386" cpu "I386_CPU" @@ -145,9 +145,9 @@ 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 -# Parallell port +# Parallel port device ppc0 at isa? port? net irq 7 -constroller ppbus0 +controller ppbus0 device nlpt0 at ppbus? device plip0 at ppbus? device ppi0 at ppbus? |
