CVSROOT: /cvs Module name: src Changes by: [EMAIL PROTECTED] 2008/08/26 15:52:48
Modified files:
sys/dev/usb : uvideo.h
Log message:
Fix alignment panic on sparc64 by removing a wrong __packed. While
there reorder fields in the struct to make it shorter on 64 bit archs.
panic reported by jasper@
thanks to miod@ for helping me debug this down
