Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: The Source of All Evil <source@NetBSD.ORG>
List: source-changes
Date: 07/24/1998 14:10:02
augustss
Fri Jul 24 14:02:51 PDT 1998
Update of /cvsroot/src/sys/dev/usb
In directory nb00:/tmp/cvs-serv2493

Modified Files:
	usbdi.c usbdivar.h 
Log Message:
Make sure requests are aborted properly when the pipe is aborted.


pk
Fri Jul 24 14:08:16 PDT 1998
Update of /cvsroot/src/sys/arch/sparc/dev
In directory nb00:/tmp/cvs-serv2534

Modified Files:
	lebuffer.c 
Log Message:
Remove conditionals on SUN4C+SUN4M.
A few cosmetic changes.


augustss
Fri Jul 24 14:09:09 PDT 1998
Update of /cvsroot/src/sys/dev/usb
In directory nb00:/tmp/cvs-serv2542

Modified Files:
	ohci.c ohcivar.h uhci.c uhcivar.h 
Added Files:
	usb_mem.c usb_mem.h 
Log Message:
Add special memory allocation routines that supports allocation
DMA-able memory in small chunks (USB uses a lot of 8 byte chunks).
Using the bus_dma functions directly is inefficient.