Subject: CVS commit: src/sys/dev/pci
To: None <source-changes@NetBSD.org>
From: Allen Briggs <briggs@netbsd.org>
List: source-changes
Date: 10/30/2003 04:11:36
Module Name:	src
Committed By:	briggs
Date:		Thu Oct 30 04:11:36 UTC 2003

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

Log Message:
Make sure we can transmit larger packets correctly.
Don't initialize extra fields of the ifp.
Use strcpy() instead of bcopy() for copying the device name.
Handle if_timer a bit better.


To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 src/sys/dev/pci/if_sk.c

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