diff options
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/pc98/conf/GENERIC | 7 | ||||
| -rw-r--r-- | sys/pc98/conf/GENERIC98 | 7 |
2 files changed, 6 insertions, 8 deletions
diff --git a/sys/pc98/conf/GENERIC b/sys/pc98/conf/GENERIC index 84430874d922..af4f7acba661 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.26 1997/10/28 09:09:05 kato Exp $ +# $Id: GENERIC98,v 1.27 1997/10/31 22:10:09 jseger Exp $ # GENERIC98 -- Generic PC98 machine with WD/SCSI disks @@ -192,9 +192,8 @@ device zp0 at isa? port 0x00d0 net irq 10 iomem 0xe0000 vector zpintr pseudo-device loop pseudo-device ether -pseudo-device sl 2 -# iijppp uses tun instead of ppp device -#pseudo-device ppp 1 +pseudo-device sl 1 +pseudo-device ppp 1 pseudo-device tun 1 pseudo-device pty 16 pseudo-device gzip # Exec gzipped a.out's diff --git a/sys/pc98/conf/GENERIC98 b/sys/pc98/conf/GENERIC98 index 84430874d922..af4f7acba661 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.26 1997/10/28 09:09:05 kato Exp $ +# $Id: GENERIC98,v 1.27 1997/10/31 22:10:09 jseger Exp $ # GENERIC98 -- Generic PC98 machine with WD/SCSI disks @@ -192,9 +192,8 @@ device zp0 at isa? port 0x00d0 net irq 10 iomem 0xe0000 vector zpintr pseudo-device loop pseudo-device ether -pseudo-device sl 2 -# iijppp uses tun instead of ppp device -#pseudo-device ppp 1 +pseudo-device sl 1 +pseudo-device ppp 1 pseudo-device tun 1 pseudo-device pty 16 pseudo-device gzip # Exec gzipped a.out's |
