Age | Commit message (Expand) | Author |
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 |
2010-07-02 | fix a variety of uninit errors. ok and one correction deraadt | Ted Unangst |
2010-07-02 | the variables work better when initialized. ok deraadt | Ted Unangst |
2010-07-02 | m_copyback can fail to allocate memory, but is a void fucntion so gymnastics | Bret Lambert |
2010-07-02 | braces define scope, not indentation. found hunting uninit bugs. ok oga | Ted Unangst |
2010-07-02 | some very obvious uninit bugs found when I turned off -Wno-uninitialized | Ted Unangst |
2010-07-02 | Abstraction clean-up. `I like it' deraadt@. | Paul Irofti |
2010-07-02 | Add Lenovo ThinkPad X100e quirk, from Brad. | Paul Irofti |
2010-07-02 | Switch to nitems for the table, save some space. `Looks good' deraadt@. | Paul Irofti |
2010-07-01 | Repost T510 video using the emulator. | Mike Larkin |
2010-07-01 | Mobility hd4870 works, add it. | Owain Ainsworth |
2010-07-01 | sync | Owain Ainsworth |
2010-07-01 | Radeon mobility Hd4870, from jcr. | Owain Ainsworth |
2010-07-01 | It seems the x200s doesn't need the video bios call from locore. | Paul Irofti |
2010-07-01 | Another radeon hd3200. | Owain Ainsworth |
2010-07-01 | make sure that buf's on the stack set the b_bq to NULL. | Thordur I. Bjornsson |
2010-07-01 | suspend/resume to the same level as apm machines. note: that is kind | Theo de Raadt |
2010-07-01 | leases have expired. (remove a comment). | Thordur I. Bjornsson |
2010-07-01 | See, I said the #ifdef's are a confusing maze -- they confused me. | Theo de Raadt |
2010-07-01 | Make this compile with SMALL_KERNEL. The #ifdef farm this produces should | Theo de Raadt |
2010-07-01 | make this compile with SMALL_KERNEL | Theo de Raadt |
2010-07-01 | compile when SMALL_KERNEL is set | Theo de Raadt |
2010-07-01 | do bufq quiesce again, since vnd/the bufq_done call in | Thordur I. Bjornsson |
2010-07-01 | for the allocated buf, set the b_bq flag to NULL so we do not | Thordur I. Bjornsson |
2010-07-01 | Backout recent AML changes, breaks on R210 and others | Jordan Hargrave |
2010-07-01 | regen | Jonathan Gray |
2010-07-01 | Add the Intel Rate Matching Hub, which is builtin to 3400/PCH chipsets | Jonathan Gray |
2010-07-01 | Change scsibus(4)'s scsi_link array to an SLIST to save memory on | Matthew Dempsky |
2010-07-01 | Make it possible to get the screen types and emulations for a wsdisplay. | Mats O Jansson |
2010-07-01 | Simplified aml_parse_resource call, cleanup code | Jordan Hargrave |
2010-07-01 | Fix subordinate bus # for multi-root PCI buses | Jordan Hargrave |
2010-07-01 | Add a look-up table for machines that have special vga cards. This table will | Paul Irofti |
2010-07-01 | remove crappy old README files | Ted Unangst |
2010-07-01 | any TODO containing the item "Use lock manager locks." is provably wrong. | Ted Unangst |
2010-07-01 | the only thing left on the raidframe TODO list is to go away | Ted Unangst |
2010-06-30 | Disable/partially backout the bufq quiesce changes as this | Thordur I. Bjornsson |
2010-06-30 | sync | Peter Hessler |
2010-06-30 | add Realtek RTL8171 | Peter Hessler |
2010-06-30 | timeout_add -> timeout_add_msec | Bret Lambert |
2010-06-30 | timeout_add -> timeout_add_msec | Bret Lambert |
2010-06-30 | Cleaned up aml name parser, delete unused code | Jordan Hargrave |
2010-06-30 | Use SLIST for the ccb free list. | Michael Knudsen |
2010-06-30 | Use a SLIST for the ccb free list. | Michael Knudsen |
2010-06-30 | Use SLIST instead of TAILQ for the ccb free list. | Michael Knudsen |
2010-06-30 | regen | Yojiro Uo |
2010-06-30 | add MOSCHIP MCS7715 | Yojiro Uo |
2010-06-30 | * use audio(9)'s DMA trigger methods instead of the init/start | Jacob Meuser |