Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 11/20/1997 04:10:02
thorpej
Wed Nov 19 20:02:36 PST 1997
Update of /cvsroot/src/sys/dev/pcmcia
In directory netbsd1:/var/slash-tmp/cvs-serv15309

Modified Files:
	if_ne_pcmcia.c 
Log Message:
Add support for the D-Link DE-650, from Eric S. Hvozda <hvozda@helios.ack.org>,
PR #4455.


thorpej
Wed Nov 19 20:03:49 PST 1997
Update of /cvsroot/src/sys/dev/pcmcia
In directory netbsd1:/var/slash-tmp/cvs-serv15536

Modified Files:
      Tag: netbsd-1-3
	if_ne_pcmcia.c 
Log Message:
Pull up from trunk: Support D-Link DE-650.


thorpej
Wed Nov 19 20:09:21 PST 1997
Update of /cvsroot/src/sys/dev/scsipi
In directory netbsd1:/var/slash-tmp/cvs-serv16026

Modified Files:
	scsipiconf.h 
Log Message:
Declare the scsipi_xfer's "flags" member to be volatile, to force it
to be reloaded every time it is checked.  This avoids a condition where
it can be cached in a register in such a way that updates to the flags in
an interrupt handler to not be noticed, which in turn causes the process
doing the i/o to sleep forever.  Bug report and suggested fix from
Hiroshi HORIMOTO <horimoto@cs-yuugao.cs.sist.ac.jp>, PR $4460.