Age | Commit message (Expand) | Author |
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 |
2010-06-30 | Instead of failing immediately , check for ENOTTY from the parent (umodem) | Nicholas Marriott |
2010-06-30 | Add mostly working support for ironlake (integrated graphics on core i5 and i3 | Owain Ainsworth |
2010-06-30 | add support for ironlake (clarkdale and arrandale, i.e. core i3 and core | Owain Ainsworth |
2010-06-30 | If the device has the PCI Express capability, save the slot control and status | Mark Kettenis |
2010-06-30 | Preserve and restore BARs on suspend/resume for all devices, not just | Mike Larkin |
2010-06-29 | Use new ACPI PCI mapping to get _PRT bus | Jordan Hargrave |
2010-06-29 | Fix ramdisks (new code was placed inside a SMALL_KERNEL chunk) | Theo de Raadt |
2010-06-29 | Add some missing UHCI and EHCI register restores on resume. Fixes at least | Mike Larkin |
2010-06-29 | Add support for mapping ACPI to PCI devices | Jordan Hargrave |
2010-06-29 | More workarounds adapted from FreeBSD to make the 82577/82578 happy, | Jonathan Gray |
2010-06-29 | Add code to make ahci(4) suspend/resume properly. Probably not perfect yet, | Mark Kettenis |
2010-06-29 | Call bufq_quiesce() on suspend to stop all I/O and bufq_restart on resume. | Mark Kettenis |
2010-06-29 | move a little code around, eventually it will be better | Ted Unangst |
2010-06-29 | fix a logic error found by lint | Jonathan Gray |
2010-06-29 | Interface drivers should use DV_IFNET, not DV_DULL. | Matthew Dempsky |
2010-06-29 | 60 is a more reasonable guess for number of minutes in an hour than 100. | Ted Unangst |
2010-06-28 | Initial 82578 support from Mike Belopuhov. | Jonathan Gray |
2010-06-28 | Use an SLIST instead of a TAILQ for the ccb free list. Order doesn't | Michael Knudsen |
2010-06-28 | Remove all adapter-specific 'struct scsi_device's. They are never used. First | Kenneth R Westerback |