Age | Commit message (Expand) | Author |
2011-06-21 | remove some unnecessary casts. ok blambert deraadt kettenis matthew | Ted Unangst |
2011-06-21 | remove stupid casts, ok deraadt | Ted Unangst |
2011-06-21 | report the controllers part number. eg, i now know i have a | David Gwynne |
2011-06-21 | wire up jumbos properly. the hardware supports up to 9018 bytes off | David Gwynne |
2011-06-21 | i prefer 16k ints/sec to 32k ints/sec. | David Gwynne |
2011-06-21 | minor cleanups; ok dlg | Theo de Raadt |
2011-06-21 | Laurence Tratt reported that his "Intel 6 Series AHCI" ahci(4) no | Matthew Dempsky |
2011-06-21 | looks like the disk_lock method actually does work | Theo de Raadt |
2011-06-20 | explicit_bzero for the crypto key | Ted Unangst |
2011-06-20 | for now, move back to a private rw_lock rather than the disk_lock. | Theo de Raadt |
2011-06-20 | make the interrupt handler look more like what the doco suggests. seems to | David Gwynne |
2011-06-20 | Fix softraid(4) to set xs->cmd = &xs->cmdstore rather than pointing it | Matthew Dempsky |
2011-06-20 | Update mcd(4) to use disk_lock, etc. instead of its own tsleep(9) | Matthew Dempsky |
2011-06-20 | dont need debug, the myx_cmd stuff works fine. | David Gwynne |
2011-06-20 | Call bufq_drain() in wddetach() instead of reimplementing the same | Matthew Dempsky |
2011-06-20 | i got myx working! | David Gwynne |
2011-06-20 | build firmware for myx(4) | Theo de Raadt |
2011-06-20 | isa(4) is an indirect bus, which means that drivers that attach to it | Matthew Dempsky |
2011-06-19 | fix up unbalanced format strings | Jonathan Gray |
2011-06-19 | Don't assume no interrupts if the command processor is not running. | Owain Ainsworth |
2011-06-19 | Fix typo in the "fixed" HyperTransport MSI Mapping Capability address. | Mark Kettenis |
2011-06-19 | Use disk_lock_nointr() in the xxclose() routines so that they cannot | Theo de Raadt |
2011-06-19 | Use disk_lock/disk_unlock directly and in the same way in these drivers, | Theo de Raadt |
2011-06-19 | and in debug code, too | Theo de Raadt |
2011-06-19 | stop trying to be clever with the softc name | Theo de Raadt |
2011-06-19 | Fix a typo: change "!(reg >> pin) & 1" to "!((reg >> pin) & 1)" as | Matthew Dempsky |
2011-06-18 | Change sizeof(&kdfinfo2) to sizeof(kdfinfo2). | Matthew Dempsky |
2011-06-18 | Use MSI interrupts when available. Tested by deraadt@ and jsg@. | Claudio Jeker |
2011-06-17 | Explicitly clear 1000baseT control register for F1 PHY used in | Kevin Lo |
2011-06-17 | Enable MSI support; tested by krw@, Mark Peoples, and | Kevin Lo |
2011-06-17 | Enable MSI support; tested by Thomas Pfaff | Kevin Lo |
2011-06-17 | M_WAITOK cleanup of two cases: | Michael Knudsen |
2011-06-17 | Unbreak tree. $OpenBSD$ tag needs to be in a comment! Bad | Kenneth R Westerback |
2011-06-16 | Import acpitoshiba driver. | Paul Irofti |
2011-06-16 | Enable msi support on iwn. | Owain Ainsworth |
2011-06-16 | Enable MSI on newish PCIe hardware, essentially everything handled by the Linux | Mark Kettenis |
2011-06-16 | Uses generic confargs to attach the apm(4) and piic(4) drivers instead of | Martin Pieuchot |
2011-06-16 | dont respond to VPD inquiries with standard inquiry data. add a | David Gwynne |
2011-06-15 | Add a const char* as first member of struct adb_attach_args, so that we can | Miod Vallat |
2011-06-15 | Add support for ZTE AC2746. | Jonathan Gray |
2011-06-15 | regen | Jonathan Gray |
2011-06-15 | ZTE AC2746 | Jonathan Gray |
2011-06-15 | Set RL_FLAG_INVMAR for RTL8105E/RTL8401E/RTL8168E VL so multicast | Jonathan Gray |
2011-06-15 | Silence unneeded conversion warning. Okay jordan@. | Paul Irofti |
2011-06-15 | try to make critical messages make more sense. help from sthen. | Marco Peereboom |
2011-06-15 | if the system runs out of mbufs and cannot provide any when filling | David Gwynne |
2011-06-14 | Intel 3400 AHCI responds to PMP probes like ATI SBx00 chips. | Jonathan Matthew |
2011-06-13 | Not need define KEYBOARD_ARRAY (keyboard array used only in dev/adb/akbd.c | Alexandr Shadchin |
2011-06-12 | Some devices, like parts of the NVIDIA C51 chipset, have a broken Capabilities | Mark Kettenis |
2011-06-10 | Monster update of ix(4). This brings ix(4) close to what is currently | Claudio Jeker |