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