ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/include/serial_defs.h
(Generate patch)

Comparing BasiliskII/src/include/serial_defs.h (file contents):
Revision 1.2 by cebix, 2000-04-10T18:53:36Z vs.
Revision 1.5 by cebix, 2002-01-15T14:58:41Z

# Line 1 | Line 1
1   /*
2   *  serial_defs.h - Definitions for MacOS serial drivers
3   *
4 < *  Basilisk II (C) 1997-2000 Christian Bauer
4 > *  Basilisk II (C) 1997-2002 Christian Bauer
5   *
6   *  This program is free software; you can redistribute it and/or modify
7   *  it under the terms of the GNU General Public License as published by
# Line 132 | Line 132 | enum {
132          kSERDNegateRTS                  = 31,
133          kSERD115KBaud                   = 115,
134          kSERD230KBaud                   = 230,
135 <        kSERDSetHighSpeed               = 'JF',
136 <        kSERDSetPollWrite               = 'jf'
135 >        kSERDSetHighSpeed               = 0x4a46,       // 'JF'
136 >        kSERDSetPollWrite               = 0x6a66        // 'jf'
137   };
138  
139   // Status codes

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines