Age | Commit message (Expand) | Author |
2016-12-18 | Add cast to mask and shift macros to silence warnings generated by clang. | Mark Kettenis |
2016-11-29 | m_free() and m_freem() test for NULL. Simplify callers which had their own | Jonathan Gray |
2016-11-16 | rework re_start and re_txeof to be more like other drivers. | David Gwynne |
2016-11-16 | allocate dmamaps for every descriptor in the tx ring. | David Gwynne |
2016-11-16 | dont restrict the number of tx descriptors to what can fit on a cpu page. | David Gwynne |
2016-11-16 | move toward having the a tx packet descriptor per tx ring entry. | David Gwynne |
2016-11-16 | serialise posts to the txstart register. | David Gwynne |
2016-11-15 | Do not use bus_space_{read,write}_8() even on LP64 archs, | Martin Pieuchot |
2016-11-15 | Mask non relevant bits when pritting version number. | Martin Pieuchot |
2016-10-25 | mask and unmask the interrupt source in an intx specific intr handler. | David Gwynne |
2016-10-08 | Add comments explaining why athn(4) disables multi-rate retries with RTS. | Stefan Sperling |
2016-10-08 | Bring receive filter handling closer to the way we do things. | Mark Kettenis |
2016-10-06 | Disable RTS for long frames in ral(4) for rt2560 chips. | Stefan Sperling |
2016-10-02 | Some HABs reset parts of AHCI_PREG_CMD when AHCI_PREG_SCTL_DET_INIT | Patrick Wildt |
2016-10-02 | Some HBAs report NCQ capability despite only supporting one command | Patrick Wildt |
2016-10-02 | Given that ahci_port_alloc() grabs one CCB for use during NCQ error | Patrick Wildt |
2016-10-02 | Contrary to e. g. the xHCI specification, the AHCI rev. 1.3 spec | Patrick Wildt |
2016-09-19 | Make this build again. | Mark Kettenis |
2016-09-19 | Remove unused getdev() audio driver functions. | Alexandre Ratchov |
2016-09-17 | remove unused arcofi_drain() routine | Alexandre Ratchov |
2016-09-15 | all pools have their ipl set via pool_setipl, so fold it into pool_init. | David Gwynne |
2016-09-14 | Remove drain(), query_encoding(), mappage() and get_default_params() | Alexandre Ratchov |
2016-09-04 | remove some more sparc remnants. ok deraadt | Ted Unangst |
2016-09-04 | naddy discovered that bha no longer builds because it includes the now | Ted Unangst |
2016-09-03 | de-zaurus com.c | Jonathan Gray |
2016-09-02 | No need to set 'error' to 0 at the beginning of acx_encap(), as | Tom Cosgrove |
2016-09-01 | remove another straggler hunted down by miod | Ted Unangst |
2016-08-31 | these drivers should have perished in the same fire as mvme88k | Ted Unangst |
2016-08-31 | Remove unnecessary 'error' assignment | Tom Cosgrove |
2016-08-23 | Convert %q to %ll in format strings | Philip Guenther |
2016-08-17 | Add support for RT5390 and RT5392 chipsets to the ral(4) driver. | Stefan Sperling |
2016-08-17 | Move to iopool. No voluntary testers after several years of requests so now | Kenneth R Westerback |
2016-08-17 | Move to iopool. No voluntary testers after several years of requests so now | Kenneth R Westerback |
2016-08-17 | Make error handling (esp. DATA_UNDERRUN) clearer and avoid losing resid | Kenneth R Westerback |
2016-08-16 | Only probe the UART type if sc_uarttype is set to COM_UART_UNKNOWN. | Mark Kettenis |
2016-08-15 | For some reason the RTL8211E PHY on the Banana Pi responds to both address 0 | Mark Kettenis |
2016-08-14 | change some types in bio from u_quad_t to uint64_t, and fix casts in | David Gwynne |
2016-08-14 | replace u_quad_t with uint64_t. | David Gwynne |
2016-08-13 | Add the core of the code for dwge(4), a driver for the Synopsis Designware | Mark Kettenis |
2016-08-10 | armish handled some early-gen arm machines, which required tons of | Theo de Raadt |
2016-07-26 | Fix byteswap errors in rtwn(4) and urtwn(4) introduced by me on June 17. | Stefan Sperling |
2016-07-13 | remove unused function ether_cmp() | Theo de Raadt |
2016-06-17 | Merge a lot of code from urtwn(4) into rtwn(4). Both drivers now share code | Stefan Sperling |
2016-06-05 | Continue preparing a future merge of urtwn(4) and rtwn(4). | Stefan Sperling |
2016-05-20 | check we allocated the cq, not the sq, after trying to allocate the cq | David Gwynne |
2016-05-10 | make qla_iocb_seg structs 4 byte aligned and use htolem32 to set it. | David Gwynne |
2016-05-06 | Make sure we always update both bits that control the bus width. Also make | Mark Kettenis |
2016-05-06 | Round the requested clock frequency down to a support value instead of | Mark Kettenis |
2016-05-06 | Fix the DMA transfer code to repect the block size in the sdmmc command. | Mark Kettenis |
2016-05-05 | Add Dual Data Rate support for eMMC at 52MHz. | Mark Kettenis |