ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/Unix/serial_unix.cpp
(Generate patch)

Comparing BasiliskII/src/Unix/serial_unix.cpp (file contents):
Revision 1.14 by gbeauche, 2005-01-30T21:42:14Z vs.
Revision 1.15 by gbeauche, 2005-12-04T15:03:11Z

# Line 51 | Line 51 | extern "C" {
51   #define MONITOR 0
52  
53  
54 + // IRIX missing or unsupported defines
55 + #ifdef sgi
56 + #ifndef CRTSCTS
57 + #define CRTSCTS CNEW_RTSCTS
58 + #endif
59 + #ifndef B230400
60 + #define B230400 B115200
61 + #endif
62 + #endif
63 +
64 +
65   // Missing functions
66   #ifndef HAVE_CFMAKERAW
67   static int cfmakeraw(struct termios *termios_p)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines