Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 12/09/1996 03:20:01
thorpej
Sun Dec 8 19:14:11 PST 1996
Update of /cvsroot/src/sys/arch/hp300/dev
In directory netbsd1:/var/slash-tmp/cvs-serv18598
Modified Files:
dca.c dcm.c if_le.c
Log Message:
isrlink() now returns a cookie. We're not interested in the cookie, so
cast to (void).
thorpej
Sun Dec 8 19:16:27 PST 1996
Update of /cvsroot/src/sys/arch/hp300/dev
In directory netbsd1:/var/slash-tmp/cvs-serv18686
Modified Files:
scsi.c hpib.c
Log Message:
isrlink() now returns a cookie. We're not interested in the cookie, so
cast to (void).
Call dmacomputeipl() after we've hooked up our interrupt handler.