will do, thanks.

as far as alignment, i'll try to align on 64 for more efficient intel/amd.

and there shall be no holy wars, all values are broken down to bytes or nybbles, peace shall prevail. buffer lengths are fixed at 8 bytes.

Hans Petter Selasky wrote:
On Friday 27 August 2010 09:17:24 Jim Bryant wrote:
unsigned char

Try to use the:

uint8_t
uint16_t
uint32_t

int8_t
int16_t
int32_t types when describing data types. Also think about endianness and that 32-bit reads/writes must be 32-bit aligned. Else use UGETDW() and similar functions.

--HPS

_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "[email protected]"

Reply via email to