Home | History | Annotate | Download | only in dev
History log of /src/sys/arch/atari/dev/zsvar.h
RevisionDateAuthorComments
 1.18  06-Jan-2023  tsutsui TAB/spaces/indents cleanup.
 1.17  15-Nov-2014  christos centralize the call unit / dialout macros
 1.16  09-Apr-2010  tsutsui branches: 1.16.18;
- establish zs interrupts via common intr_establish() function rather than
hardcording them in locore.s and vector.s
- also make interrupt handlers take per unit softc and put a softint cookie
into softc (though atari machines have only one zs)
- tweak some structures as per MI z8530sc driver

Tested on TT030 using sl(4) on zs.
 1.15  09-Apr-2010  tsutsui Remove unnecessary volatile keyword against struct zschan.
(volatile against structure member is enough)
 1.14  09-Apr-2010  tsutsui - misc KNF
- remove `register' keyword from variable declarations
 1.13  28-Jan-2009  tjam branches: 1.13.4; 1.13.6;
Use 8KB buffer for ZLRB_RING_SIZE to prevent overruns
 1.12  29-Apr-2008  martin branches: 1.12.8; 1.12.10;
Convert to new 2 clause license
 1.11  06-Mar-2007  tsutsui branches: 1.11.40; 1.11.42; 1.11.44;
Make TX buffer (uint8_t *) and remove an unnecessary cast.
 1.10  04-Mar-2007  christos Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
 1.9  11-Dec-2005  christos branches: 1.9.26;
merge ktrace-lwp.
 1.8  25-Mar-2004  leo branches: 1.8.16;
Licence cleanup (suggested by wiz).
 1.7  07-Aug-2003  agc Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22364, verified by myself.
 1.6  25-Mar-1998  leo branches: 1.6.48;
Sync with latest tty changes.
 1.5  24-Jan-1996  gwr Move struct definitions to MD code.
 1.4  25-Dec-1995  leo - Remove an unwanted interference between the 2 channels.
- Allocate the ringbuffer on a channel's first open.
 1.3  30-Nov-1995  jtc merge in changes from 1.1 release branch
 1.2  11-Apr-1995  mycroft branches: 1.2.2;
Use global 8530 defs.
 1.1  26-Mar-1995  leo branches: 1.1.1;
Initial revision
 1.1.1.1  26-Mar-1995  leo NetBSD/Atari, port by Leo Weppelman.
 1.2.2.1  15-Nov-1995  leo - Increase ringbuffer size.
- Make sure ser02 will be connected to the 8530 when being opened.
 1.6.48.3  21-Sep-2004  skrll Fix the sync with head I botched.
 1.6.48.2  18-Sep-2004  skrll Sync with HEAD.
 1.6.48.1  03-Aug-2004  skrll Sync with HEAD
 1.8.16.1  03-Sep-2007  yamt sync with head.
 1.9.26.1  12-Mar-2007  rmind Sync with HEAD.
 1.11.44.3  11-Aug-2010  yamt sync with head.
 1.11.44.2  04-May-2009  yamt sync with head.
 1.11.44.1  16-May-2008  yamt sync with head.
 1.11.42.1  18-May-2008  yamt sync with head.
 1.11.40.1  02-Jun-2008  mjf Sync with HEAD.
 1.12.10.1  02-Feb-2009  snj Pull up following revision(s) (requested by tjam in ticket #370):
sys/arch/atari/dev/zsvar.h: revision 1.13
Use 8KB buffer for ZLRB_RING_SIZE to prevent overruns
 1.12.8.1  03-Mar-2009  skrll Sync with HEAD.
 1.13.6.1  30-May-2010  rmind sync with head
 1.13.4.1  30-Apr-2010  uebayasi Sync with HEAD.
 1.16.18.1  03-Dec-2017  jdolecek update from HEAD

RSS XML Feed