Re: [PATCH 2.6.16-rc6] Promise SuperTrak driver
From: Jeff Garzik
Date: Tue Mar 14 2006 - 04:25:04 EST
Arjan van de Ven wrote:
+struct st_sgitem {
+struct st_sgtable {
+struct handshake_frame {
+struct req_msg {
+struct status_msg {
Has this all been tested on big-endian hardware?
No. It was only tested on i386 and x86-64 machines.
you'll want those to be __attribute__((packed)) as well btw
I thought that was unnecessary if the struct members are ordered such
that compiler would not add padding?
Jeff
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/