summaryrefslogtreecommitdiff
path: root/sys/dev/pci
AgeCommit message (Expand)Author
2008-08-08syncDamien Bergamini
2008-08-08PCI IDs for Intel WiFi Link 5000 series (5100, 5300, 5350).Damien Bergamini
2008-08-02Make the drm attach messages a lot prettier.Owain Ainsworth
2008-08-02make the drm unsupported printf more in line with how the rest of themOwain Ainsworth
2008-07-31Wait much longer for clock stabilization.Damien Bergamini
2008-07-30Check and clear the bus space mapping size instead of the bus spaceBrad Smith
2008-07-30fix up a few free -> drm_free() cases that were missed before.Owain Ainsworth
2008-07-29Update to DRM git.Owain Ainsworth
2008-07-29Add an ugly hack to disable DMA on the Tadpole SPARCLE laptop. It doesn'tMark Kettenis
2008-07-29Switch all instances of malloc/free in the DRM to drm_alloc, drm_freeOwain Ainsworth
2008-07-29Stricter bounds checking for values controlling loops or memory allocations,Miod Vallat
2008-07-29Check for multiplication overflow in drm_calloc(). ok oga@Miod Vallat
2008-07-29- fix FIFO overruns on PCI-E chipsets by setting the DMA sizeReyk Floeter
2008-07-28syncReyk Floeter
2008-07-28revert AR5416 PCIE to AR5418, the product description is clear aboutReyk Floeter
2008-07-28regenMark Kettenis
2008-07-28Name PLX PEX devices a bit more consistently, and keep them sorted inMark Kettenis
2008-07-28regenJonathan Gray
2008-07-28Add devices from submitted dmesgs and some VX800 bits.Jonathan Gray
2008-07-28syncReyk Floeter
2008-07-28new atheros PCI Ids for the ar9k chipsets, change AR5418 to be AR5416 PCIE.Reyk Floeter
2008-07-28syncTheo de Raadt
2008-07-283 plx devices found on Sun T2 systemsTheo de Raadt
2008-07-24dont need malloc.h anymore; plus two tiny whitespace fixesThordur I. Bjornsson
2008-07-23regenBrad Smith
2008-07-23Attansic L1E PCI id.Brad Smith
2008-07-23syncMarcus Glocker
2008-07-23Unbreak the tree.Marcus Glocker
2008-07-23syncTheo de Raadt
2008-07-23new ati goo; giovanniTheo de Raadt
2008-07-22more negotation -> negotiation; ok sthen@Martynas Venckus
2008-07-21syncDamien Bergamini
2008-07-21rename rt2860 pci ids to match with reality.Damien Bergamini
2008-07-21instead of passing rx tstamp and rssi to the ieee80211_input function,Damien Bergamini
2008-07-21cleanup - we don't have resource structureKevin Lo
2008-07-20On TI cardbus bridges, enable PCI interrupt routing if the device has notMark Kettenis
2008-07-18o Use mbufs, for the RX ring, instead of malloc()'ing an MCLBYTES sized buffer.Thordur I. Bjornsson
2008-07-18syncReyk Floeter
2008-07-18Add Belkin Wireless G Notebook Card F5D7010 (rtw(4) RTL8185-based)Reyk Floeter
2008-07-17Add a flag and allow the driver to identify the BCM5788 chipsets. They'reBrad Smith
2008-07-17Remove clause 3 from NetBSD license.Joel Sing
2008-07-17Increase the size of the diskinfo struct, which has grownJonathan Gray
2008-07-16Enable the read DMA engine's PCI read request burst length long burstBrad Smith
2008-07-15Backout rev 1.162. This change made us muck with with pci config space atMark Kettenis
2008-07-15Remove some debug code that i forgot to remove in a previous commit.Owain Ainsworth
2008-07-15theres no need too m_adj() the mbuf by 8bytes (u_int64_t) inThordur I. Bjornsson
2008-07-12Right now agp_generic_enable() is wrong. It has been since 2006. ItOwain Ainsworth
2008-07-11remove an unused function. ok jsg@Kevin Lo
2008-07-10move a common statement out of if/else;Thordur I. Bjornsson
2008-07-10the DRM_{READ,WRITE}$NUMBER() macros currently useOwain Ainsworth