summaryrefslogtreecommitdiff
path: root/sys/dev/pci
AgeCommit message (Expand)Author
2009-06-04move redundant bus_dmamap_sync calls outside an if/else block.Stuart Henderson
2009-06-04Match em(4) against all the newer chips (82575/6) and treat them all theClaudio Jeker
2009-06-04SyncClaudio Jeker
2009-06-04Id of another 82576 controller found in the freebsd driver.Claudio Jeker
2009-06-04enable IPv6 receive TCP/UDP checksum offload for the 5755 and later chips;Christian Weisgerber
2009-06-04replace the cumbersome macros that check for chip revisions with quirk flagsChristian Weisgerber
2009-06-03Make sure to fail WSDISPLAYIO_[GS]ETPARAM if it is not handled.Miod Vallat
2009-06-03rename some macros for more consistent naming; from BradChristian Weisgerber
2009-06-03Add support for the newer 82575 and maybe 82576 chips. The cards work moreClaudio Jeker
2009-06-03Whack conflicting BARs, such that they get assigned a non-conflicting valueMark Kettenis
2009-06-03set IFF_ALLMULTI properly also when in promiscuous mode and someChristian Weisgerber
2009-06-03register bit definitions instead of magic numbers;Christian Weisgerber
2009-06-03ansi function decls, no binary change.Jonathan Gray
2009-06-03Add acpivideo support. This adds brightness support for all laptopsPaul Irofti
2009-06-02The two "firmware" arrays only contained 16 bit values, but were beingTheo de Raadt
2009-06-02make rl at pci detachable; untested.Jonathan Gray
2009-06-02Make fxp at pci detachable; untested.Jonathan Gray
2009-06-02do not leak mbufs in the Rx path in case hardware decryption failed.Damien Bergamini
2009-06-02make sure the channel's subband is found in iwn4965_set_txpower().Damien Bergamini
2009-06-02make dc at pci detachable; untested.Jonathan Gray
2009-06-02let atw at pci be detachable; untested.Jonathan Gray
2009-06-02Drop an argument to DRM_ERROR() that was both unmatched and superfluousPhilip Guenthe
2009-06-02replace custom macro sizeofa() with nitems()Reyk Floeter
2009-06-02Fix some minor format string problems found in a maze of false positivesTheo de Raadt
2009-06-02Do not go one bar too far down the road; found by Parfait; ok ogaTheo de Raadt
2009-06-02make xl at pci detachable.Jonathan Gray
2009-06-02Set flags on the recently added CardBus ids based onJonathan Gray
2009-06-02Add more CardBus ids to PCI attachments to cope withJonathan Gray
2009-06-02minor tidying; from Brad; ok sthen@Christian Weisgerber
2009-06-02"Add a macro to define the newer generation of bge(4) chipsets. SimplifiesStuart Henderson
2009-06-02Add CardBus devices to the match list.Jonathan Gray
2009-06-02Make rtw at pci detachable.Jonathan Gray
2009-05-31Remove BUS_DMAMEM_NOSYNC definition. Its name is not consistent withMiod Vallat
2009-05-31indentTheo de Raadt
2009-05-31doubled error messages are sillyTheo de Raadt
2009-05-31Add SCH IDE support code.Jonathan Gray
2009-05-31zap _generic from the names of several functions. there are noJacob Meuser
2009-05-31- all codecs now use the same functions, always. call the functionsJacob Meuser
2009-05-31remove special handling for STAC9225 (aka STAC7661). it was justJacob Meuser
2009-05-30Check the extents exist before trying to do thingsJonathan Gray
2009-05-29register all GPIO and widget "quirks" in a bitmask instead of usingJacob Meuser
2009-05-29- if a codec is capable of multichannel playback, try to connectJacob Meuser
2009-05-29regenDamien Bergamini
2009-05-29PCI id for Atheros AR9285.Damien Bergamini
2009-05-29fix confusion between number of DMA channels and number of Tx queues.Damien Bergamini
2009-05-29Return the RX descriptor after pointing it to the new mbuf.Marco Pfatschbacher
2009-05-29if a control in outputs.master.slaves is muted, don't change it'sJacob Meuser
2009-05-29- try to not choose only input mixers for outputs.master.slavesJacob Meuser
2009-05-29- when a widget will be considered part of a different widget, recordJacob Meuser
2009-05-28workaround a hardware bug by fixing the pci config space command registerDamien Bergamini