summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix a race whereby a tx descriptor might get reused before the hardwaresam2006-02-242-18/+42
* Trim unnecessary pointer alignment.ariff2006-02-241-1/+1
* Replace our local UART_SIGMASK_* with the global SER_MASK_*.marcel2006-02-245-10/+5
* When we probe a SAB82532, return BUS_PROBE_GENERIC. This allows puc(4)marcel2006-02-241-1/+3
* MFp4:marcel2006-02-247-52/+37
* MFp4:marcel2006-02-242-2/+2
* MFp4:marcel2006-02-241-3/+6
* Keep the parent device (in this case the channel) around in ata_request,sos2006-02-232-17/+27
* Remove some dead code.jhb2006-02-231-3/+1
* - Use callout_init_mtx() to initialize toffhandle callout using the fdc'sjhb2006-02-231-9/+5
* In ata_cmd_allocate() only call ata_pci_allocate once.sos2006-02-231-1/+0
* Check the return value of copyin() and return an error if it fails.jhb2006-02-231-2/+4
* G/C unused variable.jhb2006-02-221-1/+0
* - Use bus_setup_intr() and bus_teardown_intr() to register device driverjhb2006-02-2212-27/+23
* Use bus_setup_intr() rather than invoking BUS_SETUP_INTR() directly so thatjhb2006-02-221-4/+2
* Back out 1.112,1.113. I don't have enough resources to fix breakagesglebius2006-02-221-1/+7
* Remove commented out qualifier to dumping a message.mjacob2006-02-221-2/+2
* - In the interrupt handler clear the interrupt source flags beforemarius2006-02-212-34/+48
* Initialize the port_bst and port_bsh variables.nyan2006-02-211-0/+2
* Remove unused variable.njl2006-02-211-2/+0
* Remove unused variable.njl2006-02-211-2/+0
* Remove unused variable.njl2006-02-211-2/+0
* correct check for whether wpa is enabledsam2006-02-201-1/+1
* Copy MAC address to fix alignment problems.ticso2006-02-201-2/+8
OpenPOWER on IntegriCloud