Index: uspace/drv/bus/usb/ehci/ehci.ma
===================================================================
--- uspace/drv/bus/usb/ehci/ehci.ma	(revision 1d5a5405546f3f0a0cab965cb3a4339c902e5e26)
+++ uspace/drv/bus/usb/ehci/ehci.ma	(revision 96e01fbc11ddb623f6753a5b3bfea1ff0345260e)
@@ -1,1 +1,2 @@
+20 usb/host=ehci
 10 pci/class=0c&subclass=03&progif=20
Index: uspace/drv/bus/usb/ohci/ohci.ma
===================================================================
--- uspace/drv/bus/usb/ohci/ohci.ma	(revision 1d5a5405546f3f0a0cab965cb3a4339c902e5e26)
+++ uspace/drv/bus/usb/ohci/ohci.ma	(revision 96e01fbc11ddb623f6753a5b3bfea1ff0345260e)
@@ -1,1 +1,2 @@
+20 usb/host=ohci
 10 pci/class=0c&subclass=03&progif=10
Index: uspace/drv/bus/usb/ohci/ohci_regs.h
===================================================================
--- uspace/drv/bus/usb/ohci/ohci_regs.h	(revision 1d5a5405546f3f0a0cab965cb3a4339c902e5e26)
+++ uspace/drv/bus/usb/ohci/ohci_regs.h	(revision 96e01fbc11ddb623f6753a5b3bfea1ff0345260e)
@@ -245,5 +245,5 @@
 #define RHPS_PRSC_FLAG (1 << 20) /* port reset status change WC */
 #define RHPS_CHANGE_WC_MASK (0x1f0000)
-} __attribute__((packed)) ohci_regs_t;
+} ohci_regs_t;
 #endif
 /**
