summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* When a process is de-configuring a log file, also stop all of itsjkoshy2006-03-092-5/+8
* correct ni_txrate when using a fixed rate; fixes current rate reportingsam2006-03-091-1/+4
* ATA_USB will need to hook into the delayed boot identify to havesos2006-03-082-1/+2
* Always read the TOC in acd_read_toc even if MEDIA_CHANGED wasn't set.sos2006-03-081-3/+0
* Bail out of afd_sense if ENODEV.sos2006-03-081-3/+7
* Clean up the way we handle auxiliary commands for a given ddb commandjhb2006-03-071-1/+1
* Disable 802.11e support for now. Did some cleanup while I'm here.damien2006-03-071-4/+2
* Add a serial number for requests so we don't just depend on a request pointermjacob2006-03-073-9/+18
* Poll device for readiness before trying to get geometry etc.sos2006-03-071-3/+6
* Only look for ICRC and CORR errors on ATA devices not ATAPI.sos2006-03-071-1/+1
* Add another inverted amplifier sense quirk for Kvazar-Micro Senator 3592XT.ariff2006-03-071-0/+1
* Fix the build. %ju prints uintmax_t not unsigned long long (which ismlaier2006-03-061-3/+3
* Fix include paths to make this compile.silby2006-03-053-10/+10
* Add USB modes.sos2006-03-051-0/+3
* Import microcodes for RT2561, RT2561S and RT2661 chipsets.damien2006-03-051-0/+2268
* Add support for the second (RT2561/RT2561S) and third (RT2661 MIMO XR)damien2006-03-059-1296/+4814
* Update atapi-fd to support direct devices such as disks.sos2006-03-054-69/+101
* When we get an unknown ATAPI comand, try it even if it is not listed,phk2006-03-051-2/+4
* Add another inverted amplifier sense quirk for Sony VAIO Type T.ariff2006-03-051-0/+1
* turn some WARNs for unknown events into INFOsmjacob2006-03-041-2/+2
* Take the functionality contained in the former "options TDFX_LINUX"yar2006-03-032-38/+88
* Correctly switch IFCAP_VLAN_HWTAGGING on and off.glebius2006-03-031-6/+12
* micro fix from justinmjacob2006-03-031-3/+3
* Fix endian bugs accessing ioctl arguments that are passed by value.emax2006-03-031-13/+13
* Provide ability to disable kbdmux(4) with the hint.kbdmux.0.disabled="1" hint.emax2006-03-011-0/+4
* Update low-level code. (to version 1.4)rik2006-03-012-4229/+4247
* Work around the deadlock that occours when ATA waits for the taskqueuesos2006-03-012-7/+24
* Big update to the iir driver:scottl2006-03-013-170/+169
* Don't free ifaces yet, should fix a panicimp2006-03-011-1/+0
* Integrate kbdmux(4) into syscons(4) and kbd code.emax2006-02-282-4/+66
* Fix mpt_reset to try mpt_hard_reset more than once, and to trymjacob2006-02-282-43/+86
* Make ukbd(4) to not delay break scancodes in "raw" mode.emax2006-02-281-3/+1
* Plug memory leakemax2006-02-271-0/+4
* Since we set the decription, we don't need to also print it. Noticed by: ru@imp2006-02-271-2/+0
* Don't forget to free the ifaces when we free the ivarsimp2006-02-271-1/+3
* backout 1.136 until we can resolve report that it causes output to stallsam2006-02-272-42/+18
* Disable custom locking in the vkbd(4) for now and make it rely on theemax2006-02-271-2/+20
* Add the Tripp-Lite U209-000-R serial adapter.iedowse2006-02-272-0/+5
* Remove the ill-considered effect of using the type definitions asmjacob2006-02-263-38/+55
* propagate role of device for ISP_GET_PDBINFOmjacob2006-02-261-0/+1
* The UQ_OPEN_CLEARSTALL entry added in revision 1.48 is no longeriedowse2006-02-261-2/+0
* Repo copy de driver to dev/de, and adjust.imp2006-02-262-5/+5
* Shorten the time for waiting for TMF commands to complete- let'smjacob2006-02-261-4/+11
* a) Delay for port enable to succeed should be 30 seconds (at least) formjacob2006-02-261-4/+2
* Save and restore the data toggle value when a pipe to an endpointiedowse2006-02-265-3/+12
* Put a comment, explaining why kbdmux(4) had to be fixed.emax2006-02-251-3/+12
* Fix hard lockup caused by kbdmux(4) when kbdmux(4), PS/2 keyboardemax2006-02-251-1/+1
* Add a missing ohci_waitintr() call that allows polled operation ofiedowse2006-02-251-0/+3
* Fix ata_reinit so it does things in the right order to prevent panic's.sos2006-02-252-43/+33
* Role a microrev of the MPI Library in preparation for target mode work.mjacob2006-02-2512-87/+471
OpenPOWER on IntegriCloud