Age | Commit message (Expand) | Author |
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 | There is no need to handle fragmented TCP reset packets in a special | Alexander Bluhm |
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 | More cleanup in pf_test/pf_test6 this time mostly the fragment | Claudio Jeker |
2011-06-20 | serialize attach and detach of device sub-trees -- only one device | Theo de Raadt |
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 | enable myx(4) | David Gwynne |
2011-06-20 | enable myx(4). | David Gwynne |
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 | Unbreak | Miod Vallat |
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 | Minor cleanup for disk_lock() and disk_unlock(). | Matthew Dempsky |
2011-06-19 | Add disk_lock_nointr() as a way to acquire the disk lock without being | Matthew Dempsky |
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 | Kill the "lockname" argument to disk_construct(). | Matthew Dempsky |
2011-06-19 | Clean up ioctl handler a bit and rearrange the receive filter callback to | YASUOKA Masahiko |
2011-06-19 | Fix a typo: change "!(reg >> pin) & 1" to "!((reg >> pin) & 1)" as | Matthew Dempsky |
2011-06-18 | pass the correct size to memset | Jonathan Gray |
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-18 | Cleanup MSI code a bit by moving the code to eanble/disable MSIs into | Mark Kettenis |
2011-06-17 | Remove obsolete mbuf PF_TAG_FRAGCACHE flag. | Alexander Bluhm |
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 | add missing the copyright notice. | YASUOKA Masahiko |
2011-06-17 | Unbreak tree. $OpenBSD$ tag needs to be in a comment! Bad | Kenneth R Westerback |
2011-06-17 | Update ch(4) to use ISO C style function definitions to avoid | Matthew Dempsky |
2011-06-16 | Enable acpitoshiba by default in GENERIC. | Paul Irofti |
2011-06-16 | Import acpitoshiba driver. | Paul Irofti |
2011-06-16 | Use the current page not he first page when working out whether to | Owain Ainsworth |