summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
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
2010-07-01leases have expired. (remove a comment).Thordur I. Bjornsson
2010-07-01See, I said the #ifdef's are a confusing maze -- they confused me.Theo de Raadt
2010-07-01Make this compile with SMALL_KERNEL. The #ifdef farm this produces shouldTheo de Raadt
2010-07-01make this compile with SMALL_KERNELTheo de Raadt
2010-07-01compile when SMALL_KERNEL is setTheo de Raadt
2010-07-01do bufq quiesce again, since vnd/the bufq_done call inThordur I. Bjornsson
2010-07-01for the allocated buf, set the b_bq flag to NULL so we do notThordur I. Bjornsson
2010-07-01Backout recent AML changes, breaks on R210 and othersJordan Hargrave
2010-07-01regenJonathan Gray
2010-07-01Add the Intel Rate Matching Hub, which is builtin to 3400/PCH chipsetsJonathan Gray
2010-07-01Change scsibus(4)'s scsi_link array to an SLIST to save memory onMatthew Dempsky
2010-07-01Make it possible to get the screen types and emulations for a wsdisplay.Mats O Jansson
2010-07-01Simplified aml_parse_resource call, cleanup codeJordan Hargrave
2010-07-01Fix subordinate bus # for multi-root PCI busesJordan Hargrave
2010-07-01Add a look-up table for machines that have special vga cards. This table willPaul Irofti
2010-07-01remove crappy old README filesTed Unangst
2010-07-01any TODO containing the item "Use lock manager locks." is provably wrong.Ted Unangst
2010-07-01the only thing left on the raidframe TODO list is to go awayTed Unangst
2010-06-30Disable/partially backout the bufq quiesce changes as thisThordur I. Bjornsson
2010-06-30syncPeter Hessler
2010-06-30add Realtek RTL8171Peter Hessler
2010-06-30timeout_add -> timeout_add_msecBret Lambert
2010-06-30timeout_add -> timeout_add_msecBret Lambert
2010-06-30Cleaned up aml name parser, delete unused codeJordan Hargrave
2010-06-30Use SLIST for the ccb free list.Michael Knudsen
2010-06-30Use a SLIST for the ccb free list.Michael Knudsen
2010-06-30Use SLIST instead of TAILQ for the ccb free list.Michael Knudsen
2010-06-30regenYojiro Uo
2010-06-30add MOSCHIP MCS7715Yojiro Uo
2010-06-30* use audio(9)'s DMA trigger methods instead of the init/startJacob Meuser