summaryrefslogtreecommitdiff
path: root/misc/estic/files/dtr-off.patch
diff options
context:
space:
mode:
Diffstat (limited to 'misc/estic/files/dtr-off.patch')
-rw-r--r--misc/estic/files/dtr-off.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/misc/estic/files/dtr-off.patch b/misc/estic/files/dtr-off.patch
new file mode 100644
index 000000000000..c3135485e041
--- /dev/null
+++ b/misc/estic/files/dtr-off.patch
@@ -0,0 +1,16 @@
+--- estic/iccom.cc.orig Thu Feb 20 22:32:48 1997
++++ estic/iccom.cc Mon Aug 15 12:29:16 2005
+@@ -148,6 +148,13 @@
+ // (beginning from version #3).
+ Port->RTSOn ();
+
++#ifdef __FreeBSD__
++ // ovb@swissmail.com, 12-Nov-96: Fix of Rev3.
++ // We have to turn the DTR off as this is needed for the power supply.
++ // -> Power is taken from the RTS(+) and the DTR(-) line.
++ Port->DTROff ();
++#endif
++
+ // Success
+ return 0;
+ }