Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-05-30 | Fixed parsing rules for Scope opcode, fixes panic on some HP systems | Jordan Hargrave | |
Create default scope names ok marco@ | |||
2009-05-30 | Bring up raid sets that have missing memebers. | Marco Peereboom | |
2009-05-30 | Check the extents exist before trying to do things | Jonathan Gray | |
with them in ppb_hotplug_remove(). ok kettenis@ | |||
2009-05-29 | register all GPIO and widget "quirks" in a bitmask instead of using | Jacob 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 connect | Jacob 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-29 | regen | Damien Bergamini | |
2009-05-29 | PCI id for Atheros AR9285. | Damien Bergamini | |
2009-05-29 | fix confusion between number of DMA channels and number of Tx queues. | Damien Bergamini | |
2009-05-29 | Return 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-29 | if a control in outputs.master.slaves is muted, don't change it's | Jacob Meuser | |
volume when outputs.master is changed | |||
2009-05-29 | - try to not choose only input mixers for outputs.master.slaves | Jacob 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, record | Jacob Meuser | |
the node id of the "parent" widget - initialize widgets' mixer_class ealier | |||
2009-05-28 | workaround a hardware bug by fixing the pci config space command register | Damien Bergamini | |
at attach time. | |||
2009-05-28 | Add "Interrupt Disable" bit definition for the PCI Configuration Space | Damien 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-27 | regen | Stuart Henderson | |
2009-05-27 | add IDs for Intel 82552, RCC (Broadcom) HT-1100. from Brad. | Stuart Henderson | |
2009-05-27 | allow 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-26 | regen. | Federico G. Schwindt | |
2009-05-26 | Add 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-25 | Add missing letoh in em(4) vlan handling, resulting in a problem on | Stuart 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-25 | Add Dell Latitude E5500 to the mute quirk list. | Robert Nagy | |
ok jakemsr@ | |||
2009-05-24 | reduce Rx ring size from 256 to 64 slots. | Damien Bergamini | |
2009-05-24 | make sure the array of chars we pass aps_do_io() in aps_match() is | Jonathan Gray | |
unsigned, like all the other callers of aps_do_io in aps do. | |||
2009-05-24 | Support 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-24 | declare a variable at the start of bwi_dma_free() instead | Jonathan Gray | |
of several times throughout the function, in and outside of a loop. | |||
2009-05-24 | Mention broken cursor drawing. | Marcus Glocker | |
2009-05-24 | regen | Marcus Glocker | |
2009-05-24 | List product name instead chip type. | Marcus Glocker | |
2009-05-24 | regen | Stuart Henderson | |
2009-05-24 | - rename Audiovox vendor to Hyundai | Stuart Henderson | |
- add Pantech UM175 to umsm(4) from Dan Colish on tech@; ok jsg. | |||
2009-05-24 | attach to more devices. | Damien Bergamini | |
2009-05-24 | regen | Damien Bergamini | |
2009-05-24 | 10 new RT3070/RT3072 product ids. | Damien Bergamini | |
one new vendor id (Encore). | |||
2009-05-24 | If flags to bind_page include BUS_DMA_COHERENT, set the snooped bit on | Owain Ainsworth | |
the pte. This is currently unused, but will be used soon. | |||
2009-05-24 | Instead of using magic numbers, define the bits that we set in gtt ptes | Owain Ainsworth | |
and use those defines. | |||
2009-05-23 | match on D-Link DWA-130 rev D1 | Jonathan Gray | |
2009-05-23 | regen | Jonathan Gray | |
2009-05-23 | D-Link DWA-130 rev D1. | Jonathan Gray | |
2009-05-23 | Remove redefinition of ETHER_ADDR_LEN. | Jonathan Gray | |
2009-05-23 | remove PCI vendor/product defines which duplicate those in pcidevs | Jonathan Gray | |
2009-05-23 | FALL THROUGH -> FALLTHROUGH to appease lint | Jonathan Gray | |
2009-05-23 | Seems I confused Mb and MB and was in too much of a rush when I | Jonathan 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-22 | Add Unitek Y-2240. -moj | Mats O Jansson | |
2009-05-22 | Regen. -moj | Mats O Jansson | |
2009-05-22 | Yet another udl device. -moj | Mats O Jansson | |
2009-05-21 | The only value that d_npartitions should have is MAXPARTITIONS. | Kenneth R Westerback | |
2009-05-21 | add 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-21 | regen | Stuart Henderson | |
2009-05-21 | add BCM5784, from Brad. | Stuart Henderson | |
2009-05-21 | Add König CMP-USBVGA10. -moj | Mats O Jansson | |