summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Do not ignore device interrupt if bus mastering is still active. It ismav2009-12-051-2/+1
* On Soft Reset, read device signature from FIS receive area, instead ofmav2009-12-051-3/+5
* ichsmb: drop default attachment to generic smbus hardwareavg2009-12-041-8/+0
* Fix cases where we've managed to get a Loop UP event prior to initializingmjacob2009-12-042-43/+52
* Add workaround to overcome hardware limitation which allows only ayongari2009-12-031-0/+37
* Add uhci/ehci controller ids.thompsa2009-12-032-0/+16
* Use a better check for a valid kernel stack address when capturingjkoshy2009-12-031-2/+3
* ichsmb: try attaching only to intel hardware in the default caseavg2009-12-031-2/+4
* ichsmb: add pci ids for some newer supported hardwareavg2009-12-031-0/+12
* Include <sys/sysctl.h>, to get the declarations of ostype andmarcel2009-12-021-2/+1
* ndis_scan_results() can sleep if the scan results are not ready whenjhb2009-12-021-9/+5
* T3 firmware 7.8.0 for cxgb(4)np2009-12-012-722/+739
* Fix parenthesis typo -- copy full frame pointer for userland callchain,emaste2009-12-011-1/+1
* Add media ioctl support and link notifications so that devd will attemptgibbs2009-12-011-16/+46
* Use switch out (SWO) instead of switch in (SWI) debug log mask in csw_out.emaste2009-11-301-1/+1
* Free pointer from getenv() when done with it.emaste2009-11-301-0/+1
* amdsbwd: new driver for AMD SB600/SB7xx watchdog timeravg2009-11-301-0/+431
* Merge Scott Long's latest blkfront now that the licensing issues are resolvedkmacy2009-11-302-539/+654
* Update license to reflect terms in xen 2.0 as of the time when the driver was...kmacy2009-11-302-17/+40
* Early-generation touchpads do not send periodic calibration frames fornwhitehorn2009-11-291-0/+15
* Add support for interpreting taps on ADB touchpads as a button click.nwhitehorn2009-11-283-1/+149
* Include <sys/ttydefaults.h>, instead of doing it through <sys/termios.h>.ed2009-11-281-0/+1
* Remove unneeded inclusion of <sys/termios.h>.ed2009-11-281-1/+0
* Remove unneeded includes of <sys/termios.h>.ed2009-11-282-2/+0
* Simplify the invocation of vm_fault(). Specifically, eliminate the flagalc2009-11-271-2/+1
* Add two Cirrus Logic codec IDs.mav2009-11-261-0/+10
* Drop USB mass storage devices support from ata(4). It is out of the build asmav2009-11-262-1130/+0
* MFp4:mav2009-11-264-33/+38
* Remove overuse of exclamation marks in kernel printfs, there mere fact athompsa2009-11-2635-106/+105
* Disable interrupts after doing early takeover of the usb controller in case usbthompsa2009-11-253-2/+19
* Fix typo which inversed the logic which in turn disabled MSI.yongari2009-11-251-1/+1
* Make sure one shot MSI is enabled.yongari2009-11-251-0/+2
* Fix comment typo.rwatson2009-11-251-1/+1
* - fix a LOR between process lock and pmc thread mutexfabient2009-11-241-14/+19
* BGE_FLAG_40BIT_BUG should be set before creating DMA tags.yongari2009-11-241-7/+7
* - For 350 chips, don't set various INTR bits in TX control word; turning INTRjhb2009-11-242-9/+14
* Use bus_*() rather than bus_space_*().jhb2009-11-245-39/+12
* Use only lower byte of sectors_intr IDENTIFY word as sector count.mav2009-11-241-1/+1
* MFp4:mav2009-11-244-50/+145
* remove annoying printf that cripples kdb on PV guestskmacy2009-11-241-1/+0
* fixup kernel core dumps on paravirtual guestskmacy2009-11-241-1/+1
* Actually disable interrupts in ehci_detach().thompsa2009-11-231-1/+1
* Do not attach JMicrons with single PCI function. They are not working asmav2009-11-231-0/+4
* Make the mode setting transfer asynchronous.thompsa2009-11-221-21/+46
* Reduce status block size DMAed by controller. bge(4) uses singleyongari2009-11-221-8/+26
* Add missed register change in r199676.thompsa2009-11-221-1/+1
* add support for MIDI devices without audio control stream.thompsa2009-11-221-0/+7
* Correct register access for USB device side operation on the musb controller.thompsa2009-11-221-9/+58
* Provide tunables for some of the usb sysctls that affect boot behaviour.thompsa2009-11-2210-0/+24
* Add missing function prototype in r199671.yongari2009-11-221-0/+2
OpenPOWER on IntegriCloud