Index: conf/options =================================================================== --- conf/options (revision 209798) +++ conf/options (working copy) @@ -648,6 +648,7 @@ UPLCOM_INTR_INTERVAL opt_uplcom.h UVSCOM_DEFAULT_OPKTSIZE opt_uvscom.h UVSCOM_INTR_INTERVAL opt_uvscom.h +USB_HOST_ALIGN opt_usb.h # Embedded system options INIT_PATH Index: dev/usb/usb_freebsd.h =================================================================== --- dev/usb/usb_freebsd.h (revision 209798) +++ dev/usb/usb_freebsd.h (working copy) @@ -44,7 +44,9 @@ #define USB_TD_GET_PROC(td) (td)->td_proc #define USB_PROC_GET_GID(td) (td)->p_pgid +#ifndef USB_HOST_ALIGN #define USB_HOST_ALIGN 8 /* bytes, must be power of two */ +#endif #define USB_FS_ISOC_UFRAME_MAX 4 /* exclusive unit */ #define USB_BUS_MAX 256 /* units */ #define USB_MAX_DEVICES 128 /* units */