| Age | Commit message (Expand) | Author |
| 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 |
| 2017-12-18 | Support promiscuous mode | jmcneill |
| 2017-12-18 | Use ieee80211_media_status | jmcneill |
| 2017-12-18 | Stop the device at attach in case it was previously initialized | jmcneill |
| 2017-12-10 | Add support for I2C designware controllers (as found in Intel PCH devices), | bouyer |
| 2017-12-04 | Put back SUNXI definitions in the COM_REGMAP case; com.c uses them | bouyer |
| 2017-12-04 | Make it clear that SUNXI registers are not defined/supported in the | bouyer |
| 2017-11-25 | Add driver for QEMU Firmware Configuration device. | jmcneill |
| 2017-11-16 | Unify IFEF_*_MPSAFE into IFEF_MPSAFE | ozaki-r |
| 2017-11-11 | change several of error logs in ahci_intr_port() to use AHCIDEBUG_PRINT() | jdolecek |
| 2017-10-31 | As discussed on tech-kern: define a new tty internal state flag: TS_KERN_ONLY | martin |
| 2017-10-29 | Make all of the COM_xxx type options runtime selectable. Kernel configs | jmcneill |
| 2017-10-28 | Add some #includes to make a few more header files compile. | riastradh |
| 2017-10-28 | Kill some more extern struct cfdriver declarations. | riastradh |