summaryrefslogtreecommitdiff
path: root/sys/dev/ic
AgeCommit message (Expand)Author
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
2017-10-28Update the kernhist(9) kernel history code to address issues identifiedpgoyette
2017-10-24 Print "ECC" or "no ECC" for DDR4.msaitoh
2017-10-23Initialize txrate to 0 for new associations; firmware handles rate adaptation...jmcneill
2017-10-23We don't need '&mii', but just 'mii' for mii_detach().jakllsch
2017-10-23 If if_initialize() failed in the attach function, free resources and return.msaitoh
2017-10-23- If if_initialize() failed in the attach function, free resources and return.msaitoh
2017-10-23 If if_initialize() failed in the attach function, return.msaitoh
2017-10-23- Free resources correctly on some errors in atw_attach().msaitoh
2017-10-23- If if_initialize() failed in athn_attach(), free resources and return.msaitoh
2017-10-23 If error occured in the attach function, free resources and return.msaitoh
2017-10-23 If if_attach() failed in the attach function, return.msaitoh
2017-10-20Set maximum supported bwfm_bss_info lengthjmcneill
2017-10-20Fix an alignment problem with scan results within an escan eventjmcneill
2017-10-20move ata_queue_alloc(1) and ata_queue_free() calls to ata_channel_init()jdolecek
2017-10-19Add driver for Broadcom 802.11a/b/g/n/ac USB wireless devices, based onjmcneill
2017-10-17reintroduce ATACH_IRQ_WAIT flag for attachments using wdcintr(), onlyjdolecek