Age | Commit message (Expand) | Author |
2010-07-19 | acpi_delay() is no longer needed; ok jordan | Theo de Raadt |
2010-07-19 | Lilliput UM-70 uses the newer DL1x5 chipset. -moj | Mats O Jansson |
2010-07-19 | * don't round blocksize to multiples of 16; can cause problems when | Jacob Meuser |
2010-07-19 | add a quirk to allow attaching devices which claim to have a vendor | Jacob Meuser |
2010-07-19 | sync | Jacob Meuser |
2010-07-19 | Creative Labs/E-MU 0202 USB | Jacob Meuser |
2010-07-19 | move audio specific quirks out of usb_quirks and into uaudio | Jacob Meuser |
2010-07-18 | Support from vblank events in drm. | Owain Ainsworth |
2010-07-18 | Clear event status on resume, to avoid going back to sleep/reboot/shutdown | Mike Larkin |
2010-07-18 | regen | Mark Kettenis |
2010-07-18 | Another PLX PCI Express switch. | Mark Kettenis |
2010-07-18 | regen | Mark Kettenis |
2010-07-18 | Add missing Core i3/i5 PCIe bridge. Fix entries for the 5-series/3400 chipset | Mark Kettenis |
2010-07-18 | Kill inconsequential dead store. | Owain Ainsworth |
2010-07-18 | Radeon HD4670, from Henry Precheur; thanks! | Owain Ainsworth |
2010-07-18 | Radeon HD4200 (needs a newer radeon X driver than in tree though), | Owain Ainsworth |
2010-07-18 | Repair Gdium support. | Miod Vallat |
2010-07-18 | Give each device on the bus full openings. | Michael Knudsen |
2010-07-18 | Add support for Winbond/Nuvoton W83627DHG-P. | Mark Kettenis |
2010-07-17 | Move some macros in <msdosfs/denode.h> to outside the #ifdef _KERNEL | Philip Guenthe |
2010-07-17 | Wrap kernel function declarations in #ifdef _KERNEL to eliminate warnings | Philip Guenthe |
2010-07-17 | Correct value of DBL_MIN and DBL_MAX to match <sys/limits.h> | Miod Vallat |
2010-07-17 | use the correct block ack structure when building an ADDBA response. | Damien Bergamini |
2010-07-17 | Drop 3rd and 4th clauses from David Young's license. | Damien Bergamini |
2010-07-16 | We never create or destroy pmaps from interrupt context, so wrapping the | Mark Kettenis |
2010-07-16 | gc sc_lock. it is unused. ioctl commands can run concurrently now that | David Gwynne |
2010-07-15 | when mpii(4) gets an async event (ie, sas topology change or | David Gwynne |
2010-07-15 | According to Linux ath9k, the AR9280 1.0 was never sold. | Damien Bergamini |
2010-07-15 | remove dead code (AR9286 1.1 does not really exist.) | Damien Bergamini |
2010-07-15 | sync ar5008_bb_load_noisefloor() with ar9003_bb_load_noisefloor(). | Damien Bergamini |
2010-07-15 | fix PDADC value for target index (AR5008 family only.) | Damien Bergamini |
2010-07-15 | On AR9285, the antCtrlCommon ROM field may have the upper 16 bits set. | Damien Bergamini |
2010-07-15 | sync initialization values for AR9160 and AR9280 with ath9k. | Damien Bergamini |
2010-07-15 | Remove initialization values for chips that never made it into production: | Damien Bergamini |
2010-07-15 | knock out MetaGeek Wi-Spy 2.4i from attaching to uhid. | Stuart Henderson |
2010-07-15 | sync | Stuart Henderson |
2010-07-15 | add MetaGeek Wi-Spy 2.4i | Stuart Henderson |
2010-07-15 | Correct function in panic string. From Christophe Fillot | Claudio Jeker |
2010-07-15 | m_getptr(m, 0, ...) may return an mbuf different from m -- if m has no | Claudio Jeker |
2010-07-15 | * Comment poll support in conf.h | Marcus Glocker |
2010-07-15 | add two new members to structs audio_encoding and audio_prinfo. | Jacob Meuser |
2010-07-15 | limit the pools from 14 bits down. We cannot use PAGE_SIZE because it | Theo de Raadt |
2010-07-15 | the uvm_km_putpage is calling into tangly uvm guts again on not pmap direct. | Ted Unangst |
2010-07-14 | implement poll() for video(4) | Jacob Meuser |
2010-07-14 | The append side of a socketbuffer is not allowed to call sbflush(). | Claudio Jeker |
2010-07-14 | In urndis_decap(), delay the memcpy() for as long as possible. There is | Michael Knudsen |
2010-07-14 | urndis_newbuf() is only called with NULL as it's third argument so just | Michael Knudsen |
2010-07-14 | Newer 8168x and 810x chipsets have a different way of stopping the chipset. | Christian Weisgerber |
2010-07-14 | Let vga_pci.c build in kernel configs without acpi. ok kettenis@ | Matthieu Herrb |
2010-07-14 | Eliminate some unused malloc(9) type defines. Also get rid of the | Matthew Dempsky |