aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Add ADB support. This provides support for the external ADB bus on the PowerMacNathan Whitehorn2008-10-267-0/+1856
* drm/i915: fix ioremap of a user address for non-root (CVE-2008-3831)Robert Noland2008-10-251-1/+1
* Add an entry for the "SIIG Cyber 4 PCI 16550", which is a four-port cardDag-Erling Smørgrav2008-10-251-0/+6
* Fix spelling in comment.Alexander Motin2008-10-251-1/+1
* Use auto-negotiation for manual media type selection. This fixesPyun YongHyeon2008-10-251-1/+2
* Add a driver for flash memory that implements to the Common FlashMarcel Moolenaar2008-10-255-0/+973
* Make the driver compile on FBSD6 as well.Nick Hibma2008-10-241-2/+6
* Add MSI support.Alexander Motin2008-10-241-1/+6
* Bump the revision after the latest commits.Alexander Motin2008-10-241-1/+1
* Add some special handeling for AD1981HD codec. It has very unusual designAlexander Motin2008-10-241-0/+18
* Add U3G_DEBUG to LINTNick Hibma2008-10-241-0/+1
* - Bugfix: Only claim interface after having checked all endpoints. ThisNick Hibma2008-10-241-42/+40
* Fix a number of style issues in the MALLOC / FREE commit. I've tried toDag-Erling Smørgrav2008-10-234-17/+15
* Replace calls to minor() with dev2unit(). Ed already fixed this once,Robert Noland2008-10-232-2/+2
* This check is invalid and I disabled it once already. I accidentallyRobert Noland2008-10-231-6/+4
* Update to Myri10GE Firmware 1.4.36.Andrew Gallatin2008-10-234-32592/+32702
* Don't include <sys/clist.h> inside ucom(4) and ufoma(4).Ed Schouten2008-10-232-2/+0
* Fix detaching of uart(4) devices.Ed Schouten2008-10-231-0/+13
* Add Intel ICH10 and SCH HDA controllers PCI IDs.Alexander Motin2008-10-231-0/+4
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).Dag-Erling Smørgrav2008-10-2313-70/+62
* Correct PHY description and OUI of VSC8211. Previously VSC8211 wasPyun YongHyeon2008-10-232-3/+3
* Remove a comment that belonged to a deleted if statement.Nick Hibma2008-10-221-1/+0
* Fix build with PPC_PROBE_CHIPSET enabled.John Baldwin2008-10-221-10/+13
* Fix build breakage.John Baldwin2008-10-222-3/+4
* Remove the debug flag.Nick Hibma2008-10-221-1/+0
* Add a device ID for the Ovation MC950D (Novatel Wireless HSUPA modem).Nick Hibma2008-10-211-0/+1
* Add HDA multimedia subclass.Alexander Motin2008-10-212-0/+2
* Add "SD host controller" subclass name.Alexander Motin2008-10-211-0/+1
* Import sdhci (PCI SD Host Controller) driver.Alexander Motin2008-10-212-0/+1720
* Restore the default maximum segment size for the bus dma tag to 64k as itJohn Baldwin2008-10-211-1/+1
* Several cleanups to remove the need for explicit unit numbers and a fewJohn Baldwin2008-10-2116-194/+156
* Remove unused age_txdqKevin Lo2008-10-211-2/+0
* No need to sync descriptors twice in age_rxintr()Kevin Lo2008-10-211-6/+0
* Make HDA PCM device boot and sndstat messages more alike to PCI device ones.Alexander Motin2008-10-201-5/+21
* Tune boot messages a bit.Alexander Motin2008-10-201-4/+4
* fix static key wep; r183248 caused drivers to be called for keys to beSam Leffler2008-10-191-1/+2
* Coalesce sequentional BIO_DELETE requests to slightly relax size and alignmentAlexander Motin2008-10-181-8/+23
* Implement BIO_DELETE command with MMC and SD erase commands.Alexander Motin2008-10-184-149/+333
* - For chipsets that can't do 64k transfers, fall back to 32k transfersJohn Baldwin2008-10-174-5/+5
* Wireless Mouse device of Sony VGP-WRC1 mouse/keyboard receiver has theBrooks Davis2008-10-172-0/+3
* Track number of packets transmitted and number of packets receivedKip Macy2008-10-171-1/+6
* Some 88E1149 PHY's page select is initialized to point to otherPyun YongHyeon2008-10-171-0/+14
* Rewrite the driver to better support the Huawei devices. It should now supportNick Hibma2008-10-153-250/+292
* Use bus_{read,write}_4(9) instead of bus_space_{read,write}_4(9)Marius Strobl2008-10-142-10/+3
* Use xpt_register_async() in order to remove code duplication.Marius Strobl2008-10-141-7/+3
* Add all Sigmatel/IDT codecs I could find.Alexander Motin2008-10-141-12/+93
* Remove the 'old' Novatel MC950D entry which was slightly incorrect, NetBSD hasAndrew Thompson2008-10-141-1/+0
* Rewrite Synaptics touchpads support with the following goals in mind:Jean-Sébastien Pédron2008-10-141-172/+979
* Add back in the (incorrect) entry for the MC950D, as requested by AndrewNick Hibma2008-10-141-0/+1
* Convert PowerPC AIM PCI and nexus busses to standard OFW bus interface. ThisNathan Whitehorn2008-10-141-7/+5