diff options
author | Daichi GOTO <daichi@FreeBSD.org> | 2003-07-09 07:40:20 +0000 |
---|---|---|
committer | Daichi GOTO <daichi@FreeBSD.org> | 2003-07-09 07:40:20 +0000 |
commit | 8006b733b5e5cd3adf47f262eee691b54c26bcaf (patch) | |
tree | 956895fc7bacccda9e8ab1b5013992094f2294c8 /emulators/x48/files/patch-src+X48.ad | |
parent | update to spambnc-20030223 (diff) |
update emulators/x48: enhancements to emulators/x48
PR: 53912
Submitted by: Pedro F. Giffuni <giffunip@yahoo.com>
Notes
Notes:
svn path=/head/; revision=84508
Diffstat (limited to 'emulators/x48/files/patch-src+X48.ad')
-rw-r--r-- | emulators/x48/files/patch-src+X48.ad | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/emulators/x48/files/patch-src+X48.ad b/emulators/x48/files/patch-src+X48.ad new file mode 100644 index 000000000000..25880923ee81 --- /dev/null +++ b/emulators/x48/files/patch-src+X48.ad @@ -0,0 +1,13 @@ +--- src/X48.ad.orig Wed Jan 11 13:24:05 1995 ++++ src/X48.ad Sun Jun 29 10:46:17 2003 +@@ -49,8 +49,8 @@ + ! resources controlling the connections + ! + *useTerminal: True +-*useSerial: False +-*serialLine: /dev/ttyS0 ++*useSerial: True ++*serialLine: /dev/cuaa0 + + ! + ! stuff controlling initialization |