Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 02/06/1998 21:00:03
matt
Fri Feb  6 12:53:49 PST 1998
Update of /cvsroot/src/sys/sys
In directory netbsd1:/var/slash-tmp/cvs-serv1474

Modified Files:
	mbuf.h 
Log Message:
Add M_SETCTX and M_GETCTX.  These overload m_pkthdr.rcvif so drivers can
use it as a context field.


matt
Fri Feb  6 12:57:22 PST 1998
Update of /cvsroot/src/sys/dev/pci
In directory netbsd1:/var/slash-tmp/cvs-serv1526

Modified Files:
	if_de.c if_devar.h 
Log Message:
A version of the de driver which does bus_dma.  Note that it has not been
tested on any other platform other than i386.  Use of bus_dma(9) can be
turned by defining TULIP_BUS_DMA_NOTX and TULIP_BUS_DMA_NORX.  These allow
one to determine if the problem is in the transmit or receive path.
A problem reported by mycroft is also fixed.