diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2000-01-14 09:06:32 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2000-01-14 09:06:32 +0000 |
commit | 3c503805d73a6986857b556c13c7a2bc735048ea (patch) | |
tree | 9d0035d9d5f819c0b493e9007be9e80ea075a734 /emulators/bochs | |
parent | b974ac59068a2235fd5b9f837e62902e4db769ef (diff) |
Notes
Diffstat (limited to 'emulators/bochs')
-rw-r--r-- | emulators/bochs/files/patch-ac | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/emulators/bochs/files/patch-ac b/emulators/bochs/files/patch-ac new file mode 100644 index 000000000000..90b82bbf2ab3 --- /dev/null +++ b/emulators/bochs/files/patch-ac @@ -0,0 +1,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 |