Subject: CVS commit: src/sys/dev/pci
To: None <source-changes@NetBSD.org>
From: Allen Briggs <briggs@netbsd.org>
List: source-changes
Date: 10/15/2003 02:18:52
Module Name:	src
Committed By:	briggs
Date:		Wed Oct 15 02:18:52 UTC 2003

Modified Files:
	src/sys/dev/pci: if_sk.c if_skvar.h

Log Message:
Make sure descriptors get bus_dmamap_sync()ed.
Restructure a little to make this a little easier.
Also try to avoid allocating things at reset time.


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 src/sys/dev/pci/if_sk.c
cvs rdiff -r1.1 -r1.2 src/sys/dev/pci/if_skvar.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.