summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2014-04-18Rework the command polling loop so it can handle multiple responses in a singleJonathan Matthew
2014-04-17When iterating through fabric ports, start at our own port ID, so we canJonathan Matthew
2014-04-17Copy out all mbox registers after a mailbox operation completes.Jonathan Matthew
2014-04-17In debug output, print loop ids as decimals and port ids as 24bit hex.Jonathan Matthew
2014-04-16set ourselves up to respect the max data transfer size.David Gwynne
2014-04-16print the board name and firmware revision like we do on mpii andDavid Gwynne
2014-04-16have nvme_poll return the status bigs from the completion ringDavid Gwynne
2014-04-15i wanted to work on this in the tree so i could commit lots of smallDavid Gwynne
2014-04-15Modify the uhidev_*_report() methods to always take a report ID argumentMartin Pieuchot
2014-04-14move the hardware structures into ahcireg.h.David Gwynne
2014-04-14Always copy out all mailbox registers and use msleep in a loop to ensure thatJonathan Matthew
2014-04-13wrap a long lineTheo de Raadt
2014-04-13Fix a badly worded debug message that implied the entire machine was goingMike Larkin
2014-04-13In debug output, print loop ids as decimals and port ids as 24bit hex.Jonathan Matthew
2014-04-13perform the same ACPITZ_INIT operation as attach does, at DVACT_WAKEUPTheo de Raadt
2014-04-12simplify flag testsJonathan Gray
2014-04-12drm/ttm: don't oops if no invalidate_caches()Jonathan Gray
2014-04-12drm/radeon/atom: select the proper number of lanes in transmitter setupJonathan Gray
2014-04-12drm/radeon: TTM must be init with cpu-visible VRAM, v2Jonathan Gray
2014-04-12nvm admin command opcodesDavid Gwynne
2014-04-12start working on a driver for non volatile memory express controllers.David Gwynne
2014-04-12regenDavid Gwynne
2014-04-12fake toyDavid Gwynne
2014-04-11sync with libdrm 2.4.53Jonathan Gray
2014-04-10marking the isr as MPSAFE snuck in with r1.76.David Gwynne
2014-04-09apparently NVM is a type of mass storage nowDavid Gwynne
2014-04-09syncTheo de Raadt
2014-04-09I have seen a Hitachi ISP2100 in the wild, and next time do not wantTheo de Raadt
2014-04-09remove an abstraction that just wraps a straight malloc on attach forDavid Gwynne
2014-04-09some mild knfDavid Gwynne
2014-04-07Add MSI support for xhci(4). Also add a quirk for some of the FrescoBrad Smith
2014-04-07- Remove a enumerator for supported sensors, makes better usage of our usb api;andre
2014-04-07Use the `use_polling' hack to make sure usb_delay_ms() will notMartin Pieuchot
2014-04-07regenBrad Smith
2014-04-07Add Fresco Logic FL1400.Brad Smith
2014-04-07When iterating through fabric ports, start at our own port ID. It doesn'tJonathan Matthew
2014-04-07reduce the diff to linux for drm pci vid/pid testsJonathan Gray
2014-04-07ISP2322 chips need a different firmware image to other 2300s, so until weJonathan Matthew
2014-04-06Rework the command polling loop in a similar fashion as was done for qla(4).Mark Kettenis
2014-04-06Clear the interrupt before reading the response queue pointer register inMark Kettenis
2014-04-05set adapter buswidth according to the number of loop ids supported by theJonathan Matthew
2014-04-04Rework the command polling loop so it can handle multiple responses in a singleJonathan Matthew
2014-04-03regenMiod Vallat
2014-04-03XIRING Ximax CDC adapterMiod Vallat
2014-04-03Add the missing 6322 PCI id.Brad Smith
2014-04-03XHCI -> xHCI to be consistent with device names.Martin Pieuchot
2014-04-01Move some duplicated code implementing Linux compatibility APIs and stick itMark Kettenis
2014-03-31Slightly better debugging code.Mark Kettenis
2014-03-31Force the detach of all USB devices by disconnecting the root hubsMartin Pieuchot
2014-03-31Change the order of operations during a suspend/resume cycle andMartin Pieuchot