summaryrefslogtreecommitdiff
path: root/sys/dev/ic
AgeCommit message (Expand)Author
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
2015-01-27Add driver for ARM PrimeCell MultiMedia Card Interface (PL181). Not testedjmcneill
2015-01-22when resetting controller, dont preserve DWC_MMC_CTRL_REG state. makes this w...jmcneill
2015-01-17fix previousjmcneill
2015-01-17improve intr reg debuggingjmcneill
2015-01-17Add driver for DesignWare 32-bit timer as found in Rockchip RK3066/PX2,jmcneill
2015-01-14remove BIOS-mapping code that was #if-0'd in the previous commit.chs
2015-01-08fix a couple txq fencepost issues, from FUKAUMI Naoki <fun@naobsd.org>jmcneill
2015-01-07Pass a correct firmware size (instead of 0) to firmware_freeozaki-r
2015-01-05Fix index vs. count confusion when syncing a range of newly queued TXmartin
2015-01-02We have three sets of DTYPE_ constants in the kernel:christos
2014-12-31We can't sleep if we are called from the watchdog timeout.christos
2014-12-30Fix inverted logic of card_detect_n bit, from FUKAUMI Naoki <fun@naobsd.org>.jmcneill
2014-12-30build fixjmcneill
2014-12-29- Simplify clock setupjmcneill
2014-12-27- Explicitly initialize CLKSRC register.jmcneill
2014-12-27add DesignWare SD/MMC controller driverjmcneill
2014-12-26Fix a bug that ichlpcib(4) maps I/O area incorrectly and then fails to attachmsaitoh
2014-12-20Remove autoconf.h include from am7930.c as per Matt Thomas sojklos
2014-12-15Load the right xfer address into cb[i].xferdma. Fixes disk detection onskrll
2014-12-07if we dont have a mac address, make one upjmcneill
2014-12-04Increase reset delay in polling mode to 10ms per loop. It seems likejoerg
2014-11-28After handling an interrupt, try to handle more packets as we may havemartin
2014-11-28Bits and values for checksum insertion controllmartin
2014-11-26Appease gcc 4.8 - from Greg Willatt in private email.skrll
2014-11-23Fix bus_dmamap_sync usage.matt
2014-11-23Revert previous change to dwc_gmac_txintr() - while it looks strange atmartin
2014-11-23Provide the timeout argument to ahci_exec_fis in ms. Use 1ms delaysjoerg
2014-11-22Replace void * cast with proper __UNVOLATILE.joerg
2014-11-22- Add MII flow control supportjmcneill