blob: c3efd80f0005e1bb45e1788ec8e426b3015ffeb4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
$NetBSD: patch-ac,v 1.2 2002/06/07 10:38:45 cjep Exp $
--- config.h.orig Mon Aug 21 00:25:07 1995
+++ config.h
@@ -1,10 +1,10 @@
/*
* This is the port the interface will be on.
- * Remember, ttyS0 is DOS' com1, ttyS1 is com2 and so on.
+ * Remember, ttyE0 is DOS' com1, ttyE1 is com2 and so on.
* This will be configurable at runtime via a config file.
*/
-/* #define PORT "/dev/ttyS3" */
+/* #define PORT "/dev/ttyE3" */
/*
* This should never have to be changed, it is the pacing byte.
|