Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/sys
Module Name: src
Committed By: tsutsui
Date: Mon Oct 26 14:22:47 UTC 2009
Modified Files:
src/sys/sys: bootblock.h
Log Message:
A boot block on alpha is always little endian, so read and store values
in little endian via le64toh() and htole64() in ALPHA_BOOT_BLOCK_CKSUM().
Fixes installboot(8) (and future endian-aware disklabel(8)) for alpha
on big endian machines.
To generate a diff of this commit:
cvs rdiff -u -r1.47 -r1.48 src/sys/sys/bootblock.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