| Age | Commit message (Expand) | Author |
| 2015-04-13 | Convert sys/dev to use <sys/rndsource.h>. | riastradh |
| 2015-04-10 | Fix a double free. "Suggested" by Brainy. | maxv |
| 2015-04-04 | fix double free, found by Brainy. | christos |
| 2015-04-04 | fix memory leak, found by Brainy. | christos |
| 2015-04-01 | Add missing , | matt |
| 2015-03-27 | Add DDR4 support a bit. | msaitoh |
| 2015-03-14 | KNF police | macallan |
| 2015-03-12 | use hardclock_ticks; pointed out by hannken. | christos |
| 2015-03-12 | Untangle the poll/wait/timeout code in ciss_cmd() Tested on a DL-360. | christos |
| 2015-03-12 | Dedup the conversion of bioc_disk and bioc_vol to envsys_data_t | christos |
| 2015-03-10 | support 8bit mode, needed for ci20 | macallan |
| 2015-03-07 | KNF | skrll |
| 2015-03-07 | Fix build. | skrll |
| 2015-03-07 | more Ingenic support: | macallan |
| 2015-03-01 | Also unmap video memory when detaching console | mlelstv |
| 2015-02-26 | Stop the interface before detaching to avoid the race between | nakayama |
| 2015-02-23 | Apply patch from FUKAUMI Naoki to fix ring buffer handling when the | martin |
| 2015-02-21 | Fix multicast handling (and while there a bogus memcpy). | martin |
| 2015-02-09 | Configure interrupt polarity before enabling PHY. | slp |
| 2015-02-07 | don't leak pdata. Reported by: | christos |
| 2015-02-07 | set error. Reported by; | christos |
| 2015-01-27 | Add driver for ARM PrimeCell MultiMedia Card Interface (PL181). Not tested | jmcneill |
| 2015-01-22 | when resetting controller, dont preserve DWC_MMC_CTRL_REG state. makes this w... | jmcneill |
| 2015-01-17 | fix previous | jmcneill |
| 2015-01-17 | improve intr reg debugging | jmcneill |
| 2015-01-17 | Add driver for DesignWare 32-bit timer as found in Rockchip RK3066/PX2, | jmcneill |
| 2015-01-14 | remove BIOS-mapping code that was #if-0'd in the previous commit. | chs |
| 2015-01-08 | fix a couple txq fencepost issues, from FUKAUMI Naoki <fun@naobsd.org> | jmcneill |
| 2015-01-07 | Pass a correct firmware size (instead of 0) to firmware_free | ozaki-r |
| 2015-01-05 | Fix index vs. count confusion when syncing a range of newly queued TX | martin |
| 2015-01-02 | We have three sets of DTYPE_ constants in the kernel: | christos |
| 2014-12-31 | We can't sleep if we are called from the watchdog timeout. | christos |
| 2014-12-30 | Fix inverted logic of card_detect_n bit, from FUKAUMI Naoki <fun@naobsd.org>. | jmcneill |
| 2014-12-30 | build fix | jmcneill |
| 2014-12-29 | - Simplify clock setup | jmcneill |
| 2014-12-27 | - Explicitly initialize CLKSRC register. | jmcneill |
| 2014-12-27 | add DesignWare SD/MMC controller driver | jmcneill |
| 2014-12-26 | Fix a bug that ichlpcib(4) maps I/O area incorrectly and then fails to attach | msaitoh |
| 2014-12-20 | Remove autoconf.h include from am7930.c as per Matt Thomas so | jklos |
| 2014-12-15 | Load the right xfer address into cb[i].xferdma. Fixes disk detection on | skrll |
| 2014-12-07 | if we dont have a mac address, make one up | jmcneill |
| 2014-12-04 | Increase reset delay in polling mode to 10ms per loop. It seems like | joerg |
| 2014-11-28 | After handling an interrupt, try to handle more packets as we may have | martin |
| 2014-11-28 | Bits and values for checksum insertion controll | martin |
| 2014-11-26 | Appease gcc 4.8 - from Greg Willatt in private email. | skrll |
| 2014-11-23 | Fix bus_dmamap_sync usage. | matt |
| 2014-11-23 | Revert previous change to dwc_gmac_txintr() - while it looks strange at | martin |
| 2014-11-23 | Provide the timeout argument to ahci_exec_fis in ms. Use 1ms delays | joerg |
| 2014-11-22 | Replace void * cast with proper __UNVOLATILE. | joerg |
| 2014-11-22 | - Add MII flow control support | jmcneill |