summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Collapse)Author
2009-05-30Fixed parsing rules for Scope opcode, fixes panic on some HP systemsJordan Hargrave
Create default scope names ok marco@
2009-05-30Bring up raid sets that have missing memebers.Marco Peereboom
2009-05-30Check the extents exist before trying to do thingsJonathan Gray
with them in ppb_hotplug_remove(). ok kettenis@
2009-05-29register all GPIO and widget "quirks" in a bitmask instead of usingJacob Meuser
macros and codec->init_widget. now there is only only place to look to see what special handling a specific codec will get.
2009-05-29- if a codec is capable of multichannel playback, try to connectJacob Meuser
the output jacks to different DACs. - multichannel codecs often have a front headphone jack that is intended to be used separately from the multichannel jacks. if a front headphone jack exists, try to connect it to a DAC not used by the multichannel jacks.
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
Otherwise the card can mess with mbufs that have been given to the stack already. Fixes panics seen with a high rate of of small packets and POOL_DEBUG enabled. OK sthen@, chris@
2009-05-29if a control in outputs.master.slaves is muted, don't change it'sJacob Meuser
volume when outputs.master is changed
2009-05-29- try to not choose only input mixers for outputs.master.slavesJacob Meuser
- another case where a selector can be considered part of another widget factors out a mixer control and lets the volume buttons work on ajacoutot@'s x300
2009-05-29- when a widget will be considered part of a different widget, recordJacob Meuser
the node id of the "parent" widget - initialize widgets' mixer_class ealier
2009-05-28workaround a hardware bug by fixing the pci config space command registerDamien Bergamini
at attach time.
2009-05-28Add "Interrupt Disable" bit definition for the PCI Configuration SpaceDamien Bergamini
Command register. From PCI Express Base Specification Rev 2.0. Use same naming as NetBSD. Needed for wpi(4) and iwn(4).
2009-05-27regenStuart Henderson
2009-05-27add IDs for Intel 82552, RCC (Broadcom) HT-1100. from Brad.Stuart Henderson
2009-05-27allow iwn(4) to coexist with Intel Active Management Technology (AMT)Damien Bergamini
which may use WLAN too. for Intel Centrino 2 vPro only.
2009-05-26regen.Federico G. Schwindt
2009-05-26Add Quatech SSP-100 from Joerg Niendorf <p3y80 at internode dot on dot net>Federico G. Schwindt
via PR/6147. Shrink DSP225 while I'm it.
2009-05-25Add missing letoh in em(4) vlan handling, resulting in a problem onStuart Henderson
big-endian arch where vlans were in use. Fix from Brad. Problem reported and fix tested by Axton Grams, also tested by me. ok dlg@.
2009-05-25Add Dell Latitude E5500 to the mute quirk list.Robert Nagy
ok jakemsr@
2009-05-24reduce Rx ring size from 256 to 64 slots.Damien Bergamini
2009-05-24make sure the array of chars we pass aps_do_io() in aps_match() isJonathan Gray
unsigned, like all the other callers of aps_do_io in aps do.
2009-05-24Support hardware checksumming, from FreeBSD.Christian Weisgerber
Enable for IP/UDP/TCP receipt and IP transmit. Keep disabled for UDP/TCP transmit because it breaks with pf(4) rdr. ok sthen@
2009-05-24declare a variable at the start of bwi_dma_free() insteadJonathan Gray
of several times throughout the function, in and outside of a loop.
2009-05-24Mention broken cursor drawing.Marcus Glocker
2009-05-24regenMarcus Glocker
2009-05-24List product name instead chip type.Marcus Glocker
2009-05-24regenStuart Henderson
2009-05-24- rename Audiovox vendor to HyundaiStuart Henderson
- add Pantech UM175 to umsm(4) from Dan Colish on tech@; ok jsg.
2009-05-24attach to more devices.Damien Bergamini
2009-05-24regenDamien Bergamini
2009-05-2410 new RT3070/RT3072 product ids.Damien Bergamini
one new vendor id (Encore).
2009-05-24If flags to bind_page include BUS_DMA_COHERENT, set the snooped bit onOwain Ainsworth
the pte. This is currently unused, but will be used soon.
2009-05-24Instead of using magic numbers, define the bits that we set in gtt ptesOwain Ainsworth
and use those defines.
2009-05-23match on D-Link DWA-130 rev D1Jonathan Gray
2009-05-23regenJonathan Gray
2009-05-23D-Link DWA-130 rev D1.Jonathan Gray
2009-05-23Remove redefinition of ETHER_ADDR_LEN.Jonathan Gray
2009-05-23remove PCI vendor/product defines which duplicate those in pcidevsJonathan Gray
2009-05-23FALL THROUGH -> FALLTHROUGH to appease lintJonathan Gray
2009-05-23Seems I confused Mb and MB and was in too much of a rush when IJonathan Gray
added the DDR3 bits. Take into account more of the spd data and compute DDR3 module size in a way similiar to NetBSD so it comes out correctly. Tested by Olivier Cherrier and Christian Stuermer.
2009-05-22Add Unitek Y-2240. -mojMats O Jansson
2009-05-22Regen. -mojMats O Jansson
2009-05-22Yet another udl device. -mojMats O Jansson
2009-05-21The only value that d_npartitions should have is MAXPARTITIONS.Kenneth R Westerback
2009-05-21add support for BCM576x, 577xx, and some new 572x/578x devices.Stuart Henderson
from Brad; testing by phessler, naddy, myself and others on a range of older and newer devices. ok dlg@.
2009-05-21regenStuart Henderson
2009-05-21add BCM5784, from Brad.Stuart Henderson
2009-05-21Add König CMP-USBVGA10. -mojMats O Jansson