summaryrefslogtreecommitdiff
path: root/sys/dev/pci
AgeCommit message (Expand)Author
2008-10-28make DRM_INFO() a bit less gross, though getting all the grossness out at onc...Theo de Raadt
2008-10-28#if NVLAN > 0 in one more spot.Brad Smith
2008-10-28Add the MacBookPro4,1 to the list of systems with GPIO quirks andBrad Smith
2008-10-28#include sensorsMarco Peereboom
2008-10-28Major overhaul of bio.Marco Peereboom
2008-10-28Add beginings of bio. Disabled for now.Marco Peereboom
2008-10-28Implement a workaround for stupid hw when using VLAN stripping. FramesBrad Smith
2008-10-28Remove #if NVLAN.Brad Smith
2008-10-28Some tweaks for the usage of NVLAN > 0 checks in the code.Brad Smith
2008-10-28Fix up some of the code for VLAN tagging/stripping and checksum offloadBrad Smith
2008-10-28Re-add support for RX VLAN tag stripping.Brad Smith
2008-10-28Don't need NVLAN > 0 checks around this code.Brad Smith
2008-10-28Re-add support TX VLAN tag insertion and RX VLAN tag stripping.Brad Smith
2008-10-28SiS 7012 uses different multichannel control bits (data from linux).Jacob Meuser
2008-10-28regenBrad Smith
2008-10-28More MCP79 Host bridge PCI ids.Brad Smith
2008-10-28regenBrad Smith
2008-10-28Correct MCP79 SMBus PCI id and add missing MCP79 PCI ids.Brad Smith
2008-10-27Move some include stuff aroundMarco Peereboom
2008-10-27for the AD1984 codec, connect headphones to a proper DAC.Jacob Meuser
2008-10-25audio(9) says low level drivers are allowed to change the requestedJacob Meuser
2008-10-25Add proper DAC/ADC grouping for AD1984 (from NetBSD).Jacob Meuser
2008-10-23S/PDIF output support in ac97(4), auich(4) and auvia(4)Jacob Meuser
2008-10-23enable 4 and 6 channel support.Jacob Meuser
2008-10-23Don't print redundant information in dmesg.Owain Ainsworth
2008-10-23remove some funky charactersjoshua stein
2008-10-23- new function azalia_generic_mixer_pin_sense - configures pin direction,Jacob Meuser
2008-10-23Sve power. Power down codec if it has no audio function groups.Jacob Meuser
2008-10-22Fix a typo with the VLAN code.Brad Smith
2008-10-22lot of cleanup, small fixes.Damien Bergamini
2008-10-22Re-add support TX VLAN tag insertion and RX VLAN tag stripping.Brad Smith
2008-10-22Add support TX VLAN tag insertion and RX VLAN tag stripping.Brad Smith
2008-10-22Fix a typo.Brad Smith
2008-10-21Make sure to read the last byte of EEPROM descriptor. PreviouslyBrad Smith
2008-10-21Don't bounce transmitted packets up to the BPF listeners twice.Brad Smith
2008-10-21remove unused variable 'v', unbreaks the treeFelix Kronlage
2008-10-21Re-add support for RX VLAN tag stripping.Brad Smith
2008-10-21Re-add support TX VLAN tag insertion and RX VLAN tag stripping.Brad Smith
2008-10-20- Remove sys/cdefs.h header.Brad Smith
2008-10-20oops, testing printf shouldn't have been commited.Brad Smith
2008-10-20Enable support for RX checksum offload, RX VLAN tag stripping and TXBrad Smith
2008-10-20Remove ioctl handlers for MTU changing and multicast, they're alreadyBrad Smith
2008-10-20typo, regisrers -> registersBrad Smith
2008-10-20- Remove tmp variable sumflags in ti_rxeof() and just stick the csumBrad Smith
2008-10-19Re-add support for RX VLAN tag stripping.Brad Smith
2008-10-19Re-add support for RX VLAN tag stripping.Brad Smith
2008-10-19Re-add support TX VLAN tag insertion and RX VLAN tag stripping.Brad Smith
2008-10-19Re-add support for RX VLAN tag stripping.Brad Smith
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