Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 04/28/1997 16:00:04
mjacob
Mon Apr 28 08:52:46 PDT 1997
Update of /cvsroot/src/sys/dev/isa
In directory netbsd1:/var/slash-tmp/cvs-serv28226

Modified Files:
	if_ep_isa.c 
Log Message:
On alpha, sizeof (long) != sizeof (int) and sizeof (int) != sizeof (ptr_t)


scottr
Mon Apr 28 08:59:21 PDT 1997
Update of /cvsroot/src/sys/arch/mac68k/dev
In directory netbsd1:/var/slash-tmp/cvs-serv28974

Modified Files:
	sbc.c 
Log Message:
Undo a hack added in the last overhaul (which caused an extraneous byte
to be written to the target).  Also, use the sc_min_dma_len field
to determine whether to use PDMA or PIO.