summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* s/WHETHERIN/WHETHER IN/ & s/THEPOSSIBILITY/THE POSSIBILITY/ in thejoel2007-01-311-2/+2
* Minor updates:gallatin2007-01-302-3/+20
* Clean up the BSD license to match the preferred license injoel2007-01-2810-138/+160
* Add support for serial communication with Windows CE based Handheld Computer.takawata2007-01-281-0/+383
* Add some vendor IDs mainly from NetBSD.takawata2007-01-281-0/+5
* Add speaker control for HP xw4300. This hardware doesn't respond toariff2007-01-281-2/+17
* Add the SMART command to the ATA instruction set.remko2007-01-271-0/+1
* Rearrange locking order to avoid LOR (cat /dev/midistat).ariff2007-01-271-3/+9
* Massive inlining cleanups/removal to make it survive on WARNS=2.ariff2007-01-271-92/+90
* Reduce maximum DMA segments from 128 to 64. We don't need more than that.ariff2007-01-271-1/+1
* Total DMA segments should include total number of record channel(s).ariff2007-01-261-1/+1
* Fix forever broken ua_chan_setblocksize() uninitialized return valueariff2007-01-261-7/+13
* Sync uaudio_sndstat_prepare_pcm() output with sndstat_prepare_pcm() to getariff2007-01-261-4/+12
* Add missing MIIBUS_MEDIAINIT() call.dwhite2007-01-261-0/+1
* Collapse 5706C and 5708C PHYs into one entry. ID 0x15 is actually used fordwhite2007-01-262-3/+1
* Add support for SERDES PHY configurations. These are commonly found indwhite2007-01-261-43/+13
* Whoops- #ifdef problem caused uninitialized transport. Not horriblymjacob2007-01-251-1/+1
* The TCP checksum offload handling in the 8111B/8168B and 8101E PCIe canwpaul2007-01-251-1/+6
* Add missing function trace for debug prints.njl2007-01-231-0/+2
* Remove a PCI ID entry that conflicts with the AMR driver.scottl2007-01-231-1/+0
* It seems that enabling Tx and Rx before setting descriptor DMAyongari2007-01-231-15/+17
* Clean up some of the various platform and release specific dma tagmjacob2007-01-233-47/+36
* Expand the MSI/MSI-X API to address some deficiencies in the MSI-X support.jhb2007-01-229-27/+206
* Change the remainder of the drivers for DMA'ing devices enabled in themarius2007-01-2114-39/+56
* Correct a logic bug in the previous change.marius2007-01-211-1/+1
OpenPOWER on IntegriCloud