Bochs/bochs/iodev/usb
Volker Ruppert d46a9b7205 Some work on the PCI devices code.
- Since the pci_read_handler() method is identical in most devices, move it
  to the base class to reduce code duplication. Only the 'pcidev' device has
  it's own implementation (NOTE: it is not maintained yet).
- Minor other fixes and cleanups in some PCI devices.
2017-03-24 19:57:25 +00:00
..
Makefile.in Updated makefile dependencies for USB EHCI (now complete and usable). 2016-12-11 18:54:01 +00:00
scsi_device.cc Fixed usage of MSD device on xHCI hub. 2015-11-02 21:36:38 +00:00
scsi_device.h Added missing update of 'curr_lba' for the harddisk read seek emulation. 2015-10-04 08:54:36 +00:00
uhci_core.cc Some work on the PCI devices code. 2017-03-24 19:57:25 +00:00
uhci_core.h Some work on the PCI devices code. 2017-03-24 19:57:25 +00:00
usb_cbi.cc Added symbol VSIDE in the MSVC workspace files and and the manifest section 2017-03-19 12:22:27 +00:00
usb_cbi.h USB floppy "format unit" timing implemented similar to read/write timing. 2015-09-28 18:15:18 +00:00
usb_common.cc Removed unused argc and argv parameters from plugin init functions. 2017-01-28 09:52:09 +00:00
usb_common.h fixed warning (and also potential bug when >4G of mem is emulated) for USB code 2017-03-18 07:26:26 +00:00
usb_ehci.cc Some work on the PCI devices code. 2017-03-24 19:57:25 +00:00
usb_ehci.h Some work on the PCI devices code. 2017-03-24 19:57:25 +00:00
usb_hid.cc USB HID devices need to support "clear EP halt" (tested with Win98SE). 2017-02-24 20:19:00 +00:00
usb_hid.h Some USB code changes by Ben Lunt 2016-12-02 17:30:16 +00:00
usb_hub.cc Some changes in USB device speed setup 2016-12-21 18:35:38 +00:00
usb_hub.h Implemented USB remote wakeup mechanism in xHCI and the external hub. 2016-12-11 12:26:12 +00:00
usb_msd.cc Added symbol VSIDE in the MSVC workspace files and and the manifest section 2017-03-19 12:22:27 +00:00
usb_msd.h Added seek emulation for USB disk write commands (async mode required). 2015-10-22 18:13:59 +00:00
usb_ohci.cc Some work on the PCI devices code. 2017-03-24 19:57:25 +00:00
usb_ohci.h Some work on the PCI devices code. 2017-03-24 19:57:25 +00:00
usb_printer.cc Added support for changing the USB printer output file at runtime. 2017-01-29 08:48:08 +00:00
usb_printer.h Added support for changing the USB printer output file at runtime. 2017-01-29 08:48:08 +00:00
usb_uhci.cc Some work on the PCI devices code. 2017-03-24 19:57:25 +00:00
usb_uhci.h Some USB code changes by Ben Lunt 2016-12-02 17:30:16 +00:00
usb_xhci.cc Some work on the PCI devices code. 2017-03-24 19:57:25 +00:00
usb_xhci.h Some work on the PCI devices code. 2017-03-24 19:57:25 +00:00