Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 12/07/1997 16:10:03
thorpej
Sun Dec 7 08:06:23 PST 1997
Update of /cvsroot/src/sys/arch/i386/isa
In directory netbsd1:/var/slash-tmp/cvs-serv24039
Modified Files:
spkr.c
Log Message:
Use malloc()/free() for the temporary buffer, not geteblk()/brelse().
thorpej
Sun Dec 7 08:07:23 PST 1997
Update of /cvsroot/src/sys/arch/i386/isa
In directory netbsd1:/var/slash-tmp/cvs-serv24424
Modified Files:
Tag: netbsd-1-3
spkr.c
Log Message:
Pull up from trunk: use malloc()/free(), not geteblk()/brelse().
thorpej
Sun Dec 7 08:09:39 PST 1997
Update of /cvsroot/src/sys/dev/ic
In directory netbsd1:/var/slash-tmp/cvs-serv24508
Modified Files:
lpt.c lptvar.h
Log Message:
Use malloc()/free(), not geteblk()/brelse(), for the device buffer.