diff options
| author | Justin M. Seger <jseger@FreeBSD.org> | 1997-10-31 22:10:09 +0000 |
|---|---|---|
| committer | Justin M. Seger <jseger@FreeBSD.org> | 1997-10-31 22:10:09 +0000 |
| commit | c198e6ecd9547f197349fe9c9435ab9604a1af1e (patch) | |
| tree | 35f522cd54c7a5af46e245acd0b71f09b28b4394 /sys | |
| parent | 415d4cb37aa9d15bd6be0da4c66405f76a5c833b (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/amd64/conf/GENERIC | 4 | ||||
| -rw-r--r-- | sys/i386/conf/GENERIC | 4 | ||||
| -rw-r--r-- | sys/i386/conf/SMP-GENERIC | 4 | ||||
| -rw-r--r-- | sys/pc98/conf/GENERIC | 4 | ||||
| -rw-r--r-- | sys/pc98/conf/GENERIC98 | 4 |
5 files changed, 10 insertions, 10 deletions
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC index 7ba4cbc306b8..75d876e25b7e 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.99 1997/10/26 04:36:07 nate Exp $ +# $Id: GENERIC,v 1.100 1997/10/28 07:24:30 joerg Exp $ machine "i386" cpu "I386_CPU" @@ -145,7 +145,7 @@ device zp0 at isa? port 0x300 net irq 10 iomem 0xd8000 vector zpintr pseudo-device loop pseudo-device ether pseudo-device sl 1 -# ijppp uses tun instead of ppp device +# iijppp uses tun instead of ppp device #pseudo-device ppp 1 pseudo-device tun 1 pseudo-device pty 16 diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC index 7ba4cbc306b8..75d876e25b7e 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.99 1997/10/26 04:36:07 nate Exp $ +# $Id: GENERIC,v 1.100 1997/10/28 07:24:30 joerg Exp $ machine "i386" cpu "I386_CPU" @@ -145,7 +145,7 @@ device zp0 at isa? port 0x300 net irq 10 iomem 0xd8000 vector zpintr pseudo-device loop pseudo-device ether pseudo-device sl 1 -# ijppp uses tun instead of ppp device +# iijppp uses tun instead of ppp device #pseudo-device ppp 1 pseudo-device tun 1 pseudo-device pty 16 diff --git a/sys/i386/conf/SMP-GENERIC b/sys/i386/conf/SMP-GENERIC index a157b4585926..6f5c927f45e2 100644 --- a/sys/i386/conf/SMP-GENERIC +++ b/sys/i386/conf/SMP-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: SMP-GENERIC,v 1.8 1997/10/26 04:36:09 nate Exp $ +# $Id: SMP-GENERIC,v 1.9 1997/10/28 07:24:35 joerg Exp $ machine "i386" # SMP does NOT support 386/486 CPUs. @@ -165,7 +165,7 @@ device zp0 at isa? port 0x300 net irq 10 iomem 0xd8000 vector zpintr pseudo-device loop pseudo-device ether pseudo-device sl 1 -# ijppp uses tun instead of ppp device +# iijppp uses tun instead of ppp device #pseudo-device ppp 1 pseudo-device tun 1 pseudo-device pty 16 diff --git a/sys/pc98/conf/GENERIC b/sys/pc98/conf/GENERIC index 28bec9fd21c2..84430874d922 100644 --- a/sys/pc98/conf/GENERIC +++ b/sys/pc98/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: GENERIC98,v 1.25 1997/10/27 10:57:57 kato Exp $ +# $Id: GENERIC98,v 1.26 1997/10/28 09:09:05 kato Exp $ # GENERIC98 -- Generic PC98 machine with WD/SCSI disks @@ -193,7 +193,7 @@ device zp0 at isa? port 0x00d0 net irq 10 iomem 0xe0000 vector zpintr pseudo-device loop pseudo-device ether pseudo-device sl 2 -# ijppp uses tun instead of ppp device +# iijppp uses tun instead of ppp device #pseudo-device ppp 1 pseudo-device tun 1 pseudo-device pty 16 diff --git a/sys/pc98/conf/GENERIC98 b/sys/pc98/conf/GENERIC98 index 28bec9fd21c2..84430874d922 100644 --- a/sys/pc98/conf/GENERIC98 +++ b/sys/pc98/conf/GENERIC98 @@ -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: GENERIC98,v 1.25 1997/10/27 10:57:57 kato Exp $ +# $Id: GENERIC98,v 1.26 1997/10/28 09:09:05 kato Exp $ # GENERIC98 -- Generic PC98 machine with WD/SCSI disks @@ -193,7 +193,7 @@ device zp0 at isa? port 0x00d0 net irq 10 iomem 0xe0000 vector zpintr pseudo-device loop pseudo-device ether pseudo-device sl 2 -# ijppp uses tun instead of ppp device +# iijppp uses tun instead of ppp device #pseudo-device ppp 1 pseudo-device tun 1 pseudo-device pty 16 |
