]> git.proxmox.com Git - qemu.git/blobdiff - hw/sun4m_iommu.c
usb: Pass the packet to the device's handle_control callback
[qemu.git] / hw / sun4m_iommu.c
index bba69eef924aa2472630e4884aef314d1e832db6..7f5dad535ca8d9e2d354eaadd5a5fbac527e7f86 100644 (file)
 #define IOPTE_PAGE          0xffffff00 /* Physical page number (PA[35:12]) */
 #define IOPTE_CACHE         0x00000080 /* Cached (in vme IOCACHE or
                                           Viking/MXCC) */
-#define IOPTE_WRITE         0x00000004 /* Writeable */
+#define IOPTE_WRITE         0x00000004 /* Writable */
 #define IOPTE_VALID         0x00000002 /* IOPTE is valid */
 #define IOPTE_WAZ           0x00000001 /* Write as zeros */