Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: The Source of All Evil <source@NetBSD.ORG>
List: source-changes
Date: 03/05/1998 14:10:02
wrstuden
Thu Mar  5 14:03:34 PST 1998
Update of /cvsroot/src/sys/dev/ic
In directory nb00:/tmp/cvs-serv105

Modified Files:
	z8530sc.c 
Log Message:
Make zs_iflush not loop indefinitly. Some Mac PowerBooks lie about having
two SCC channels, and can get stuck in an infinite loop. This change
stops after flushing 4 bytes. Might need upping to 8 bytes if we support
85230 ESCC's.

Idea bounced off of scottr & gwr