summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Fix usb2_poll not to return an error number as the function return value is athompsa2009-03-051-9/+5
* Add support for the single-port NetMos NM9835 serial adapter. The puc(4)jhb2009-03-052-0/+13
* Add support for the UNION interface descriptor, used by Nokia phones.thompsa2009-03-051-27/+22
* Always read/write the full 64-bit value of 64-bit BARs. Specifically,jhb2009-03-052-23/+34
* Honor the prefetchable flag in memory BARs by setting the RF_PREFETCHABLEjhb2009-03-051-2/+6
* add a sysctl to ena/dis frobbing ccasam2009-03-052-1/+22
* Now pci(4) handles PCIM_CMD_INTxDIS so there is no need to pokeyongari2009-03-051-10/+1
* The recent PCI resource allocation fixes exposed a bug where the samejhb2009-03-041-1/+60
* Remove the local management of INTx as this is now taken care of by pci.rnoland2009-03-048-32/+0
* Extend the management of PCIM_CMD_INTxDIS.rnoland2009-03-041-18/+35
* Add Mobile Action MA-620 Infrared Adapter.thompsa2009-03-042-0/+6
* - Updated firmware to latest 4.6.X release.davidch2009-03-043-13581/+13987
* Add in parsing of the disk FUNCE tuples.imp2009-03-033-16/+27
* Further refine the handling of resources for BARs in the PCI bus driver.jhb2009-03-032-82/+167
* ichwd: correct range check for timeout valueavg2009-03-031-2/+2
* Set PortMultiplier port only for SATA2 channels, where it is applicable.mav2009-03-031-2/+5
* Disable INTx when enabling MSI/MSIXrnoland2009-03-022-0/+5
* Some Apple I2C buses give the device's I2C address in a property with thenwhitehorn2009-03-021-2/+9
* Rename the ushub device class back to uhub as it was in the old usb stack,thompsa2009-03-0243-45/+45
* Move the serial drivers from Giant to using their own mutexs.thompsa2009-03-0218-65/+119
* Give controller a chance to issue Soft Reset clear command before checkingmav2009-03-011-2/+1
* Comment out enabling FIS Based Switching inside ata_ahci_issue_cmd() as itmav2009-03-011-1/+1
* Revert my ata_identify()/ata_reinit() related changes: r189166, r189091mav2009-02-289-120/+69
* A couple of style nits in the last committhompsa2009-02-282-9/+6
* - Remove the usb interface number from the device nodes as it is not needed.thompsa2009-02-284-89/+55
* Rework device probing by moving ata_getparam() call from ata_identify() tomav2009-02-287-51/+109
* Initialize the vblank structures at load time. Previously we did thisrnoland2009-02-2816-20/+44
* Add a tuneable to allow disabling msi on drm at runtime.rnoland2009-02-271-1/+5
* Copy/paste bug fix for previos commit.mav2009-02-271-1/+1
* Change the last references to PRIV_ROOT. /dev/usb used to be world writable sothompsa2009-02-272-3/+3
* Remove ic_update_mcast calls that are not implemented.thompsa2009-02-272-16/+0
* Partial sync to //depot/projects/usbthompsa2009-02-276-69/+358
* Merge rev. 188615, 188812 changes from old-USB to USB2 driver.mav2009-02-271-20/+17
* - Update copyright to 2009.davidch2009-02-273-42/+65
* Change USB over to make_dev() for all device nodes, previously it hooked intothompsa2009-02-2716-1170/+630
* For all files including net/vnet.h directly include opt_route.h andbz2009-02-271-0/+3
* Fix up some ioctl permissions issues long overlooked.rnoland2009-02-273-8/+7
* Rollback rev. 189093.mav2009-02-261-1/+0
* Unhide IDENTIFY command timeouts when verbose messages enabled.mav2009-02-261-1/+3
* Restore mtx_lock() call on ata_timeout(), dropped (I think accidentally)mav2009-02-261-0/+1
* Remove direct ata_completed() call options from ata_finish(), except for themav2009-02-264-17/+10
* Add MSI blacklisting support.mav2009-02-261-47/+76
* Don't throw away upper 32-bits of the HT MSI address window. In practicejhb2009-02-261-1/+1
* Remove unneeded variable assignment.ed2009-02-261-1/+1
* The GM45 handles vblank differently. Pull the changes from Intel in.rnoland2009-02-255-1/+25
* Remove D_NEEDGIANT.rnoland2009-02-251-1/+1
* Turn on MSI if the card supports it. There is a blacklist for chipsrnoland2009-02-253-35/+78
* Prepare the radeon driver for MSI support.rnoland2009-02-251-0/+28
* Add some vblank related debugging and replace the DRM_WAIT_ON macrornoland2009-02-251-9/+23
* This was part of a sync to the code that Intel is shipping in linux.rnoland2009-02-256-2272/+1909
OpenPOWER on IntegriCloud