Subject: sun-lamp CVS commits
To: None <source-changes@pain.lcs.mit.edu>
From: The Source of All Evil <source@NetBSD.ORG>
List: source-changes
Date: 08/20/1995 09:30:01
leo
Sun Aug 20 09:24:06 EDT 1995
Update of /a/cvsroot/src/sys/dev/ic
In directory pain.lcs.mit.edu:/a/users/leo/src/sys/dev/ic

Modified Files:
	z8530reg.h 
Log Message:
Select the right register structure for the Atari. Although it's big-endian,
it uses the odd bytes. Also make the registers volatile.


leo
Sun Aug 20 09:28:12 EDT 1995
Update of /a/cvsroot/src/sys/arch/atari/dev
In directory pain.lcs.mit.edu:/a/users/leo/src/sys/arch/atari/dev

Modified Files:
	zs.c 
Log Message:
- make sure that there is 1 pending software interrupt max.
- read status before character, so the status won't be lost (Thomas Gerner)
- accumulate as much interrupts as possible in zshard()