summaryrefslogtreecommitdiff
path: root/sys/dev/ic
AgeCommit message (Expand)Author
2018-04-09Stop potential misuse of vendor names and USB vendor IDs in root hubjakllsch
2018-04-09Use AC97_SLOT_* definitions instead of magic numbers. NFC.jmcneill
2018-04-09Add AC-link slot assignment definitions.jmcneill
2018-04-08Remove COM_AWIN optionjmcneill
2018-04-08Avoid rounding errors for timeout values.mlelstv
2018-04-02Use ahc_freedmamem() for consistency. No functional change intended.rin
2018-04-02Initialize ahc->shared_data_size appropriately. Fix panic when detach.rin
2018-03-22Redo previous; reset async events only if scsibus has already been attached.rin
2018-03-22Do not call scsipi routines via njsc32_init before scsibus is attached.rin
2018-03-17also remove now duplicate nvme_ccb_put() call from nvme_get_number_of_queues()jdolecek
2018-03-17fix passthrough command usage also in nvme_get_number_of_queues(), fixesjdolecek
2018-03-17switch handling of passthrough commands to use queue, instead of pollingjdolecek
2018-03-16refactor the locking code around DIOCGCACHE handling to be reusablejdolecek
2018-03-16stop using q_nccbs_avail for deciding whether there are available ccbs;jdolecek
2018-03-14Don'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-28add workaround for PHY detection on Apple K2 GMACmacallan
2018-02-27- don't leak ccb on alloc failure.christos
2018-02-19Rewrite data transfer path to take advantage of the PL181's 64-byte FIFO.jmcneill
2018-02-12Add a new option CISS_NO_INTERRUPT_HACK for driving ciss(4) by callouts.joerg
2018-02-08Typos.dholland
2018-02-06Remove misplaced semicolon, found by GCC 6.rin
2018-02-05fixes for GCC 6.4:mrg
2018-02-01Replace ovbcopy -> memmove, same.maxv
2018-01-30Move mpt_disc_enable setting into is_scsi block.jakllsch
2018-01-30more-fully initialize mpt_disc_enablejakllsch
2018-01-30remove unused softc variablesjakllsch
2018-01-24Remove port-acorn26skrll
2018-01-24Fix integer overflows noted by Silvio Cesare of InfoSect.riastradh
2018-01-23Add "bufq_fcfs" requirement to all those driver modules that explicitlypgoyette
2018-01-16Prepend 'sp_' to the name of the fields, so that they can easily be foundmaxv
2018-01-16Mmh refix previous, we also need to make sure frm[1] is there.maxv
2018-01-16Fix overflow, noted by Maya.maxv
2018-01-14Fix awful use of m_defrag, this code just can't work. And don't forget tomaxv
2017-12-21overhaul the dbri driver and make it work again in the New Order Of Thingsmacallan
2017-12-21Don't KASSERT that we are MPSAFE if ! DWCGMAC_MPSAFEmartin
2017-12-19Don't set IFEF_MPSAFE unless NET_MPSAFE at this pointozaki-r
2017-12-18Support promiscuous modejmcneill
2017-12-18Use ieee80211_media_statusjmcneill
2017-12-18Stop the device at attach in case it was previously initializedjmcneill
2017-12-10Add support for I2C designware controllers (as found in Intel PCH devices),bouyer
2017-12-04Put back SUNXI definitions in the COM_REGMAP case; com.c uses thembouyer
2017-12-04Make it clear that SUNXI registers are not defined/supported in thebouyer
2017-11-25Add driver for QEMU Firmware Configuration device.jmcneill
2017-11-16Unify IFEF_*_MPSAFE into IFEF_MPSAFEozaki-r
2017-11-11change several of error logs in ahci_intr_port() to use AHCIDEBUG_PRINT()jdolecek
2017-10-31As discussed on tech-kern: define a new tty internal state flag: TS_KERN_ONLYmartin
2017-10-29Make all of the COM_xxx type options runtime selectable. Kernel configsjmcneill
2017-10-28Add some #includes to make a few more header files compile.riastradh
2017-10-28Kill some more extern struct cfdriver declarations.riastradh