summaryrefslogtreecommitdiff
path: root/sys/dev/ic
AgeCommit message (Expand)Author
2015-09-22Avoid left-shift of negative values.joerg
2015-09-12Add missing splx() found by brainy.christos
2015-09-09Sync with OpenBSD. No functional change.skrll
2015-09-06More on PR 41200: headers that declare ioctls should include sys/ioccom.h.dholland
2015-08-30Remove double spl(x), found by brainy.martin
2015-08-30Restore interrupts on error path.dholland
2015-08-30Restore interrupts on error path. From maxv's brainy list.dholland
2015-08-30Even if the "card went away", don't return from smc91cxx_init withoutdholland
2015-08-30Initialize uninitialized variable; from maxv's brainy list. Fixes slipupdholland
2015-08-28Add support for Realtek RTL8168H/8111H variant.nonaka
2015-08-28Add parenthesis for a macro to prevent surprises when it is negated.joerg
2015-08-21No need to BUS_DMASYNC_PREREAD the transmit data buffer. Fixes "NFS writesjmcneill
2015-08-09wait for command done status before doing pio transferjmcneill
2015-07-22Adapter leaks requests when mpt_event_notify_reply() has to acknowledgehannken
2015-06-12actually check the return value from m_gethdr() and deal with errorsmacallan
2015-06-12Supports ETHERCAP_VLAN_MTU. ok martin@ PR#49967tnn
2015-05-30disable interrupts when we get an rfsilent event, and make sure to clear intr...jmcneill
2015-05-24Add AHCI_QUIRK_SKIP_RESET quirk to allow for skipping the drive resetjmcneill
2015-05-24remove errant &matt
2015-05-24Use bus_dmamap_load instead of bus_dmamap_load_rawmatt
2015-05-15 Print operable voltage with aprint_verbose(). OK'ed by pgoyette@.msaitoh
2015-05-04For Tegra K1, set IE_RX_TIMEOUT (bit 4) in IER register. RX_TIMEOUT occursjmcneill
2015-05-04fix pasto, use SET() and CLR()macallan
2015-05-03add COM_TYPE_TEGRAjmcneill
2015-04-23Update module dependencies for all the existing modules that depend on sysmon...pgoyette
2015-04-20Backout r1.18.kiyohara
2015-04-20Unbreak the build of spdmemozaki-r
2015-04-20Initial pass at supporting decode for DDR4.pgoyette
2015-04-14Include <sys/rndsource.h> where it is actually used.riastradh
2015-04-13Convert sys/dev to use <sys/rndsource.h>.riastradh
2015-04-10Fix a double free. "Suggested" by Brainy.maxv
2015-04-04fix double free, found by Brainy.christos
2015-04-04fix memory leak, found by Brainy.christos
2015-04-01Add missing ,matt
2015-03-27Add DDR4 support a bit.msaitoh
2015-03-14KNF policemacallan
2015-03-12use hardclock_ticks; pointed out by hannken.christos
2015-03-12Untangle the poll/wait/timeout code in ciss_cmd() Tested on a DL-360.christos
2015-03-12Dedup the conversion of bioc_disk and bioc_vol to envsys_data_tchristos
2015-03-10support 8bit mode, needed for ci20macallan
2015-03-07KNFskrll
2015-03-07Fix build.skrll
2015-03-07more Ingenic support:macallan
2015-03-01Also unmap video memory when detaching consolemlelstv
2015-02-26Stop the interface before detaching to avoid the race betweennakayama
2015-02-23Apply patch from FUKAUMI Naoki to fix ring buffer handling when themartin
2015-02-21Fix multicast handling (and while there a bogus memcpy).martin
2015-02-09Configure interrupt polarity before enabling PHY.slp
2015-02-07don't leak pdata. Reported by:christos
2015-02-07set error. Reported by;christos