Age | Commit message (Expand) | Author |
2009-12-07 | Define discipline capabilities using a set of flags. | Joel Sing |
2009-12-07 | oops, wrong version of previous diff. | David Gwynne |
2009-12-07 | get rid of the return codes from command submission, ata_cmd handlers | David Gwynne |
2009-12-06 | Nuke SCSI_URGENT after removing its only use, in ncr53c9x.c. That use | Kenneth R Westerback |
2009-12-06 | change M_WAITOK --> M_WAITOK|M_CANFAIL | Charles Longeau |
2009-12-05 | Use the correct member of the ieee80211com struct when testing | Jonathan Gray |
2009-12-05 | Ignore HID devices that have the same vendor and product ids than | Matthieu Herrb |
2009-12-05 | Until we have better hooks and a proper framework, do not do the lid | Theo de Raadt |
2009-12-05 | Use new acpi_maptable on AMLOP_LOAD operations; do not panic if bad checksum | Jordan Hargrave |
2009-12-04 | KNF whitespace, from Brad. ok jordan@ | Stuart Henderson |
2009-12-04 | calculate the number of frames per usb xfer only once, and take into | Jacob Meuser |
2009-12-04 | instead of returning a structure, return the only member of the | Jacob Meuser |
2009-12-04 | ansify. | Jasper Lievisse Adriaanse |
2009-12-04 | In uaudio_detach(), check that sc->sc_alts is not NULL before | Alexandre Ratchov |
2009-12-03 | Use 16-bit writes instead of 8-bit writes for writing the | Jasper Lievisse Adriaanse |
2009-12-03 | use a define rather than magic number, spotted by Brad | Dariusz Swiderski |
2009-12-02 | Zap trailing whitespace. From Brad. | Stuart Henderson |
2009-12-01 | regen | Jasper Lievisse Adriaanse |
2009-12-01 | - add a whole bunch of more devices from dmesgs | Jasper Lievisse Adriaanse |
2009-12-01 | - regen | Jasper Lievisse Adriaanse |
2009-12-01 | - some more id's from dmesgs | Jasper Lievisse Adriaanse |
2009-12-01 | Fix dmesg printing of error. | Marco Peereboom |
2009-12-01 | put the midlayer changes back in. | David Gwynne |
2009-12-01 | Change type of dva to u_int64_t to make mpii(4) compile on i386. | Alexander Bluhm |
2009-11-30 | Re-initialise the interface upon resume. | Mark Kettenis |
2009-11-30 | regen | Jasper Lievisse Adriaanse |
2009-11-30 | - add two devices found in dmesgs | Jasper Lievisse Adriaanse |
2009-11-29 | unbreak compilation on sparc64 with AUDIO_DEBUG defined | Alexandre Ratchov |
2009-11-29 | On any sensor the SENSOR_FINVALID flag indicates whether we are able to | Theo de Raadt |
2009-11-29 | Merge in some tidying up bits from gem(4). From Brad. | Mark Kettenis |
2009-11-28 | Fix previous; pointed out by stsp@ | Mark Kettenis |
2009-11-28 | Make sure we pass on DVACT_SUSPEND and DVACT_RESUME requests to our children | Mark Kettenis |
2009-11-27 | typo in documentation; missing full stop. | Igor Sobrado |
2009-11-26 | Visual (and on some machines, audio) feedback while the machine is | Mike Larkin |
2009-11-26 | - let this compile again. | Jasper Lievisse Adriaanse |
2009-11-26 | Don't try to be clever and mix tag queueing mechanisms. Few if any | Kenneth R Westerback |
2009-11-26 | If the EC is in burst mode use the fast delay to meet the requirements | Theo de Raadt |
2009-11-26 | Fix an issue where 82573L based em(4) devices had long latencies on the | Dariusz Swiderski |
2009-11-26 | em_stop() removes IFF_RUNNING flag, so we should rely on the IFF_UP being set | Dariusz Swiderski |
2009-11-26 | allow USB xfer requests to use up to 16 frames per xfer, depending on | Jacob Meuser |
2009-11-26 | greatly reduce latency and kill some XXXs: | Jacob Meuser |
2009-11-26 | unbrak previous | Dariusz Swiderski |
2009-11-26 | handle DV_SUSPEND and DV_RESUME | Dariusz Swiderski |
2009-11-26 | Toggle into "cold" when we we disable interrupts, because tsleeping | Theo de Raadt |
2009-11-26 | Call the existing power functions with our activate function for | Theo de Raadt |
2009-11-26 | Only re-initialise interfaces on suspend if they were IFF_RUNNING. | Mark Kettenis |
2009-11-25 | fix previous | Damien Bergamini |
2009-11-25 | Suspend when the lid closes (but not when it opens again). | Mark Kettenis |
2009-11-25 | Thinkpad button suspends; ok mlarkin | Theo de Raadt |
2009-11-25 | fix default phy_addr makes 82545 work again | Dariusz Swiderski |