Age | Commit message (Expand) | Author |
2010-07-08 | use config_activate_children to activate children that might need it | Theo de Raadt |
2010-07-08 | For DVACT_SUSPEND and DVACT_RESUME we should always return success. | Theo de Raadt |
2010-07-08 | make the buffer big enough to hold a 1500 byte packet. Workaround (mtu | Chris Kuethe |
2010-07-08 | - use nitems() where applicable | Jasper Lievisse Adriaanse |
2010-07-08 | Move ss and friends to the attic. | Kenneth R Westerback |
2010-07-07 | revert last commit, it made my puc(4) disappear. ok pirofti@ | Stuart Henderson |
2010-07-07 | tag it | Theo de Raadt |
2010-07-07 | bring mpi_wait over to mpii for an mpsafe mechanism to sleep while waiting | David Gwynne |
2010-07-07 | set each disks openings to the maximum number the controller can handle. | David Gwynne |
2010-07-07 | rename ccb_xs to ccb_cookie, and switch it from a struct scsi_xfer * to a | David Gwynne |
2010-07-07 | use a mutex to ensure writes to the two registers used to post commands to | David Gwynne |
2010-07-07 | let the config page request code sleep while waiting for a ccb if it is | David Gwynne |
2010-07-07 | do a 1:1 conversion of mpii_{get,put}_ccb to scsi_io_{get,put}. | David Gwynne |
2010-07-06 | siop sets XS_NO_CCB when it fails to allocate device state when commands | David Gwynne |
2010-07-06 | Use spltty() to lock downcalls from apm against the information being | Theo de Raadt |
2010-07-06 | Don't use a workq to do the suspend, because it races aginst the acpi | Theo de Raadt |
2010-07-06 | one wire counter driver 2nd rev, from John L. Scarfone" <j0@cox.net> PR 6422 | Theo de Raadt |
2010-07-06 | add the iopool wrapper around the mpii ccb free list. cut the midlayer and | David Gwynne |
2010-07-06 | timeout_add -> timeout_add_msec | Bret Lambert |
2010-07-06 | if we get an event notification that requires acknowledgement while | David Gwynne |
2010-07-06 | move the last direct users of mpi_{get,put}_ccb over to using the scsi | David Gwynne |
2010-07-06 | spacing | Theo de Raadt |
2010-07-05 | timeout_add -> timeout_add_sec | Bret Lambert |
2010-07-05 | Reset register SCI_EN on resume. The ACPI spec clearly states we don't have | Mike Larkin |
2010-07-03 | No more ss(4) or usscanner(4). Unused, unloved and unmaintained. | Kenneth R Westerback |
2010-07-03 | explicitly specify flags to malloc and pool_get instead of relying on 0. | Ted Unangst |
2010-07-03 | Intel 3400 Thermal Sensor driver, found on some new Intel machines. | Mike Larkin |
2010-07-03 | Implement translation of the SCSI START STOP UNIT command. | Mark Kettenis |
2010-07-03 | Turns out the | Mark Kettenis |
2010-07-02 | Yet another workaround for PCH devices adapted from Intel code in | Jonathan Gray |
2010-07-02 | Provide an iopool in arc(4). | Michael Knudsen |
2010-07-02 | Protect the ccb free list with a mutex rather than splbio(). | Michael Knudsen |
2010-07-02 | One transition was wrong: Suspending without a card, and then resuming with | Theo de Raadt |
2010-07-02 | Move common code for waking up writers on a tty into a function. | Nicholas Marriott |
2010-07-02 | Don't timeout_add() when the referenced struct is about to be | Kenneth R Westerback |
2010-07-02 | timeout_add -> timeout_add_msec | Bret Lambert |
2010-07-02 | sync | Igor Sobrado |
2010-07-02 | the IBM Optical Wheel Mouse (89P5088) is a supported USB device. | Igor Sobrado |
2010-07-02 | timeout_add -> timeout_add_msec | Bret Lambert |
2010-07-02 | timeout_add -> timeout_add_msec | Bret Lambert |
2010-07-02 | Rename the volume specific flags variable. | Joel Sing |
2010-07-02 | On resume, detach and then force a re-attach of the card, since we don't | Theo de Raadt |
2010-07-02 | Determine the data offset using a variable specified within the softraid | Joel Sing |
2010-07-02 | Make the sensor setup loop less awkward by moving the call to | Matthew Dempsky |
2010-07-02 | Add an ath_pci_activate callback for ACPI suspend/resume with ath(4). | Reyk Floeter |
2010-07-02 | cleanup and remove some #ifdef junk in the power hooks. | Reyk Floeter |
2010-07-02 | add more MCP79 AHCI ids to the list of devices that need special handling, | Jonathan Gray |
2010-07-02 | timeout_add -> timeout_add_msec | Bret Lambert |
2010-07-02 | Proper fix for uninitialized variable warning. | Mark Kettenis |
2010-07-02 | correctly init ppr_able in reset, and some others gcc complained about. | Ted Unangst |