| Commit message (Expand) | Author | Age | Files | Lines |
* | NULL out ii->stdstart and ii->stdend when they are invalid. This | Ian Dowse | 2006-05-28 | 1 | -1/+10 |
* | Fix a harmless typo where the software pointer in the dummy QH for | Ian Dowse | 2006-05-28 | 1 | -1/+1 |
* | Defer axe_tick processing to a USB task, since axe miibus operations | Ian Dowse | 2006-05-27 | 2 | -0/+20 |
* | Work in progress toward fixing IM checked in after having | Matt Jacob | 2006-05-27 | 6 | -80/+178 |
* | Commit the new (old) midi framework. It's based in parts on the NetBSD code, | Alexander Leidinger | 2006-05-27 | 2 | -0/+165 |
* | Commit the new (old) midi framework. It's based in parts on the NetBSD code, | Alexander Leidinger | 2006-05-27 | 10 | -0/+4547 |
* | Fix typo in printf string. | Simon L. B. Nielsen | 2006-05-27 | 1 | -2/+2 |
* | Update to new console api. | Poul-Henning Kamp | 2006-05-26 | 2 | -41/+12 |
* | Convert to new console api | Poul-Henning Kamp | 2006-05-26 | 2 | -30/+13 |
* | Convert to new console interface. | Poul-Henning Kamp | 2006-05-26 | 1 | -9/+7 |
* | Eliminate gdb_checkc member from GDB_DBGPORT(), it is never used. | Poul-Henning Kamp | 2006-05-26 | 3 | -27/+5 |
* | Convert to use CONSOLE_DRIVER() macro: | Poul-Henning Kamp | 2006-05-26 | 1 | -43/+9 |
* | Insert a '_' in the console function names to be more consistent with | Poul-Henning Kamp | 2006-05-26 | 1 | -17/+17 |
* | GC the cn_dbctl_t hook for consoles, it is unused. | Poul-Henning Kamp | 2006-05-26 | 2 | -40/+2 |
* | don't require a buffer if all we are doing is manipulating the GPIO pins... | John-Mark Gurney | 2006-05-26 | 1 | -0/+9 |
* | Get most of the way back to having Integrated Mirroring work | Matt Jacob | 2006-05-26 | 4 | -122/+160 |
* | gratuitous formatting changes | Matt Jacob | 2006-05-26 | 1 | -21/+17 |
* | Fix spellings. Prototype mpt_dump_request. Add a 'raid_enabled' tag. | Matt Jacob | 2006-05-26 | 1 | -2/+5 |
* | Remove handrolled raw dump of a request from | Matt Jacob | 2006-05-26 | 1 | -19/+1 |
* | APM was calling the suspend process from a timeout. This meant that | Warner Losh | 2006-05-25 | 1 | -0/+4 |
* | Only reference the firmware module once rather than twice. The extra call | John Baldwin | 2006-05-25 | 1 | -1/+0 |
* | Export the pribus, secbus and subbus as sysctls for information | Warner Losh | 2006-05-24 | 2 | -20/+31 |
* | Suspend the children before we turn off card events in hardware. This | Warner Losh | 2006-05-24 | 1 | -2/+4 |
* | Fix a race when detaching the cbb worker thread. There were a couple | Warner Losh | 2006-05-24 | 1 | -1/+7 |
* | Workaround a hang on some nForce2 systems that can happen if the CPU goes | John Baldwin | 2006-05-24 | 1 | -0/+38 |
* | Rename device name in the last commit. According to PR, the ID is | Gleb Smirnoff | 2006-05-24 | 1 | -3/+3 |
* | Attempt to follow the procedure described in section 4.10 of the | Ian Dowse | 2006-05-24 | 2 | -94/+224 |
* | Whitespace nits | Warner Losh | 2006-05-23 | 1 | -3/+3 |
* | Remove definitions of uart_[gs]etdreg. They are not used anymore and | Marcel Moolenaar | 2006-05-23 | 1 | -6/+0 |
* | Forgot to remove the line. | Pawel Jakub Dawidek | 2006-05-23 | 1 | -1/+0 |
* | The lcr variable in ns8250_probe is now unused. Remove it. | Benno Rice | 2006-05-23 | 1 | -1/+1 |
* | When usb_event_thread() first starts, wait significantly longer | Ian Dowse | 2006-05-23 | 1 | -5/+14 |
* | Allow uart(4)'s ns8250 driver to work with devices whose regshift is > 0. | Benno Rice | 2006-05-23 | 2 | -25/+18 |
* | Fix HMACs handling with uio's by not using crp_mac for storing calculated | Pawel Jakub Dawidek | 2006-05-22 | 3 | -10/+13 |
* | - Fix the busname in the DRIVER_MODULE. | Yoshihiro Takahashi | 2006-05-22 | 1 | -1/+8 |
* | Protect the sc_needwakeup field with the sc_freeqlock mutex. | Pawel Jakub Dawidek | 2006-05-22 | 1 | -4/+11 |
* | Add missing case for RQSTYPE_CTIO3- neede for 64 bit target mode. | Matt Jacob | 2006-05-22 | 1 | -0/+1 |
* | Remove bzero/bcopy vestiges | Matt Jacob | 2006-05-22 | 1 | -21/+87 |
* | Remove bzero/bcopy vestiges. | Matt Jacob | 2006-05-22 | 1 | -7/+12 |
* | remove bzero/bcopy vestiges | Matt Jacob | 2006-05-22 | 1 | -3/+3 |
* | add TGT_ANY define | Matt Jacob | 2006-05-22 | 1 | -0/+1 |
* | Fix longstanding bug where exec throttle is 16 bits- not 8. | Matt Jacob | 2006-05-22 | 1 | -1/+1 |
* | ALTQ-ify nve(4). | Max Laier | 2006-05-20 | 1 | -3/+5 |
* | If the PHY has 1000BASE-T capability, check to see if a 1000BASE-T speed | Pyun YongHyeon | 2006-05-19 | 1 | -2/+15 |
* | Add in a bunch of things to the mfi driver: | Doug Ambrisko | 2006-05-18 | 7 | -32/+1132 |
* | - When setting up a packet for transmit, if we the tx ring is over half | John Baldwin | 2006-05-18 | 1 | -3/+17 |
* | - Add C-bus and ISA front-ends for le(4) so it can actually replace | Marius Strobl | 2006-05-17 | 2 | -0/+953 |
* | Honor cri_mlen value. | Pawel Jakub Dawidek | 2006-05-17 | 6 | -13/+46 |
* | Send the pcvt(4) driver off to retirement. | Poul-Henning Kamp | 2006-05-17 | 2 | -4/+0 |
* | Fix static array overrun. | Gleb Smirnoff | 2006-05-17 | 1 | -1/+1 |