]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/dev
- Remove the call to softdep_waitidle after suspending the filesystem.
[FreeBSD/FreeBSD.git] / sys / dev /
2006-03-11 phkDon't be noisy in case of shared interrupts.
2006-03-11 damienadd dependency with firmware module.
2006-03-11 ruFix build.
2006-03-10 philipFix multicast support for cs89x0 chips. Just setting...
2006-03-10 damieno acknowledge interrupts early in the interrupt handler
2006-03-10 damienmake use of the firmware(9) subsystem.
2006-03-10 sosModule that adds support for using USB storage devices...
2006-03-10 damienfix the locking.
2006-03-10 soswrite the right unit # on verbose output.
2006-03-09 impDon't dereference an uninitialized pointer.
2006-03-09 sosOnly use the channel in the request given to ata_comple...
2006-03-09 sostypo.
2006-03-09 sosGet rid of all the "long long"/"maxint" casting around...
2006-03-09 jkoshyWhen a process is de-configuring a log file, also stop...
2006-03-09 samcorrect ni_txrate when using a fixed rate; fixes curren...
2006-03-08 sosATA_USB will need to hook into the delayed boot identif...
2006-03-08 sosAlways read the TOC in acd_read_toc even if MEDIA_CHANG...
2006-03-08 sosBail out of afd_sense if ENODEV.
2006-03-07 jhbClean up the way we handle auxiliary commands for a...
2006-03-07 damienDisable 802.11e support for now. Did some cleanup...
2006-03-07 mjacobAdd a serial number for requests so we don't just depen...
2006-03-07 sosPoll device for readiness before trying to get geometry...
2006-03-07 sosOnly look for ICRC and CORR errors on ATA devices not...
2006-03-07 ariffAdd another inverted amplifier sense quirk for Kvazar...
2006-03-07 samThis commit was generated by cvs2svn to compensate...
2006-03-07 samThis commit was generated by cvs2svn to compensate...
2006-03-06 mlaierFix the build. %ju prints uintmax_t not unsigned long...
2006-03-05 silbyFix include paths to make this compile.
2006-03-05 sosAdd USB modes.
2006-03-05 damienImport microcodes for RT2561, RT2561S and RT2661 chipsets.
2006-03-05 damienAdd support for the second (RT2561/RT2561S) and third...
2006-03-05 sosUpdate atapi-fd to support direct devices such as disks.
2006-03-05 phkWhen we get an unknown ATAPI comand, try it even if...
2006-03-05 ariffAdd another inverted amplifier sense quirk for Sony...
2006-03-04 mjacobturn some WARNs for unknown events into INFOs
2006-03-04 rwatsonThis commit was generated by cvs2svn to compensate...
2006-03-03 yarTake the functionality contained in the former "options...
2006-03-03 muxThis commit was generated by cvs2svn to compensate...
2006-03-03 glebiusCorrectly switch IFCAP_VLAN_HWTAGGING on and off.
2006-03-03 mjacobmicro fix from justin
2006-03-03 muxThis commit was generated by cvs2svn to compensate...
2006-03-03 emaxFix endian bugs accessing ioctl arguments that are...
2006-03-01 emaxProvide ability to disable kbdmux(4) with the hint...
2006-03-01 rikUpdate low-level code. (to version 1.4)
2006-03-01 sosWork around the deadlock that occours when ATA waits...
2006-03-01 scottlBig update to the iir driver:
2006-03-01 impDon't free ifaces yet, should fix a panic
2006-02-28 emaxIntegrate kbdmux(4) into syscons(4) and kbd code.
2006-02-28 mjacobFix mpt_reset to try mpt_hard_reset more than once...
2006-02-28 emaxMake ukbd(4) to not delay break scancodes in "raw"...
2006-02-27 emaxPlug memory leak
2006-02-27 impSince we set the decription, we don't need to also...
2006-02-27 impDon't forget to free the ifaces when we free the ivars
2006-02-27 sambackout 1.136 until we can resolve report that it cause...
2006-02-27 hartiThis commit was generated by cvs2svn to compensate...
2006-02-27 emaxDisable custom locking in the vkbd(4) for now and make...
2006-02-27 iedowseAdd the Tripp-Lite U209-000-R serial adapter.
2006-02-26 mjacobRemove the ill-considered effect of using the type...
2006-02-26 mjacobpropagate role of device for ISP_GET_PDBINFO
2006-02-26 iedowseThe UQ_OPEN_CLEARSTALL entry added in revision 1.48...
2006-02-26 impRepo copy de driver to dev/de, and adjust.
2006-02-26 mjacobShorten the time for waiting for TMF commands to comple...
2006-02-26 mjacoba) Delay for port enable to succeed should be 30 second...
2006-02-26 iedowseSave and restore the data toggle value when a pipe...
2006-02-25 emaxPut a comment, explaining why kbdmux(4) had to be fixed.
2006-02-25 emaxFix hard lockup caused by kbdmux(4) when kbdmux(4)...
2006-02-25 iedowseAdd a missing ohci_waitintr() call that allows polled...
2006-02-25 sosFix ata_reinit so it does things in the right order...
2006-02-25 mjacobRole a microrev of the MPI Library in preparation for...
2006-02-24 samfix a race whereby a tx descriptor might get reused...
2006-02-24 ariffTrim unnecessary pointer alignment.
2006-02-24 marcelReplace our local UART_SIGMASK_* with the global SER_MA...
2006-02-24 marcelWhen we probe a SAB82532, return BUS_PROBE_GENERIC...
2006-02-24 marcelMFp4:
2006-02-24 marcelMFp4:
2006-02-24 marcelMFp4:
2006-02-23 sosKeep the parent device (in this case the channel) aroun...
2006-02-23 jhbRemove some dead code.
2006-02-23 jhb- Use callout_init_mtx() to initialize toffhandle callo...
2006-02-23 sosIn ata_cmd_allocate() only call ata_pci_allocate once.
2006-02-23 jhbCheck the return value of copyin() and return an error...
2006-02-22 jhbG/C unused variable.
2006-02-22 jhb- Use bus_setup_intr() and bus_teardown_intr() to regis...
2006-02-22 jhbUse bus_setup_intr() rather than invoking BUS_SETUP_INT...
2006-02-22 glebiusBack out 1.112,1.113. I don't have enough resources...
2006-02-22 mjacobRemove commented out qualifier to dumping a message.
2006-02-21 marius- In the interrupt handler clear the interrupt source...
2006-02-21 nyanInitialize the port_bst and port_bsh variables.
2006-02-21 njlRemove unused variable.
2006-02-21 njlRemove unused variable.
2006-02-21 njlRemove unused variable.
2006-02-20 samcorrect check for whether wpa is enabled
2006-02-20 ticsoCopy MAC address to fix alignment problems.
2006-02-19 gallatin10GbE mode driver and binary firmware for Myricom's...
2006-02-19 iedowseAdd a UQ_OPEN_CLEARSTALL quirk for devices that need...
2006-02-19 umeThis commit was generated by cvs2svn to compensate...
2006-02-18 ariff- Fix severe crackling after long running and abusive...
2006-02-18 ariffFix random popping while playing in 32bit by increasing...
2006-02-18 samuse s/w bmiss facility
2006-02-18 samstop device so we don't panic on card eject
next