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:20:03 -0500 (EST)
chuck
Mon Mar 4 15:11:35 EST 1996
Update of /a/cvsroot/src/sys/arch/sparc/dev
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv1638
Modified Files:
xd.c
Log Message:
Fix two bugs reported by Don Koch <aardvark%poirot.krl.com@localhost> (PR#2169).
[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:13:41 EST 1996
Update of /a/cvsroot/src/sys/arch/sparc/dev
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv1721
Modified Files:
xy.c
Log Message:
Fix two bugs reported by Don Koch <aardvark%poirot.krl.com@localhost> (PR#2169)
[these bugs apply to the xy as well as the xd 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