aboutsummaryrefslogtreecommitdiff
path: root/src/hw
AgeCommit message (Expand)AuthorFilesLines
2014-06-14uhci: Update usb command timeouts to use usb_xfer_time()Kevin O'Connor1-7/+6
2014-06-14ehci: Update usb command timeouts to use usb_xfer_time()Kevin O'Connor1-5/+6
2014-06-14xhci: Update the times for usb command timeouts.Kevin O'Connor3-2/+20
2014-06-04Move most of the VAR16FIXED() defs to misc.c.Kevin O'Connor1-2/+0
2014-05-08xhci: Use msleep() instead of mdelay() for port status delay.Kevin O'Connor1-1/+1
2014-04-16hw/pci: check if pci2pci bridges implement optional limit registersMarcel Apfelbaum2-0/+35
2014-04-16hw/pci: reserve IO and mem for pci-2-pci bridges with no devices attachedMarcel Apfelbaum2-0/+20
2014-04-11Minor - replace some tab characters that slipped into the code.Kevin O'Connor1-2/+2
2014-04-08Minor - remove unused includes from pci.c.Kevin O'Connor1-5/+1
2014-04-05usb: Only disable HID devices if both USB_MOUSE and USB_KEYBOARD are off.Kevin O'Connor1-1/+1
2014-03-20vp_init_simple: enable PCI bus-mastering before relying on DMA.Eric Northup1-0/+1
2014-03-20init_virtio_blk, init_virtio_scsi: reset HBA on errorEric Northup2-3/+3
2014-01-29xhci: Add copyright notice to usb-xhci.cKevin O'Connor1-0/+7
2014-01-29xhci: Use the same endpoint initialization code in xhci_alloc_pipe()Kevin O'Connor1-45/+29
2014-01-29usb: Move default pipe max packet size code from xhci to main code.Kevin O'Connor2-10/+10
2014-01-29usb: USB 3 devices encode bMaxPacketSize0 field.Kevin O'Connor1-4/+7
2014-01-29xhci: Check if scratch pad allocation fails.Kevin O'Connor1-0/+6
2014-01-29Remove pci_writel() and pci_readl() functions.Kevin O'Connor2-50/+0
2014-01-29xhci: Run the XHCI driver entirely in 32bit mode.Kevin O'Connor6-11/+32
2014-01-29xhci: Support USB hubs on xhci controllers.Kevin O'Connor1-10/+57
2014-01-29xhci: Report the "protocol defined" and PSIC bits of extended capabilities.Kevin O'Connor1-2/+4
2014-01-29xhci: Don't use a dummy endpoint count in configure command.Kevin O'Connor1-1/+1
2014-01-29xhci: Support xhci controllers with 64 byte contexts.Kevin O'Connor2-36/+39
2014-01-29xhci: Eliminate 'struct xhci_device'.Kevin O'Connor2-90/+57
2014-01-29xhci: Move set_address code from xhci_control to xhci_alloc_pipe.Kevin O'Connor2-35/+36
2014-01-29xhci: Allocate and free the xhci inctx structure on each use.Kevin O'Connor1-43/+61
2014-01-29xhci: Verify PAGESIZE register before initializing driver.Kevin O'Connor1-7/+16
2014-01-29xhci: Set the interval parameter on interrupt pipes.Kevin O'Connor1-0/+2
2014-01-29xhci: Fix incorrect direction setting on status transmissions.Kevin O'Connor1-3/+3
2014-01-29xhci: Use 64bit writes to ERDP register.Kevin O'Connor1-0/+1
2014-01-29xhci: allocate scratch pad buffersGerd Hoffmann1-0/+13
2014-01-20ehci: memset the qTD structures in ehci_alloc_intr_pipeKevin O'Connor1-0/+2
2014-01-17init_virtio_scsi(): reset the HBA before freeing its virtio ringLaszlo Ersek1-1/+3
2013-12-27usb: Replace EHCI to UHCI/OHCI synchronization with new scheme.Kevin O'Connor10-127/+92
2013-12-27pvscsi: Remove use of LOWFLAT and GLOBALFLAT macros.Kevin O'Connor1-41/+33
2013-12-27pvscsi: Always run entirely in 32bit mode.Kevin O'Connor2-16/+17
2013-12-27pvscsi: Don't store reference to struct pci_device.Kevin O'Connor1-2/+0
2013-12-27Remove unnecesary updates of the disk op->count field.Kevin O'Connor7-37/+14
2013-12-12floppy: Implement cylinder seeking when accessing a different cylinder.Kevin O'Connor1-38/+48
2013-12-12On disk format request, verify cylinders and pass to driver.Kevin O'Connor1-2/+2
2013-12-12floppy: Encode command and flags into single value in floppy pio code.Kevin O'Connor1-112/+93
2013-12-07floppy: Fix accesses to DOR register.Kevin O'Connor1-7/+20
2013-12-07floppy: Fix incorrect LBA to CHS translation.Kevin O'Connor1-3/+2
2013-12-04floppy: Minor - add warnings if timeouts occur.Kevin O'Connor1-0/+3
2013-12-04Move low-level hardware writing from output.c to new file hw/serialio.c.Kevin O'Connor2-0/+97
2013-12-04ahci: alloc structs in high memoryGerd Hoffmann1-3/+3
2013-12-04ahci: remote some parenthesesGerd Hoffmann1-3/+3
2013-12-04ahci: zap real mode macrosGerd Hoffmann1-37/+37
2013-10-26megasas: Don't attempt to access 'struct pci_device' at runtime.Kevin O'Connor1-3/+3
2013-10-26Convert op->drive_g from a 16bit pointer to a 32 bit "GLOBALFLAT" pointer.Kevin O'Connor13-229/+233