Subject: CVS commit: src/sys/dev/pci
To: None <source-changes@NetBSD.org>
From: YAMAMOTO Takashi <yamt@netbsd.org>
List: source-changes
Date: 09/29/2004 11:22:03
Module Name: src
Committed By: yamt
Date: Wed Sep 29 11:22:03 UTC 2004
Modified Files:
src/sys/dev/pci: if_bge.c if_ti.c
Log Message:
- mbuf external storage is of (caddr_t), not (caddr_t *).
- remove a needless cast.
To generate a diff of this commit:
cvs rdiff -r1.74 -r1.75 src/sys/dev/pci/if_bge.c
cvs rdiff -r1.62 -r1.63 src/sys/dev/pci/if_ti.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.