Fix alignment panic on sparc64 by removing a wrong __packed. While
authormglocker <mglocker@openbsd.org>
Tue, 26 Aug 2008 21:52:48 +0000 (21:52 +0000)
committermglocker <mglocker@openbsd.org>
Tue, 26 Aug 2008 21:52:48 +0000 (21:52 +0000)
commit48ae767de2de9d8c58d61b02eb91efc09946a3de
tree54c54b5f1d40b5937f93df3ecb258ac068283e79
parentbb05d10042a6c350e230c8a1ad775174ef6d01c7
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
sys/dev/usb/uvideo.h