summaryrefslogtreecommitdiff
path: root/sys/dev/pci
AgeCommit message (Expand)Author
2008-10-17Fix permissions on the DRM_I915_HWS_ADDR ioctl, should be master only.Owain Ainsworth
2008-10-16Switch the existing TX VLAN hardware support over to having theChristian Weisgerber
2008-10-16Add S/PDIF support. From NetBSD.Jacob Meuser
2008-10-16Convert RX tag stripping to storing the tag in the mbuf header andChristian Weisgerber
2008-10-16Add ICH10.Brad Smith
2008-10-16Some pins are not connected and dead-end. This diff removes such pinsJacob Meuser
2008-10-16regenBrad Smith
2008-10-16Correct the existing Intel E4500 entries so they're properly named E5400Brad Smith
2008-10-15Fix list_for_each_safe compat marco. It currently skips the last entry.Owain Ainsworth
2008-10-15Second pass of simple timeout_add -> timeout_add_sec conversionsBret Lambert
2008-10-14Change m_devget()'s outdated and unused "offset" argument: It isChristian Weisgerber
2008-10-14remove C99/C++ style commentsJonathan Gray
2008-10-14Don't be so pessimistic about the prospects of getting aJonathan Gray
2008-10-13Almost complete rewrite of iwn(4).Damien Bergamini
2008-10-12if converters in a group are not needed to satisfy the requirementsJacob Meuser
2008-10-12add azalia_codec_disconnect_stream(), a function to direct allJacob Meuser
2008-10-12If re_attach() fails at any point make sure to disestablish variousBrad Smith
2008-10-11Fix various printf constructs either missing arguments or format specifiers.Miod Vallat
2008-10-10Enable PCIe snooping on the remaining ATI/NVIDIA chipsets.Brad Smith
2008-10-10missing spl() for codec command setting/retrievalJacob Meuser
2008-10-08syncDamien Bergamini
2008-10-08new PCI ID for Intel WiFi Link 5350.Damien Bergamini
2008-10-07Kill a bunch of #ifdef freebsd/netbsd code in *_drv.c. No binary change.Owain Ainsworth
2008-10-07Kill the linux-ready negative return codes in ``shared'' code. We handleOwain Ainsworth
2008-10-07Move dev->driver over to being a pointer to a const struct, instead of stupidlyOwain Ainsworth
2008-10-07If we fail to read the MAC address from the eeprom, fallback to readingJoel Sing
2008-10-06regenJonathan Gray
2008-10-06Add some devices from submitted dmesgs.Jonathan Gray
2008-10-06syncTheo de Raadt
2008-10-06another geforceTheo de Raadt
2008-10-05Detect if the adapter is a PCIe adapter and set the RL_FLAG_PCIE flagBrad Smith
2008-10-05Always update published link state even if the internal link state doesn'tMark Kettenis
2008-10-04regenMark Kettenis
2008-10-04Some AMD RS780 IDs (same as those listed under ATI).Mark Kettenis
2008-10-02First step towards cleaning up the Ethernet driver ioctl handling.Brad Smith
2008-10-02according to the alsa driver for these devices, the hardware providesJacob Meuser
2008-10-02backout Tadpole specific non-dma workaround commited in 1.287, since itTheo de Raadt
2008-10-02Add the IBM 4810 ("SurePOS 300 Series") SCC to support the four additionalMarc Balmer
2008-10-02sync.Marc Balmer
2008-10-02Add IDs for the IBM 4810 BSP (Base System Peripherals) and SCC (SimpleMarc Balmer
2008-09-30style nits.Brad Smith
2008-09-29Put back the ``address'' field to struct drm_buf, this allows machdrm toOwain Ainsworth
2008-09-29Fix mmap to always return the right value in the error path. While i'mOwain Ainsworth
2008-09-29always need the vlan includes; ok jsgTheo de Raadt
2008-09-27remove a debug printf that is no longer requiredJonathan Gray
2008-09-26Attach agp(4) to the Intel Q35 integrated video.Mike Belopuhov
2008-09-26Add drivers for the JMicron JMC250/JMC260 Ethernet controllersJonathan Gray
2008-09-25remove dead stores.Charles Longeau
2008-09-25remove dead stores and newly created unused variable.Charles Longeau
2008-09-25remove dead store.Charles Longeau