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

Comparing BasiliskII/src/include/serial.h (file contents):
Revision 1.4 by cebix, 2000-07-25T15:19:43Z vs.
Revision 1.11 by gbeauche, 2008-01-01T09:40:35Z

# Line 1 | Line 1
1   /*
2   *  serial.h - Serial device driver
3   *
4 < *  Basilisk II (C) 1997-2000 Christian Bauer
4 > *  Basilisk II (C) 1997-2008 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 69 | Line 69 | public:
69                  input_dt = output_dt = 0;
70          }
71  
72 +        virtual ~SERDPort() {}
73 +
74          virtual int16 open(uint16 config) = 0;
75          virtual int16 prime_in(uint32 pb, uint32 dce) = 0;
76          virtual int16 prime_out(uint32 pb, uint32 dce) = 0;
# Line 88 | Line 90 | public:
90          uint32 output_dt;       // Mac address of Deferred Task for writing
91  
92   #ifdef POWERPC_ROM
93 <        uint8 dt_store[SIZEOF_serdt * 2];
93 >        uint32 dt_store;
94   #endif
95   };
96  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines