summaryrefslogtreecommitdiff
path: root/sys/dev/ic
AgeCommit message (Expand)Author
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
2017-10-17no need to clear DMA WAIT flag in mvsata_edma_handle(), it's not neededjdolecek
2017-10-16simplify previous.christos
2017-10-16dedupchristos
2017-10-16 A part number field of DDR3 and DDR4 is not NUL terminated. All unused charsmsaitoh
2017-10-16fix comment - it's WDCTL_IDS which is supposed to disable interruptsjdolecek
2017-10-15explicitely ignore polled xfers in wdcintr(), so it won't be processedjdolecek
2017-10-10make compile with ATAPI_DEBUG_PROBE (by copying over the code fromjdolecek
2017-10-08Initialize tfd even when not waiting for DSC.joerg
2017-10-07adapt several more wdc attachments for NCQ branch mergejdolecek
2017-10-07Merge support for SATA NCQ (Native Command Queueing) from jdolecek-ncq branchjdolecek
2017-09-26VLAN ID uses pkthdr instead of mtag now. Contributed by s-yamaguchi@IIJ.knakahara
2017-09-02Revert previous local conversion for vs(4).isaki
2017-08-29Fix two typos. pfil -> rfil for recording.isaki
2017-08-20M_WAITOK cannot fail, so remove the test, otherwise it looks like anmaxv
2017-08-18- WBSIO_ID_W83627DHG and newer devices have 12bit device ID. So, change sioidmsaitoh
2017-08-17 Use uint8_t instead of int. No functional change.msaitoh
2017-08-10Report AUXUART fifo size on rpi3 to 1 byte. This prevents bluetoothnat
2017-08-09While ld(4) is MP safe, many backends are not.mlelstv
2017-08-09- Sprinkle static and const. No functional change.msaitoh
2017-08-05vs(4) became to able to play audio again.isaki
2017-08-05Fix typo. 266 -> 256.isaki
2017-08-02Use endian conversion macros (and some rearrange for readability).isaki
2017-07-31Broadcom AUX UART doesn't seem to set LSR RXRDY bit when data is availablejmcneill
2017-07-31Add COM_TYPE_BCMAUXUART type for BCM2835 AUX UART.jmcneill
2017-07-30Improve diagnostic code.isaki
2017-07-29Null out sc_rx_mbuf[i] after m_freem to avoid double-free later.riastradh
2017-07-29Plug mbuf leak on MCLGET failure in sonic_rxintr.riastradh
2017-07-29Check for MCLGET failure in dme_alloc_receive_buffer.riastradh
2017-07-29Check for M_EXT in m->m_flags, whether m is NULL, after MCLGET.riastradh
2017-07-28Reject out-of-bounds channel index.riastradh
2017-07-28Reject negative indices from userland.riastradh