Age | Commit message (Expand) | Author |
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 |
2010-06-28 | fix typo; from Brad | Christian Weisgerber |
2010-06-28 | Add initial support for RTL8168E, brokenness reported by Joe Gidi. | Stuart Henderson |
2010-06-28 | Allow tty drivers to request larger buffers at attach time using a | Theo de Raadt |
2010-06-28 | Move disk_attach() to the end of the attach functions, at which point the | Joel Sing |
2010-06-28 | KNF | Jordan Hargrave |
2010-06-28 | Add definitions for Intel/AMD IOMMU ACPI tables | Jordan Hargrave |
2010-06-28 | add back the initialisation of a loop condition that | Jonathan Gray |
2010-06-28 | implement iopools in osiop to get rid of another use of XS_NO_CCB. | David Gwynne |
2010-06-28 | Use a more moderate fifo trigger level (4) for moderately quick | Chris Kuethe |