summaryrefslogtreecommitdiff
path: root/net/kdenetwork/patches/patch-aa
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>1999-11-12 14:40:03 +0000
committerhubertf <hubertf@pkgsrc.org>1999-11-12 14:40:03 +0000
commitbfb8ef9396f6e8697ada04711f79e2572cf4542f (patch)
treec78f7ac8204a6a39642b0ba3a8908585f91924d4 /net/kdenetwork/patches/patch-aa
parent952c8989150a3269e5360ce24bfa0838997b036e (diff)
downloadpkgsrc-bfb8ef9396f6e8697ada04711f79e2572cf4542f.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/patches/patch-aa')
-rw-r--r--net/kdenetwork/patches/patch-aa24
1 files changed, 17 insertions, 7 deletions
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",