Age | Commit message (Expand) | Author |
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 |
2016-05-04 | Use BUS_DMA_OVERRUN to cope with the broken DMA engine of the Davicom DM9102 | Mark Kettenis |
2016-05-01 | Add support for changing the bus width to the sdmmc subsystem and the sdhc(4) | Mark Kettenis |
2016-04-20 | If RTL8111E on PC Engines APU is detected, configure NIC LEDs to display link. | Stuart Henderson |
2016-04-18 | allocate an array of entries, not pointers for the queues | David Gwynne |
2016-04-14 | shorten the io path slightly | David Gwynne |
2016-04-14 | apparently it's spelled NVMe, not NVME | David Gwynne |
2016-04-14 | provide a shutdown hook that follows the procedure in the docs | David Gwynne |
2016-04-14 | implement translation of scsi SYNC CACHE to nvme FLUSH | David Gwynne |
2016-04-14 | bump openings to 64 to match the number of ccbs. | David Gwynne |
2016-04-14 | if io needs more than two prpe slots, overflow into the ccb prpl | David Gwynne |
2016-04-14 | reallocate the ccbs after we figure out how big the sgls can be | David Gwynne |
2016-04-14 | set the scsi status to SCSI_OK | David Gwynne |
2016-04-14 | allocate dma memory for ccbs to use as prpe lists | David Gwynne |
2016-04-14 | dont attach if the min nvme page size is bigger than the cpu page size | David Gwynne |
2016-04-14 | dont complete scsi writes twice | David Gwynne |
2016-04-14 | WAITOK for the dmamap create for ccbs too | David Gwynne |
2016-04-14 | cut the memory for io buffers up into page sized chunks | David Gwynne |
2016-04-14 | check both the admin and io queue for completions in the interrupt handler | David Gwynne |
2016-04-14 | dont put names in arguments. | David Gwynne |
2016-04-14 | tabs, not spaces | David Gwynne |
2016-04-13 | implement handling of scsi reads and writes | David Gwynne |
2016-04-13 | enable interrupts before attaching the scsibus | David Gwynne |
2016-04-13 | allocate a queue for io commands and tell the chip about it. | David Gwynne |
2016-04-13 | nvme_q_create() issues the commands to tell the chip about io queues | David Gwynne |
2016-04-13 | stub out handling of TEST_UNIT_READY, PREVENT_ALLOW, and START_STOP | David Gwynne |