summaryrefslogtreecommitdiff
path: root/sys/dev/pci
AgeCommit message (Expand)Author
2008-08-15Prefer unaligned accesses over copying the rx buffer on all archs that canChristian Weisgerber
2008-08-13Make sure that we don't sleep with a lock held, some small cleanup whileOwain Ainsworth
2008-08-13Check for zero in drm_calloc() to prevent divide-by-zero. Also rearrangeOwain Ainsworth
2008-08-13Kill file_priv->refs, it is always 1. Also move two things from theOwain Ainsworth
2008-08-13Change the drm_lock*() api to take a pointer to the struct as aOwain Ainsworth
2008-08-13idgen32 wasn't really right here. Change back to how it was, butOwain Ainsworth
2008-08-13Generate the magic id using idgen32(). While i'm here fix the locking aOwain Ainsworth
2008-08-13Kill a bunch of the drm context code that nothing uses anymore, theOwain Ainsworth
2008-08-13Add the 8139D PCI id.Brad Smith
2008-08-13regenBrad Smith
2008-08-13Add another PCI id for the Realtek 8139D chipset.Brad Smith
2008-08-12Kill dmesg spam. Since we can't guarantee that a device is capable ofOwain Ainsworth
2008-08-12VT8233+ uses a different register base for capturingJacob Meuser
2008-08-10'flus' -> 'flush', 'waitinf' -> 'waiting'. From Dawe via tech@.Kenneth R Westerback
2008-08-10Style fixes and use of tabs for the DRM bits.Brad Smith
2008-08-09MCP79 are also capable of Jumbo frames. Add the Jumbo support flag.Brad Smith
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