Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 07/01/1997 21:50:03
christos
Tue Jul 1 17:42:58 EDT 1997
Update of /cvsroot/src/share/mk
In directory netbsd1:/var/slash-tmp/cvs-serv11789
Modified Files:
bsd.sys.mk
Log Message:
Enable extra warnings if WARNS is set
thorpej
Tue Jul 1 14:49:55 PDT 1997
Update of /cvsroot/src/sys/dev/scsipi
In directory netbsd1:/var/slash-tmp/cvs-serv12750
Modified Files:
Tag: bouyer-scsipi
cd.c cd_atapi.c cd_link.h cd_scsi.c
Log Message:
Use an operations vector set up at attach time rather than checking
for device type each time, for setvol/getvol/setchan operations.
Also, some KNF.