summaryrefslogtreecommitdiff
path: root/emulators/bochs/files/patch-ac
blob: 90b82bbf2ab3426e1e59f87aa143b5ede8bc818e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- iodev/serial.cc.orig	Thu Nov 11 21:44:52 1999
+++ iodev/serial.cc	Fri Jan 14 00:59:57 2000
@@ -75,8 +75,8 @@
   term_new.c_iflag |= IGNBRK;
   term_new.c_iflag &= ~BRKINT;
 #endif
-  term_new.c_iflag |= IXOFF;
-  tcsetattr(0, TCSAFLUSH, &term_new);
+  // term_new.c_iflag |= IXOFF;
+  // tcsetattr(0, TCSAFLUSH, &term_new);
 #endif
   // nothing for now
 #if USE_RAW_SERIAL