Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 12/05/1996 06:30:03
rat
Wed Dec 4 22:22:21 PST 1996
Update of /a/cvsroot/src/sys/arch/mac68k/dev
In directory netbsd1:/local/work/netbsd-1-2/src/sys/arch/mac68k/dev
Modified Files:
Tag: netbsd-1-2
z8530sc.h z8530tty.c
Log Message:
Patch supplied by Scott Reynolds <scottr@NetBSD.ORG>
>The following patch corrects a mac68k zs bug corresponding to Gordon's
>MI zs changes submitted for patch 1. Specifically, output may fail to
>restart if we get multiple status interrupts before the "software
>interrupt" routine gets a chance to run.
>
>Bill Studenmund noticed this and submitted the original fix.