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: 07/07/1998 09:50:01
is
Tue Jul  7 09:46:38 PDT 1998
Update of /cvsroot/src/sys/arch/amiga/dev
In directory nb00:/tmp/cvs-serv21621

Modified Files:
	ser.c 
Log Message:
The INTF_RBF bit of INTREQ is mirrored in SERDAT. As we would read this
register anyway when the bit is set, we can safe one of the (slow) custom
chip accesses by using this bit.
Sounds ridiculous, but at a hardware FIFO depth of 1 and ~1 usec per
access (at IPL 5) it might help the highspeed addicts.