Subject: CVS commit: syssrc/sys/dev/scsipi
To: None <source-changes@netbsd.org>
From: Izumi Tsutsui <tsutsui@netbsd.org>
List: source-changes
Date: 09/02/2001 16:11:54
Module Name:	syssrc
Committed By:	tsutsui
Date:		Sun Sep  2 13:11:54 UTC 2001

Modified Files:
	syssrc/sys/dev/scsipi: cd.c scsipiconf.h

Log Message:
Use be16toh(), be32toh(), le16toh() and le32toh() rather than
ntohs(), ntohl() or homegrown bswap() functions.

XXX Does anyone use drives with PQUIRK_LITTLETOC on big endian machines?


To generate a diff of this commit:
cvs rdiff -r1.156 -r1.157 syssrc/sys/dev/scsipi/cd.c
cvs rdiff -r1.56 -r1.57 syssrc/sys/dev/scsipi/scsipiconf.h

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