/[qemu]/qemu/hw/usb-uhci.c
ViewVC logotype

Diff of /qemu/hw/usb-uhci.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by bellard, Sun Nov 6 16:13:29 2005 UTC revision 1.4 by bellard, Sat Nov 19 17:43:37 2005 UTC
# Line 191  static void uhci_ioport_writew(void *opa Line 191  static void uhci_ioport_writew(void *opa
191              uhci_reset(s);              uhci_reset(s);
192              return;              return;
193          }          }
194          if (val & UHCI_CMD_GRESET) {          if (val & UHCI_CMD_HCRESET) {
195              uhci_reset(s);              uhci_reset(s);
196              return;              return;
197          }          }

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26