summaryrefslogtreecommitdiff
path: root/sys/dev/pci
AgeCommit message (Expand)Author
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
2013-12-22format string fix: %08x instead of %p for uint32_tStefan Fritsch
2013-12-22size_t format string fixesStefan Fritsch
2013-12-21Advertise that we provide monotonic timestamps.Mark Kettenis
2013-12-21i915_gem_mmap_ioctl() should return a Linux-style negative errno value.Mark Kettenis
2013-12-21Fix locking in the page fault handler. A (somewhat malicious) userlandMark Kettenis
2013-12-20regenMatthew Dempsky
2013-12-20add virtio scsiMatthew Dempsky
2013-12-20Add vioscsi(4) driver.Matthew Dempsky
2013-12-16Switch generic drm modesetting code over to Linux-style negative errnoMark Kettenis