Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: syssrc/sys/dev/scsipi
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.
Home |
Main Index |
Thread Index |
Old Index