Subject: CVS commit: src/sys/arch/hp300/stand/common
To: None <source-changes@NetBSD.org>
From: Izumi Tsutsui <tsutsui@netbsd.org>
List: source-changes
Date: 06/25/2006 17:40:14
Module Name: src
Committed By: tsutsui
Date: Sun Jun 25 17:40:14 UTC 2006
Modified Files:
src/sys/arch/hp300/stand/common: scsi.c sd.c
Log Message:
- use (uint8_t *) for scsi buffers
- u_char -> uint8_t for byte data
- use proper type variable
To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 src/sys/arch/hp300/stand/common/scsi.c \
src/sys/arch/hp300/stand/common/sd.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.