mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-14 14:56:21 -04:00
18 lines
510 B
Plaintext
18 lines
510 B
Plaintext
$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.
|