Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
NetBSD master CVS tree commits
- To: source-changes
- Subject: NetBSD master CVS tree commits
- From: The Source of All Evil <source>
- Date: Mon, 4 Mar 1996 15:30:03 -0500 (EST)
chuck
Mon Mar 4 15:22:52 EST 1996
Update of /a/cvsroot/src/sys/arch/sun3/dev
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv1879
Modified Files:
xd.c
Log Message:
Fix two bugs reported by Don Koch <aardvark%poirot.krl.com@localhost> (PR#2168).
[1] check return value from malloc() for NULL before trying to bzero it.
[2] use "=" rather than "|=" when writing to CSR (otherwise you may
ACK something you don't mean to!).
chuck
Mon Mar 4 15:25:34 EST 1996
Update of /a/cvsroot/src/sys/arch/sun3/dev
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv1922
Modified Files:
xy.c
Log Message:
Fix two bugs reported by Don Koch <aardvark%poirot.krl.com@localhost> (PR#2168).
(the xd bugs also apply to the xy driver...)
[1] check return value from malloc() for NULL before trying to bzero it.
[2] use "=" rather than "|=" when writing to CSR (otherwise you may
ACK something you don't mean to!).
Home |
Main Index |
Thread Index |
Old Index