Age | Commit message (Expand) | Author |
2010-07-09 | - Setup proper mbuf pool watermarks for BCM5717 / BCM57765 chipsets. | Stuart Henderson |
2010-07-07 | revert last commit, it made my puc(4) disappear. ok pirofti@ | Stuart Henderson |
2010-07-07 | bring mpi_wait over to mpii for an mpsafe mechanism to sleep while waiting | David Gwynne |
2010-07-07 | rename ccb_xs to ccb_cookie, and switch it from a struct scsi_xfer * to a | David Gwynne |
2010-07-07 | use a mutex to ensure writes to the two registers used to post commands to | David Gwynne |
2010-07-07 | let the config page request code sleep while waiting for a ccb if it is | David Gwynne |
2010-07-07 | do a 1:1 conversion of mpii_{get,put}_ccb to scsi_io_{get,put}. | David Gwynne |
2010-07-06 | add the iopool wrapper around the mpii ccb free list. cut the midlayer and | David Gwynne |
2010-07-06 | timeout_add -> timeout_add_msec | Bret Lambert |
2010-07-05 | timeout_add -> timeout_add_sec | Bret Lambert |
2010-07-03 | Intel 3400 Thermal Sensor driver, found on some new Intel machines. | Mike Larkin |
2010-07-03 | Turns out the | Mark Kettenis |
2010-07-02 | Yet another workaround for PCH devices adapted from Intel code in | Jonathan Gray |
2010-07-02 | Provide an iopool in arc(4). | Michael Knudsen |
2010-07-02 | Protect the ccb free list with a mutex rather than splbio(). | Michael Knudsen |
2010-07-02 | Move common code for waking up writers on a tty into a function. | Nicholas Marriott |
2010-07-02 | Add an ath_pci_activate callback for ACPI suspend/resume with ath(4). | Reyk Floeter |
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 | 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 | 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 | 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 |