summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2014-04-21In qla_get_port_name_list, handle malloc failure, skip special fabric ports,Jonathan Matthew
2014-04-20regenStefan Sperling
2014-04-20Add device ID for Ralink (now branded Mediatek) MT7601 USB wifi deviceStefan Sperling
2014-04-20Update hotplug. Add qle_get_port_name_list, use it to discover localJonathan Matthew
2014-04-19kill checksum offloading in sk.Henning Brauer
2014-04-19sigh, another driver fiddling with altq outside #ifdef ALTQHenning Brauer
2014-04-19another questionable "optimization": de used tulip_ifstart_one insteadHenning Brauer
2014-04-18For the WSDISPLAY_COMPAT_USL protocol, send the synchronizing signals toPhilip Guenther
2014-04-18reaching into altq unconditionally (and w/o ifdef ALTQ) is bad, mmkay?Henning Brauer
2014-04-18Have each thread keeps its own (counted!) reference to the process's ucredsPhilip Guenther
2014-04-18Also match RTS5227 in rtsx(4). Works for me on the THinkPad X240.Claudio Jeker
2014-04-18Implement qle_fabric_plogo and let qle_fabric_plogi look at the response thatJonathan Matthew
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