summaryrefslogtreecommitdiff
path: root/net/kdenetwork
diff options
context:
space:
mode:
authorhubertf <hubertf>1999-11-12 14:40:03 +0000
committerhubertf <hubertf>1999-11-12 14:40:03 +0000
commit7d9a811951e62986dfc7a2287e178ddb38da6f8f (patch)
treec78f7ac8204a6a39642b0ba3a8908585f91924d4 /net/kdenetwork
parentd20661f59c6a8acaaaa0f6b7dd72f4d09fdaf16a (diff)
downloadpkgsrc-7d9a811951e62986dfc7a2287e178ddb38da6f8f.tar.gz
Add USB tty stuff: ttyU[123], dtyU[0123]. No idea if one can dial out on
ctyU* too.
Diffstat (limited to 'net/kdenetwork')
-rw-r--r--net/kdenetwork/files/patch-sum4
-rw-r--r--net/kdenetwork/patches/patch-aa24
2 files changed, 19 insertions, 9 deletions
diff --git a/net/kdenetwork/files/patch-sum b/net/kdenetwork/files/patch-sum
index fb6bb14dcc9..15084f91ea0 100644
--- a/net/kdenetwork/files/patch-sum
+++ b/net/kdenetwork/files/patch-sum
@@ -1,5 +1,5 @@
-$NetBSD: patch-sum,v 1.3 1999/10/20 03:26:43 hubertf Exp $
+$NetBSD: patch-sum,v 1.4 1999/11/12 14:40:03 hubertf Exp $
-MD5 (patch-aa) = 43fd6e72c043d90c0d626ccd811da07b
+MD5 (patch-aa) = c44ffb7411ffd09f2119823077550393
MD5 (patch-ab) = 70e042b4393e38d0d0781ad5a222f552
MD5 (patch-ac) = 19ffe37c0ce30d1e8795d1e1b84272f0
diff --git a/net/kdenetwork/patches/patch-aa b/net/kdenetwork/patches/patch-aa
index af8d874d64c..3a42dd68021 100644
--- a/net/kdenetwork/patches/patch-aa
+++ b/net/kdenetwork/patches/patch-aa
@@ -1,24 +1,34 @@
---- kppp/devices.h.orig Tue Oct 19 02:27:38 1999
-+++ kppp/devices.h Tue Oct 19 02:34:25 1999
-@@ -8,6 +8,17 @@
+$NetBSD: patch-aa,v 1.10 1999/11/12 14:40:04 hubertf Exp $
+
+--- kppp/devices.h.orig Fri Mar 5 19:03:33 1999
++++ kppp/devices.h Fri Nov 12 15:35:08 1999
+@@ -8,6 +8,25 @@
"/dev/cuaa2",
"/dev/cuaa3",
#else
+#ifdef __NetBSD__
-+ "/dev/modem",
-+ "/dev/tty00",
++ "/dev/tty00", /* "normal" modem lines */
+ "/dev/tty01",
+ "/dev/tty02",
+ "/dev/tty03",
-+ "/dev/dty00",
++ "/dev/dty00", /* Dial out devices */
+ "/dev/dty01",
+ "/dev/dty02",
+ "/dev/dty03",
++ "/dev/ttyU0", /* USB stuff modems */
++ "/dev/ttyU1",
++ "/dev/ttyU2",
++ "/dev/ttyU3",
++ "/dev/dtyU0", /* USB stuff, too (dial out device) */
++ "/dev/dtyU1",
++ "/dev/dtyU2",
++ "/dev/dtyU3",
++ "/dev/modem",
+#else /* !NetBSD */
"/dev/modem",
"/dev/cua0",
"/dev/cua1",
-@@ -23,8 +34,9 @@
+@@ -23,8 +42,9 @@
"/dev/ttyI1",
"/dev/ttyI2",
"/dev/ttyI3",