summaryrefslogtreecommitdiff
path: root/sys/dev/pci
AgeCommit message (Expand)Author
2014-01-19introduce fine grained locking around the lists of packet handlersDavid Gwynne
2014-01-19Introduce qla(4), a new driver for Qlogic fibre channel HBAs (only ISP23xxJonathan Matthew
2014-01-19hwflags is never used, so clean it upDavid Gwynne
2014-01-19replace bcmp with memcmpDavid Gwynne
2014-01-19bcopy to memcpyDavid Gwynne
2014-01-19replace bzero with memset.David Gwynne
2014-01-19all 64bit archs myx runs on support bus_space 8 things because of work iDavid Gwynne
2014-01-18instead of having every bit of glue set up and attach an identicalDavid Gwynne
2014-01-18Update the drm headers based on libdrm 2.4.51Jonathan Gray
2014-01-11regenBrad Smith
2014-01-11add some more Realtek Card Reader chipsets.Brad Smith
2014-01-10regenBrad Smith
2014-01-10Add the ULT Haswell host bridge id.Brad Smith
2014-01-10Add MSI support.Brad Smith
2014-01-09Fix the burner method, here the cookie is a pointer to rasops_info.Martin Pieuchot
2014-01-08regenBrad Smith
2014-01-08Use the same naming scheme on both sides for the Attansic entries andBrad Smith
2014-01-08Fix typo recieve -> receive.Alexander Bluhm
2014-01-07syncTheo de Raadt
2014-01-07some more devices; Alexey E. SuslikovTheo de Raadt
2014-01-07Increase the size of the bge_flags field to allow for more flags.Brad Smith
2014-01-06Recognize the ALC292Brad Smith
2014-01-05regenBrad Smith
2014-01-05Add Realtek RTS5227Brad Smith
2014-01-03regenJoel Sing
2014-01-03Fix previous commit, which clearly was not even compile tested, since itJoel Sing
2014-01-03regenBrad Smith
2014-01-03Add some newer Intel wireless PCI ids from 2000, 2030, 135, 100, 3160Brad Smith
2014-01-03Add the second 7260 PCI id.Brad Smith
2014-01-02disable MSI for Samsung XP941.Gilles Chehade
2014-01-02syncGilles Chehade
2014-01-02add vendor and productGilles Chehade
2014-01-02enable beep controls on ALC221 and ALC269 as wellJonathan Gray
2014-01-02enable beep and CD controls on ALC282Jonathan Gray
2013-12-31regenBrad Smith
2013-12-31another MCP61 idBrad Smith
2013-12-30Expand the MSI support to cover most of the remaining bge(4) chipsets with theBrad Smith
2013-12-30Enable snooping on Lynx Point-LP HD Audio.Jonathan Gray
2013-12-30Add Broadcom BCM57764, BCM57767 and BCM57787 PCI ids.Brad Smith
2013-12-30Add Broadcom BCM57764, BCM57767 and BCM57787 PCI ids.Brad Smith
2013-12-29regenMiod Vallat
2013-12-29Intel NM70Miod Vallat
2013-12-28Sync activate code sequnces to if_msk.c as much as possible, in caseTheo de Raadt
2013-12-28The few network drivers that called their children's (ie. mii PHYTheo de Raadt
2013-12-28The few network drivers that called their children's (ie. mii PHYTheo de Raadt
2013-12-23regenBrad Smith
2013-12-23Add Atheros AR9462 and AR9565Brad Smith
2013-12-22Try to keep the framebuffer console layout that was set up by the firmwareMark Kettenis
2013-12-22Add support for BCM57786,which seems to be almost indistinguishable from theMark Kettenis
2013-12-22Use the rasops_info struct as the accesscookie for wsdisplay. Simplifies theMark Kettenis