Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 06/16/1997 08:50:02
jonathan
Mon Jun 16 01:41:21 PDT 1997
Update of /a/cvsroot/src/sys/arch/pica/dev
In directory netbsd1:/var/slash-tmp/cvs-serv21146

Modified Files:
	asc.c dma.c dma.h pccons.c 
Log Message:
First delint pass of old NetBSD/pica device drivers:
  * add prototypes to <dma.h> for the per-device dma-setup  functions.
  * MachEmptyWriteBuffer() -> wbflush().  Also #include <bus.h>,
    so that wbflush() expants to the locore callback vector entrypoint.


jonathan
Mon Jun 16 01:44:31 PDT 1997
Update of /a/cvsroot/src/sys/arch/pica/dev
In directory netbsd1:/var/slash-tmp/cvs-serv21463

Modified Files:
	if_sn.c 
Log Message:
Delint pica Sonic driver, pass 0:
  * Finish new ARP (struct ethercom) changes.
    Some references to sc_ac were left danglnig.
  * Include if_dl.h and if_media.h.
  * Delint printf() messages: int vs. long , int vs. pointer.
  * Delete unused variables.