| Age | Commit message (Expand) | Author |
| 2018-06-10 | If the bus glue does not provide values for fifo reg offset and | jmcneill |
| 2018-06-03 | Constify ug2_mb[], so that it lands in .rodata. | maxv |
| 2018-06-01 | Use m_remove_pkthdr() instead of "&= ~M_PKTHDR", to ensure the tags get | maxv |
| 2018-05-27 | Rename COM_TYPE_SUNXI -> COM_TYPE_DW_APB | jmcneill |
| 2018-05-11 | sync with openbsd bwfm to some extent. | maya |
| 2018-05-08 | Fix mis-placed right paren. kern/53271 | pgoyette |
| 2018-05-01 | GC private 802.11 rateset declarations, use the standard ones. | maya |
| 2018-04-24 | rtsx(4): Add support for RT525A, from openbsd. | maya |
| 2018-04-19 | s/static inline/static __inline/g for consistency. | christos |
| 2018-04-18 | nvmectl(8): Add big-endian support. | nonaka |
| 2018-04-18 | Add some new structure fileds, opcodes and statuses from NVMe 1.3a. | nonaka |
| 2018-04-18 | nvme(4): Added some delay before check RDY bit quirk when disabling device. | nonaka |
| 2018-04-17 | nvmectl(8): Sync with FreeBSD nvmecontrol(8) r328763. | nonaka |
| 2018-04-09 | Stop potential misuse of vendor names and USB vendor IDs in root hub | jakllsch |
| 2018-04-09 | Use AC97_SLOT_* definitions instead of magic numbers. NFC. | jmcneill |
| 2018-04-09 | Add AC-link slot assignment definitions. | jmcneill |
| 2018-04-08 | Remove COM_AWIN option | jmcneill |
| 2018-04-08 | Avoid rounding errors for timeout values. | mlelstv |
| 2018-04-02 | Use ahc_freedmamem() for consistency. No functional change intended. | rin |
| 2018-04-02 | Initialize ahc->shared_data_size appropriately. Fix panic when detach. | rin |
| 2018-03-22 | Redo previous; reset async events only if scsibus has already been attached. | rin |
| 2018-03-22 | Do not call scsipi routines via njsc32_init before scsibus is attached. | rin |
| 2018-03-17 | also remove now duplicate nvme_ccb_put() call from nvme_get_number_of_queues() | jdolecek |
| 2018-03-17 | fix passthrough command usage also in nvme_get_number_of_queues(), fixes | jdolecek |
| 2018-03-17 | switch handling of passthrough commands to use queue, instead of polling | jdolecek |
| 2018-03-16 | refactor the locking code around DIOCGCACHE handling to be reusable | jdolecek |
| 2018-03-16 | stop using q_nccbs_avail for deciding whether there are available ccbs; | jdolecek |
| 2018-03-14 | Don't left shift a negative, use unsigned for bit masks. | maya |
| 2018-03-07 | Add NCT6796D. Some functions of NCT6796D is extended from NCT6795D, | msaitoh |
| 2018-02-28 | add workaround for PHY detection on Apple K2 GMAC | macallan |
| 2018-02-27 | - don't leak ccb on alloc failure. | christos |
| 2018-02-19 | Rewrite data transfer path to take advantage of the PL181's 64-byte FIFO. | jmcneill |
| 2018-02-12 | Add a new option CISS_NO_INTERRUPT_HACK for driving ciss(4) by callouts. | joerg |
| 2018-02-08 | Typos. | dholland |
| 2018-02-06 | Remove misplaced semicolon, found by GCC 6. | rin |
| 2018-02-05 | fixes for GCC 6.4: | mrg |
| 2018-02-01 | Replace ovbcopy -> memmove, same. | maxv |
| 2018-01-30 | Move mpt_disc_enable setting into is_scsi block. | jakllsch |
| 2018-01-30 | more-fully initialize mpt_disc_enable | jakllsch |
| 2018-01-30 | remove unused softc variables | jakllsch |
| 2018-01-24 | Remove port-acorn26 | skrll |
| 2018-01-24 | Fix integer overflows noted by Silvio Cesare of InfoSect. | riastradh |
| 2018-01-23 | Add "bufq_fcfs" requirement to all those driver modules that explicitly | pgoyette |
| 2018-01-16 | Prepend 'sp_' to the name of the fields, so that they can easily be found | maxv |
| 2018-01-16 | Mmh refix previous, we also need to make sure frm[1] is there. | maxv |
| 2018-01-16 | Fix overflow, noted by Maya. | maxv |
| 2018-01-14 | Fix awful use of m_defrag, this code just can't work. And don't forget to | maxv |
| 2017-12-21 | overhaul the dbri driver and make it work again in the New Order Of Things | macallan |
| 2017-12-21 | Don't KASSERT that we are MPSAFE if ! DWCGMAC_MPSAFE | martin |
| 2017-12-19 | Don't set IFEF_MPSAFE unless NET_MPSAFE at this point | ozaki-r |