Subject: CVS commit: syssrc/sys/dev/ic
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 07/05/2001 17:37:43
Module Name:	syssrc
Committed By:	thorpej
Date:		Thu Jul  5 14:37:42 UTC 2001

Added Files:
	syssrc/sys/dev/ic: dp83932.c dp83932reg.h dp83932var.h

Log Message:
A new DP83932 ``SONIC'' driver, which uses bus_dma(9) and does I/O
directly to mbufs.  Handles both 32-bit and 16-bit, big- and little-
endian configurations of the chip (we could squeeze out some conditionals
yet, though).


To generate a diff of this commit:
cvs rdiff -r0 -r1.1 syssrc/sys/dev/ic/dp83932.c \
    syssrc/sys/dev/ic/dp83932reg.h syssrc/sys/dev/ic/dp83932var.h

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