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 | 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 | Change scsibus(4)'s scsi_link array to an SLIST to save memory on | Matthew Dempsky |
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-06-30 | timeout_add -> timeout_add_msec | Bret Lambert |
2010-06-30 | Use a SLIST for the ccb free list. | Michael Knudsen |
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 | 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 | Interface drivers should use DV_IFNET, not DV_DULL. | Matthew Dempsky |
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 | Allow tty drivers to request larger buffers at attach time using a | Theo de Raadt |
2010-06-27 | don't probe "volume knobs" on resume. probably not needed and | Jacob Meuser |
2010-06-27 | More PCH/82577 bits from FreeBSD, this does not include | Jonathan Gray |
2010-06-27 | check if the jacks that will mute the speaker can generate unsolicited | Jacob Meuser |
2010-06-27 | regen | Mike Larkin |
2010-06-27 | Remove redundant 'Intel' from Clarkdale and Arrandale video names. | Mike Larkin |
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 | GPIO quirk for IDT 92HD71B7 in HP laptops (such as HP HDX 18) | Jacob Meuser |
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-23 | regen | David Gwynne |
2010-06-23 | fusion-io devices | David Gwynne |
2010-06-23 | regen | David Gwynne |
2010-06-23 | PLX PEX 8624 as found in a dell r815. | David Gwynne |
2010-06-23 | regen | David Gwynne |
2010-06-23 | add a metric buttload of RD890 pcie bridges | David Gwynne |
2010-06-22 | protect the ccb free list with a mutex rather than relying on splbio | David Gwynne |
2010-06-21 | Initial support for PCH based em adapters with 82577 PHY, | Jonathan Gray |
2010-06-21 | Add some more ids for existing mac and phy types found | Jonathan Gray |
2010-06-20 | sync the list of device and phy ids with FreeBSD | Jonathan Gray |
2010-06-20 | regen | Jonathan Gray |
2010-06-20 | add a bunch of em devices from FreeBSD | Jonathan Gray |
2010-06-20 | Lock the sample rate of es1731-based devices to 48kHz (ie the | Alexandre Ratchov |
2010-06-15 | dont pass the dev_t from the scsi device drivers into the midlayer for | David Gwynne |
2010-06-12 | add missing arg to a printf call | Jonathan Gray |
2010-06-07 | Fix various problems of auich on SiS 7012 based chips: | Alexandre Ratchov |
2010-06-07 | Proper range check in radeon_emit_packets(); ok oga@ | Miod Vallat |
2010-06-05 | change sign extension such that we do not rely on >> being an | Damien Bergamini |