Age | Commit message (Expand) | Author |
2007-04-16 | regen | Jonathan Gray |
2007-04-16 | Another unbranded udav(4) device. | Jonathan Gray |
2007-04-15 | Make code that fetches the MAC address from PCI ROM actually work. | Mark Kettenis |
2007-04-15 | Give this code a chance to work on platforms where the page size isn't 8k. | Mark Kettenis |
2007-04-15 | Add defines for Rx page size register. | Mark Kettenis |
2007-04-14 | replace IPL_BIO with IPL_NET. vic(4) is a networking driver, not block | Reyk Floeter |
2007-04-14 | shave some blocks off each chunk to make sure disklabel doesn't get eaten | Ted Unangst |
2007-04-14 | Add degraded raid 1 io path code | Marco Peereboom |
2007-04-13 | move the debugging messages into #ifdef IPMI_DEBUG, we do not need to | Reyk Floeter |
2007-04-13 | scsi_generic is now 16 bytes. Adjust padding so struct is still | Kenneth R Westerback |
2007-04-13 | scsi_generic is now 16 bytes. Adjust offsets into structure being | Kenneth R Westerback |
2007-04-13 | scsi_generic is now 16 bytes. Adjust offsets into structure being | Kenneth R Westerback |
2007-04-13 | The integrated Atheros NICs found in IBM/Lenovo ThinkPads use the same | Reyk Floeter |
2007-04-13 | regen | Jasper Lievisse Adriaanse |
2007-04-13 | add Ageia and a GeForce card | Jasper Lievisse Adriaanse |
2007-04-12 | Fix newlines in dmesg. | Miod Vallat |
2007-04-12 | Do a security freeze lock like we do in wd(4) to deal with systems | Jonathan Gray |
2007-04-12 | Oops, a code rearrangement meant that I didn't initialise the failed ccb | Christopher Pascoe |
2007-04-12 | Add failure statistics per workunit. | Marco Peereboom |
2007-04-11 | Remove stale comment. | Marco Peereboom |
2007-04-11 | Fix thinko where vol was used instead of i (scsibus). | Marco Peereboom |
2007-04-11 | Add infrastructure to run with multiple openings. | Marco Peereboom |
2007-04-11 | Check return value from m_devget(). | Mark Kettenis |
2007-04-11 | Remove debug leftovers to make console output quite again in hostap mode. | Marcus Glocker |
2007-04-11 | Cleanup makros even more. Remove unused ones and reduce the amount of | Claudio Jeker |
2007-04-11 | As probe response mgmt frames are already handled by the firmware, ignore | Marcus Glocker |
2007-04-11 | Do not use m_prepend() directly, always use M_PREPEND() instead. | Claudio Jeker |
2007-04-11 | ((cast)ptr)++ is not a valid lvalue, despite being tolerated by gcc, so | Miod Vallat |
2007-04-11 | Added changes for C-State | Jordan Hargrave |
2007-04-10 | endian fixes for the read capacity handling. | David Gwynne |
2007-04-10 | Add support for a fourth axis on wsmouse devices, e.g. on the Apple Might | Miod Vallat |
2007-04-10 | ``it's'' -> ``its'' when the grammar gods require this change. | Miod Vallat |
2007-04-10 | slighly -> slightly | Miod Vallat |
2007-04-10 | wrap reading of the error fis up into a func of its own, and use | David Gwynne |
2007-04-10 | Sort ATA commands by value. | Jonathan Gray |
2007-04-09 | Remove unused prototype. | Mark Kettenis |
2007-04-09 | Assert my copyright for the AX88178/AX88772 bits over the last few years. | Jonathan Gray |
2007-04-09 | Remove any possibility of of an underflow happening when | Jonathan Gray |
2007-04-09 | Add missing letoh16() for eeprom value. | Jonathan Gray |
2007-04-08 | Use CMD_OK instead of 0, no binary change, from mickey | Pedro Martelletto |
2007-04-08 | Whitespace/long line fixups. No code change. | Christopher Pascoe |
2007-04-08 | Add compile-time support for coalescing command interrupts to reduce the | Christopher Pascoe |
2007-04-08 | Change the API to sili_port_intr so it can timeout a command and reuse the | Christopher Pascoe |
2007-04-08 | Add support for NCQ error recovery and enable NCQ command submission. | Christopher Pascoe |
2007-04-08 | x4100 machines need a hold off in between reads and write to the bmc | Marco Peereboom |
2007-04-08 | Track the order that CCBs are submitted in, so that after an error we are | Christopher Pascoe |
2007-04-08 | sili uses one queue for NCQ and legacy commands. No need for the AHCI-style | Christopher Pascoe |
2007-04-07 | ANSI-fy. No functional change. | Kenneth R Westerback |
2007-04-07 | Nuke NetBSD defines APRINTF_NORMAL/_ERROR and just use the printf they were | Kenneth R Westerback |
2007-04-07 | Always assume write commands had zero residual; the chip only counts | Christopher Pascoe |