summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
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
2010-07-02fix a variety of uninit errors. ok and one correction deraadtTed Unangst
2010-07-02the variables work better when initialized. ok deraadtTed Unangst
2010-07-02m_copyback can fail to allocate memory, but is a void fucntion so gymnasticsBret Lambert
2010-07-02braces define scope, not indentation. found hunting uninit bugs. ok ogaTed Unangst
2010-07-02some very obvious uninit bugs found when I turned off -Wno-uninitializedTed Unangst
2010-07-02Abstraction clean-up. `I like it' deraadt@.Paul Irofti
2010-07-02Add Lenovo ThinkPad X100e quirk, from Brad.Paul Irofti
2010-07-02Switch to nitems for the table, save some space. `Looks good' deraadt@.Paul Irofti
2010-07-01Repost T510 video using the emulator.Mike Larkin
2010-07-01Mobility hd4870 works, add it.Owain Ainsworth
2010-07-01syncOwain Ainsworth
2010-07-01Radeon mobility Hd4870, from jcr.Owain Ainsworth
2010-07-01It seems the x200s doesn't need the video bios call from locore.Paul Irofti
2010-07-01Another radeon hd3200.Owain Ainsworth
2010-07-01make sure that buf's on the stack set the b_bq to NULL.Thordur I. Bjornsson
2010-07-01suspend/resume to the same level as apm machines. note: that is kindTheo de Raadt