summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2010-07-19* don't round blocksize to multiples of 16; can cause problems whenJacob Meuser
2010-07-19add a quirk to allow attaching devices which claim to have a vendorJacob Meuser
2010-07-19syncJacob Meuser
2010-07-19Creative Labs/E-MU 0202 USBJacob Meuser
2010-07-19move audio specific quirks out of usb_quirks and into uaudioJacob Meuser
2010-07-18Support from vblank events in drm.Owain Ainsworth
2010-07-18Clear event status on resume, to avoid going back to sleep/reboot/shutdownMike Larkin
2010-07-18regenMark Kettenis
2010-07-18Another PLX PCI Express switch.Mark Kettenis
2010-07-18regenMark Kettenis
2010-07-18Add missing Core i3/i5 PCIe bridge. Fix entries for the 5-series/3400 chipsetMark Kettenis
2010-07-18Kill inconsequential dead store.Owain Ainsworth
2010-07-18Radeon HD4670, from Henry Precheur; thanks!Owain Ainsworth
2010-07-18Radeon HD4200 (needs a newer radeon X driver than in tree though),Owain Ainsworth
2010-07-18Give each device on the bus full openings.Michael Knudsen
2010-07-18Add support for Winbond/Nuvoton W83627DHG-P.Mark Kettenis
2010-07-16gc sc_lock. it is unused. ioctl commands can run concurrently now thatDavid Gwynne
2010-07-15when mpii(4) gets an async event (ie, sas topology change orDavid Gwynne
2010-07-15According to Linux ath9k, the AR9280 1.0 was never sold.Damien Bergamini
2010-07-15remove dead code (AR9286 1.1 does not really exist.)Damien Bergamini
2010-07-15sync ar5008_bb_load_noisefloor() with ar9003_bb_load_noisefloor().Damien Bergamini
2010-07-15fix PDADC value for target index (AR5008 family only.)Damien Bergamini
2010-07-15On AR9285, the antCtrlCommon ROM field may have the upper 16 bits set.Damien Bergamini
2010-07-15sync initialization values for AR9160 and AR9280 with ath9k.Damien Bergamini
2010-07-15Remove initialization values for chips that never made it into production:Damien Bergamini
2010-07-15knock out MetaGeek Wi-Spy 2.4i from attaching to uhid.Stuart Henderson
2010-07-15syncStuart Henderson
2010-07-15add MetaGeek Wi-Spy 2.4iStuart Henderson
2010-07-15* Comment poll support in conf.hMarcus Glocker
2010-07-15add two new members to structs audio_encoding and audio_prinfo.Jacob Meuser
2010-07-14implement poll() for video(4)Jacob Meuser
2010-07-14In urndis_decap(), delay the memcpy() for as long as possible. There isMichael Knudsen
2010-07-14urndis_newbuf() is only called with NULL as it's third argument so justMichael Knudsen
2010-07-14Newer 8168x and 810x chipsets have a different way of stopping the chipset.Christian Weisgerber
2010-07-14Let vga_pci.c build in kernel configs without acpi. ok kettenis@Matthieu Herrb
2010-07-14SCSI HBA drivers need to report success/error through xs, not xs->bp.Matthew Dempsky
2010-07-13use PHY semaphore on 8275/82576 adapters in addition to 80003es2lan.Jonathan Gray
2010-07-13delete unnccessary includeTheo de Raadt
2010-07-13rename some thread related interfaces so they are logicalTheo de Raadt
2010-07-13Do not put a data buffer on the stack; malloc it (we will use dma_allocTheo de Raadt
2010-07-13Fix dmesg printing.Mark Kettenis
2010-07-13Fix a broken mask for core temperature 1 and 2, and bias properly for degC.Mike Larkin
2010-07-10Reduce the delays a bit in the miibus read/write routines.Christian Weisgerber
2010-07-10whitespace cleanup from Brad, no change with diff -wStuart Henderson
2010-07-10Verify _ADR bdf is correct (some systems return 0xffff)Jordan Hargrave
2010-07-09rewrite the polling codepath in mpii.David Gwynne
2010-07-09Clear the noiseJordan Hargrave
2010-07-093 more JEDEC JC-42.4 sensors are the marketTheo de Raadt
2010-07-09- Setup proper mbuf pool watermarks for BCM5717 / BCM57765 chipsets.Stuart Henderson
2010-07-08Add mapping for ACPI device to PCI bdf (match autoconf tree)Jordan Hargrave