summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Support AHCI chips where the ports are not consecutively numbered as insos2007-02-152-76/+126
* Cleanup and document the implementation of firmware(9) based onluigi2007-02-156-7/+7
* Fix spurious I/O errors when under high load.scottl2007-02-152-2/+6
* It turns out that it is easier to not NULL out pccard and cardbusimp2007-02-152-15/+7
* Fix three bugs:imp2007-02-151-6/+25
* Unbreak non-H/W VLAN extraction case.yongari2007-02-151-2/+4
* Adjust the global MSI blacklisting strategy so we don't have to explicitlyjhb2007-02-141-0/+26
* - Fix an off by one error in pci_remap_msix_method() that effectivelyjhb2007-02-141-2/+10
* Catch up to MSI-X API changes. Tested with both MSI and MSI-X.jhb2007-02-141-8/+23
* Use bge_writereg_ind() to do global reset as we did before 1.159 for certainjkim2007-02-141-1/+1
* Fix two typos in comments.jkim2007-02-141-2/+2
* Fix a typo from the previous commit.jkim2007-02-141-1/+1
* Add missing 'break' that in this case is harmless.jhb2007-02-141-0/+1
* Fix compilation for statically linked snd_envy24{ht}/spicds. Use explicitariff2007-02-143-3/+3
* The return value of aac_alloc_command() was misinterpreted in aac_ioctl_event().luoqi2007-02-141-1/+1
* Fix typos in comments while I am here.jkim2007-02-132-28/+29
* Add BCM5701 A0/B0 CRC bug workaround. Magic values taken from Linux driver.jkim2007-02-123-0/+26
* Fix style(9).jkim2007-02-124-1845/+1848
* Add PHY DSP code for BCM5755M.jkim2007-02-124-1/+32
* BCM5701 PHY cannot read-modify-write. Just re-use the magic number from DSPjkim2007-02-121-4/+9
* Replace magic numbers with corresponding definitions.jkim2007-02-121-8/+8
* Rearrange the SATA connect logic so that we so that we pickup ATAPI devices.sos2007-02-121-12/+4
* add a missing piece for 2432mjacob2007-02-101-0/+1
* Putative untested 2432 (PCI-E) support.mjacob2007-02-101-1/+12
* Add support for Huawei Technologies Mobile card (3G).le2007-02-092-0/+6
* Fix problem with RTL8201L PHY. From submitter:imp2007-02-081-2/+17
* As VPD support still causes hard hangs on boot with some hardware, add arwatson2007-02-081-2/+9
* Add support for another 3G card and update man page accordingly.le2007-02-042-0/+6
* Synaptics TouchPad seems to go back to Relative Mode after the calldumbbell2007-02-041-0/+10
* Orion originally wrote and added these files in 2002/2003, so with hisjoel2007-02-042-2/+4
* Fix build (sc->dev => sc->sc_dev).flz2007-02-031-1/+1
* Add support for the NetCell NC3000/5000 series SATA RAID cards.rink2007-02-033-0/+53
* It turns out we were mallocing too early, so move the allocation so weimp2007-02-031-1/+5
* Fix memory leak of devinfopimp2007-02-031-2/+1
* Fix possible memory leaks of devinfo.imp2007-02-031-2/+2
* Fix non-use, but not memory leak, of devinfop. Set the device'simp2007-02-031-39/+22
* Fix memory leak of devinfo. The leak itself was documented inimp2007-02-031-122/+66
* Add ALTQ support for aue(4).mlaier2007-02-031-5/+7
* We need to free the ivars for the child that we just deleted.imp2007-02-031-0/+3
* Add constants for the PCIY_VENDOR (vendor-specific), PCIY_DEBUG (EHCIjhb2007-02-021-0/+22
* Remove dead email address.joel2007-02-023-3/+3
* Clean up the BSD license to match the preferred license injoel2007-02-026-17/+13
* Add a standard BSD license to these files.joel2007-02-022-5/+52
* Use bus_get_dma_tag() so iwi(4) works on platforms requiring it.kevlo2007-02-021-15/+18
* Fix huge memory leak within sound buffer (during channel destruction,ariff2007-02-012-0/+13
* Fix apparent memory leak (during vchan destruction) that was hereariff2007-02-011-0/+1
* - Add 99% of a callout based watchdog. The remaining 1% is waitinggallatin2007-01-312-30/+168
* destroy busdma maps even if they are NULL, so as to avoid leakinggallatin2007-01-311-18/+16
* Abandon using sleepable locks in favor of mutexes for mxge's if_ioctlgallatin2007-01-312-72/+83
* Put #ifndef... after the license.joel2007-01-311-2/+3
OpenPOWER on IntegriCloud