Age | Commit message (Expand) | Author |
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 |
2010-06-27 | don't probe "volume knobs" on resume. probably not needed and | Jacob Meuser |
2010-06-27 | vscsi(4) doesn't use vscsi_ioc_t2i's senselen field anymore, so | Matthew Dempsky |
2010-06-27 | Change ACPI namespace to use SIMPLEQ macros | Jordan Hargrave |
2010-06-27 | More PCH/82577 bits from FreeBSD, this does not include | Jonathan Gray |
2010-06-27 | Add _acpi_matchhids routine, precursor to pci device match | Jordan Hargrave |
2010-06-27 | check if the jacks that will mute the speaker can generate unsolicited | Jacob Meuser |
2010-06-27 | Clear ACPI fixed event status on resume (power buttons/etc) so that some | Mike Larkin |
2010-06-27 | Add support for 800x480. Tested on Lilliput UM-70, MIMO UM-710 and UM-740. | Mats O Jansson |
2010-06-27 | Cleanup aml_find_node calls | Jordan Hargrave |
2010-06-27 | regen | Mike Larkin |
2010-06-27 | Remove redundant 'Intel' from Clarkdale and Arrandale video names. | Mike Larkin |
2010-06-27 | Cleaned up acpi_maptable, adds to table list directly | Jordan Hargrave |
2010-06-27 | "Believe it or not," nothing uses scsi_xfer's req_sense_length field | Matthew Dempsky |
2010-06-27 | mpii was modelled very heavily on mpi which means that it inherited a split | David Gwynne |
2010-06-27 | Add another one. -moj | Mats O Jansson |
2010-06-27 | GPIO quirk for IDT 92HD71B7 in HP laptops (such as HP HDX 18) | Jacob Meuser |
2010-06-27 | Regen. -moj | Mats O Jansson |
2010-06-27 | Another DisplayLink device. -moj | Mats O Jansson |
2010-06-26 | Don't #include <sys/user.h> into files that don't need the stuff | Philip Guenthe |
2010-06-26 | Grow COM_IBUFSIZE from 1024 to 8192 to be enough size for recent | YASUOKA Masahiko |
2010-06-26 | If you put CISS_LOCK()/CISS_UNLOCK() around a switch statement, you | Kenneth R Westerback |
2010-06-26 | make sure widgets are connected to usable widgets by default. | Jacob Meuser |
2010-06-26 | PCH needs its own Low Power Link Up code as it it is configured | Jonathan Gray |
2010-06-26 | xs->cmd[n] doesn't mean the n'th byte, because xs->cmd is a struct | Kenneth R Westerback |
2010-06-26 | add HUAWEI E182 (aka Emobile D31HW) | Yojiro Uo |
2010-06-26 | regen | Yojiro Uo |
2010-06-26 | add new umsm device (HUAWEI E182 / aka Emobile D31HW) | Yojiro Uo |
2010-06-24 | - remove ISAPNP_FREE and ISAPNP_MALLOC macro's and just use them inline. | Jasper Lievisse Adriaanse |
2010-06-23 | regen | David Gwynne |