CVS commit: src/sys/dev/ic

2015-12-27 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Dec 27 18:35:01 UTC 2015 Modified Files: src/sys/dev/ic: dwc_mmc_reg.h Log Message: add some extra regs To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/dev/ic/dwc_mmc_reg.h Please note that diffs are

CVS commit: src/sys/dev/ic

2015-12-27 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Dec 27 18:35:12 UTC 2015 Modified Files: src/sys/dev/ic: dwc_mmc.c Log Message: reduce timeouts, fix clk div calculation To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/dev/ic/dwc_mmc.c Please note

CVS commit: src/sys/dev/ic

2015-12-27 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Dec 27 18:35:29 UTC 2015 Modified Files: src/sys/dev/ic: dwc_mmc.c Log Message: remove DWC_MMC_DEBUG To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/dev/ic/dwc_mmc.c Please note that diffs are not

CVS commit: src/sys/dev/ic

2015-12-26 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Dec 26 23:13:10 UTC 2015 Modified Files: src/sys/dev/ic: dwc_mmc.c dwc_mmc_var.h Log Message: Dump registers on timeout and allow bus glue to override card detect func To generate a diff of this commit: cvs rdiff -u -r1.7

CVS commit: src/sys/dev/ic

2015-12-24 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Dec 24 14:16:18 UTC 2015 Modified Files: src/sys/dev/ic: spdmem.c spdmemreg.h spdmemvar.h Log Message: - Add DDR4E, LPDDR3 and LPDDR4. - Check NVDIMM hybrid. - add DDR4's tWR and tWTR. - Print cycle time with aprint_verbose

CVS commit: src/sys/dev/ic

2015-12-16 Thread Julian Coleman
Module Name:src Committed By: jdc Date: Wed Dec 16 08:04:58 UTC 2015 Modified Files: src/sys/dev/ic: pcf8584.c Log Message: Allow pcfiic to handle i2c writes using cmdbuf for the register, and buf for the value to be written. Prior to this, we would send an empty write

CVS commit: src/sys/dev/ic

2015-12-14 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Dec 14 23:57:30 UTC 2015 Modified Files: src/sys/dev/ic: com.c Log Message: Fix TX FIFO on Tegra To generate a diff of this commit: cvs rdiff -u -r1.337 -r1.338 src/sys/dev/ic/com.c Please note that diffs are not public

CVS commit: src/sys/dev/ic

2015-12-07 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Dec 7 14:13:05 UTC 2015 Modified Files: src/sys/dev/ic: spdmem.c Log Message: Bugfixes - Calculate cycle_time correctly. _ftb is from +127 to -128. - Print latency in correct order. - Don't print the size twice. - KNF

CVS commit: src/sys/dev/ic

2015-12-07 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Tue Dec 8 02:09:23 UTC 2015 Modified Files: src/sys/dev/ic: spdmem.c Log Message: Update calculations for DDR4 devices. This gets 1066MHz modules to report as PC4-17000. XXX Due to insufficient precision in the SPD ROM data,

CVS commit: src/sys/dev/ic

2015-12-06 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Sun Dec 6 09:44:14 UTC 2015 Modified Files: src/sys/dev/ic: spdmem.c Log Message: KNF. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/sys/dev/ic/spdmem.c Please note that diffs are not public domain; they

CVS commit: src/sys/dev/ic

2015-12-06 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Sun Dec 6 09:31:20 UTC 2015 Modified Files: src/sys/dev/ic: spdmemvar.h Log Message: Fix the definition of DDR4's tFAW (offset 0x24). To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sys/dev/ic/spdmemvar.h

CVS commit: src/sys/dev/ic

2015-12-04 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Sat Dec 5 06:36:12 UTC 2015 Modified Files: src/sys/dev/ic: spdmem.c Log Message: Calculated CRC is for bytes from 0 to 125 on DDR4. Now we can attach spdmem driver for DDR4. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/dev/ic

2015-12-04 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sat Dec 5 06:54:22 UTC 2015 Modified Files: src/sys/dev/ic: spdmem.c Log Message: Use the DDR4 rows and columns fields when printing DDR4 data To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16

CVS commit: src/sys/dev/ic

2015-11-27 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Fri Nov 27 21:16:17 UTC 2015 Modified Files: src/sys/dev/ic: athnvar.h Log Message: Pull in changes from OpenBSD r1.34: > Fix values of AR9003 Rx queue software indexes. Both indexes were zero, > which is obviously not intended

CVS commit: src/sys/dev/ic

2015-11-21 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Nov 21 16:04:11 UTC 2015 Modified Files: src/sys/dev/ic: dwc_gmac_reg.h Log Message: Fix an off by one in the bit definition for RX store and forward mode. Pointed out by ganbold. While there add a few other bits of the same

CVS commit: src/sys/dev/ic

2015-11-17 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Tue Nov 17 16:37:22 UTC 2015 Modified Files: src/sys/dev/ic: athn.c Log Message: Revert changes of athn.c r1.8. - aprint_normal is correct for the attach message - KNF adjustments in code we sync with upstream are a nuisance

CVS commit: src/sys/dev/ic

2015-11-10 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Wed Nov 11 02:43:09 UTC 2015 Modified Files: src/sys/dev/ic: ahcisata_core.c Log Message: Only sync and unload dma map in ahci_atapi_complete() if appropriate. Fixes ahcisata atapi cd(4) on arm (specifically, JETSONTK1), which

CVS commit: src/sys/dev/ic

2015-11-05 Thread Palle Lyckegaard
Module Name:src Committed By: palle Date: Thu Nov 5 21:08:18 UTC 2015 Modified Files: src/sys/dev/ic: mpt_debug.c Log Message: mpt: add missing debug strings to the Error_Map IOC_Event array To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11

CVS commit: src/sys/dev/ic

2015-11-02 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Nov 2 17:45:13 UTC 2015 Modified Files: src/sys/dev/ic: com.c Log Message: PR/50395: Vicente Chaves de Melo: Loss of characters in serial port communication between gdb and kgdb_stub: switch to line break interrupt both

CVS commit: src/sys/dev/ic

2015-09-22 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Tue Sep 22 13:28:02 UTC 2015 Modified Files: src/sys/dev/ic: athn.c Log Message: Avoid left-shift of negative values. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/sys/dev/ic/athn.c Please note that diffs

CVS commit: src/sys/dev/ic

2015-09-12 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Sep 12 19:18:24 UTC 2015 Modified Files: src/sys/dev/ic: seeq8005.c Log Message: Add missing splx() found by brainy. To generate a diff of this commit: cvs rdiff -u -r1.53 -r1.54 src/sys/dev/ic/seeq8005.c Please note

CVS commit: src/sys/dev/ic

2015-09-09 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Sep 9 11:56:53 UTC 2015 Modified Files: src/sys/dev/ic: stireg.h Log Message: Sync with OpenBSD. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/dev/ic/stireg.h Please note that

CVS commit: src/sys/dev/ic

2015-08-30 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Aug 30 09:46:57 UTC 2015 Modified Files: src/sys/dev/ic: daic.c Log Message: Remove double spl(x), found by brainy. To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 src/sys/dev/ic/daic.c Please note that diffs

CVS commit: src/sys/dev/ic

2015-08-29 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Aug 30 04:02:06 UTC 2015 Modified Files: src/sys/dev/ic: sgec.c Log Message: Initialize uninitialized variable; from maxv's brainy list. Fixes slipup in -r1.30 back in 2007. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/dev/ic

2015-08-29 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Aug 30 04:27:03 UTC 2015 Modified Files: src/sys/dev/ic: rrunner.c Log Message: Restore interrupts on error path. Also, on another path, avoid splx()'ing twice. While calling splx() a second time with the same value has no

CVS commit: src/sys/dev/ic

2015-08-29 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Aug 30 04:11:40 UTC 2015 Modified Files: src/sys/dev/ic: smc91cxx.c Log Message: Even if the card went away, don't return from smc91cxx_init without restoring interrupts. From maxv's brainy list. To generate a diff of

CVS commit: src/sys/dev/ic

2015-08-29 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Aug 30 04:17:48 UTC 2015 Modified Files: src/sys/dev/ic: gem.c Log Message: Restore interrupts on error path. From maxv's brainy list. To generate a diff of this commit: cvs rdiff -u -r1.102 -r1.103 src/sys/dev/ic/gem.c

CVS commit: src/sys/dev/ic

2015-08-28 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Fri Aug 28 13:20:46 UTC 2015 Modified Files: src/sys/dev/ic: rtl8169.c rtl81x9reg.h Log Message: Add support for Realtek RTL8168H/8111H variant. To generate a diff of this commit: cvs rdiff -u -r1.144 -r1.145

CVS commit: src/sys/dev/ic

2015-08-21 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Fri Aug 21 20:12:29 UTC 2015 Modified Files: src/sys/dev/ic: dwc_gmac.c Log Message: No need to BUS_DMASYNC_PREREAD the transmit data buffer. Fixes NFS writes being corrupted? issue on ODROID-C1 as seen on port-arm. To

CVS commit: src/sys/dev/ic

2015-08-09 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Aug 9 13:01:21 UTC 2015 Modified Files: src/sys/dev/ic: dwc_mmc.c Log Message: wait for command done status before doing pio transfer To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/dev/ic/dwc_mmc.c

CVS commit: src/sys/dev/ic

2015-07-22 Thread Juergen Hannken-Illjes
Module Name:src Committed By: hannken Date: Wed Jul 22 08:33:51 UTC 2015 Modified Files: src/sys/dev/ic: mpt_netbsd.c Log Message: Adapter leaks requests when mpt_event_notify_reply() has to acknowledge an event leading to adapter resource shortage messages when the

CVS commit: src/sys/dev/ic

2015-06-12 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Fri Jun 12 11:54:39 UTC 2015 Modified Files: src/sys/dev/ic: dwc_gmac.c Log Message: Supports ETHERCAP_VLAN_MTU. ok martin@ PR#49967 To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 src/sys/dev/ic/dwc_gmac.c Please

CVS commit: src/sys/dev/ic

2015-06-12 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Fri Jun 12 17:24:02 UTC 2015 Modified Files: src/sys/dev/ic: dm9000.c Log Message: actually check the return value from m_gethdr() and deal with errors now we no longer segfault in dme_allocate_buffer() To generate a diff of

CVS commit: src/sys/dev/ic

2015-05-29 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat May 30 00:56:42 UTC 2015 Modified Files: src/sys/dev/ic: arn5008.c Log Message: disable interrupts when we get an rfsilent event, and make sure to clear intr sync cause register To generate a diff of this commit: cvs

CVS commit: src/sys/dev/ic

2015-05-24 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sun May 24 17:08:50 UTC 2015 Modified Files: src/sys/dev/ic: arn5008.c arn9003.c Log Message: Use bus_dmamap_load instead of bus_dmamap_load_raw To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/dev/ic/arn5008.c

CVS commit: src/sys/dev/ic

2015-05-24 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sun May 24 17:19:29 UTC 2015 Modified Files: src/sys/dev/ic: arn5008.c Log Message: remove errant To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sys/dev/ic/arn5008.c Please note that diffs are not public

CVS commit: src/sys/dev/ic

2015-05-24 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun May 24 22:30:05 UTC 2015 Modified Files: src/sys/dev/ic: ahcisata_core.c ahcisatavar.h Log Message: Add AHCI_QUIRK_SKIP_RESET quirk to allow for skipping the drive reset sequence in ahci_do_reset_drive. To generate a diff

CVS commit: src/sys/dev/ic

2015-05-15 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri May 15 08:44:24 UTC 2015 Modified Files: src/sys/dev/ic: spdmem.c spdmemvar.h Log Message: Print operable voltage with aprint_verbose(). OK'ed by pgoyette@. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14

CVS commit: src/sys/dev/ic

2015-05-04 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon May 4 22:59:36 UTC 2015 Modified Files: src/sys/dev/ic: com.c Log Message: For Tegra K1, set IE_RX_TIMEOUT (bit 4) in IER register. RX_TIMEOUT occurs when data has been sitting in the Rx FIFO for more than 4 character

CVS commit: src/sys/dev/ic

2015-05-04 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Mon May 4 20:25:48 UTC 2015 Modified Files: src/sys/dev/ic: com.c Log Message: fix pasto, use SET() and CLR() thanks jmcneill@ To generate a diff of this commit: cvs rdiff -u -r1.334 -r1.335 src/sys/dev/ic/com.c Please note

CVS commit: src/sys/dev/ic

2015-05-03 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun May 3 17:22:55 UTC 2015 Modified Files: src/sys/dev/ic: com.c comvar.h Log Message: add COM_TYPE_TEGRA To generate a diff of this commit: cvs rdiff -u -r1.333 -r1.334 src/sys/dev/ic/com.c cvs rdiff -u -r1.80 -r1.81

CVS commit: src/sys/dev/ic

2015-04-20 Thread KIYOHARA Takashi
Module Name:src Committed By: kiyohara Date: Mon Apr 20 12:41:38 UTC 2015 Modified Files: src/sys/dev/ic: lan9118.c Log Message: Backout r1.18. Don't change IRQ porality. The Real-machines encounters interrupt storm. OK slp@. I assum configured it from boot-loader

CVS commit: src/sys/dev/ic

2015-04-20 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Mon Apr 20 07:51:36 UTC 2015 Modified Files: src/sys/dev/ic: spdmemvar.h Log Message: Unbreak the build of spdmem - Get rid of a tab after backslace - Add a missing semicolon From Henning Petersen To generate a diff of this

CVS commit: src/sys/dev/ic

2015-04-19 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Mon Apr 20 02:55:14 UTC 2015 Modified Files: src/sys/dev/ic: spdmem.c spdmemreg.h spdmemvar.h Log Message: Initial pass at supporting decode for DDR4. XXX I fully expect that reporting of PC4-x values is incorrect. XXX

CVS commit: src/sys/dev/ic

2015-04-04 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Apr 4 15:10:47 UTC 2015 Modified Files: src/sys/dev/ic: mfi.c Log Message: fix double free, found by Brainy. To generate a diff of this commit: cvs rdiff -u -r1.56 -r1.57 src/sys/dev/ic/mfi.c Please note that diffs are

CVS commit: src/sys/dev/ic

2015-04-04 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Apr 4 15:09:45 UTC 2015 Modified Files: src/sys/dev/ic: ac97.c Log Message: fix memory leak, found by Brainy. XXX: is there anything else that we need to cleanup at this point? To generate a diff of this commit: cvs

CVS commit: src/sys/dev/ic

2015-04-01 Thread Matt Thomas
Module Name:src Committed By: matt Date: Wed Apr 1 06:08:39 UTC 2015 Modified Files: src/sys/dev/ic: spdmem.c Log Message: Add missing , constify the arrays of string pointers. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/sys/dev/ic/spdmem.c

CVS commit: src/sys/dev/ic

2015-03-26 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Mar 27 05:33:08 UTC 2015 Modified Files: src/sys/dev/ic: spdmem.c spdmemreg.h Log Message: Add DDR4 support a bit. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/sys/dev/ic/spdmem.c cvs rdiff -u -r1.1

CVS commit: src/sys/dev/ic

2015-03-14 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Sat Mar 14 13:45:44 UTC 2015 Modified Files: src/sys/dev/ic: dm9000.c Log Message: KNF police To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/dev/ic/dm9000.c Please note that diffs are not public domain;

CVS commit: src/sys/dev/ic

2015-03-12 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Mar 12 19:56:51 UTC 2015 Modified Files: src/sys/dev/ic: ciss.c Log Message: use hardclock_ticks; pointed out by hannken. To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35 src/sys/dev/ic/ciss.c Please note

CVS commit: src/sys/dev/ic

2015-03-12 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Mar 12 18:53:22 UTC 2015 Modified Files: src/sys/dev/ic: ciss.c Log Message: Untangle the poll/wait/timeout code in ciss_cmd() Tested on a DL-360. To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34

CVS commit: src/sys/dev/ic

2015-03-10 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue Mar 10 18:01:04 UTC 2015 Modified Files: src/sys/dev/ic: dm9000.c Log Message: support 8bit mode, needed for ci20 To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/dev/ic/dm9000.c Please note that diffs

CVS commit: src/sys/dev/ic

2015-03-07 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Sat Mar 7 15:49:20 UTC 2015 Modified Files: src/sys/dev/ic: com.c comreg.h Log Message: more Ingenic support: - make sure we always set FIFO_UART_ON - deal with the absence of DCD support - enable the TX FIFO timeout interrupt

CVS commit: src/sys/dev/ic

2015-03-07 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Mar 7 21:53:33 UTC 2015 Modified Files: src/sys/dev/ic: com.c Log Message: Fix build. Hi mipsallan To generate a diff of this commit: cvs rdiff -u -r1.330 -r1.331 src/sys/dev/ic/com.c Please note that diffs are not public

CVS commit: src/sys/dev/ic

2015-03-07 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Mar 7 22:13:16 UTC 2015 Modified Files: src/sys/dev/ic: com.c Log Message: KNF To generate a diff of this commit: cvs rdiff -u -r1.331 -r1.332 src/sys/dev/ic/com.c Please note that diffs are not public domain; they are

CVS commit: src/sys/dev/ic

2015-02-28 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Mar 1 07:05:59 UTC 2015 Modified Files: src/sys/dev/ic: vga.c vga_raster.c Log Message: Also unmap video memory when detaching console To generate a diff of this commit: cvs rdiff -u -r1.114 -r1.115 src/sys/dev/ic/vga.c

CVS commit: src/sys/dev/ic

2015-02-26 Thread Takeshi Nakayama
Module Name:src Committed By: nakayama Date: Thu Feb 26 16:07:11 UTC 2015 Modified Files: src/sys/dev/ic: tulip.c Log Message: Stop the interface before detaching to avoid the race between tlp_detach() and tlp_intr(). While there, add missing callout_destroy()s. To

CVS commit: src/sys/dev/ic

2015-02-08 Thread Sergio Lopez
Module Name:src Committed By: slp Date: Mon Feb 9 07:53:39 UTC 2015 Modified Files: src/sys/dev/ic: lan9118.c Log Message: Configure interrupt polarity before enabling PHY. This prevents a interrupt storm when running under QEMU. To generate a diff of this commit: cvs

CVS commit: src/sys/dev/ic

2015-02-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Feb 7 04:27:54 UTC 2015 Modified Files: src/sys/dev/ic: aic7xxx.c Log Message: don't leak pdata. Reported by: http://www.m00nbsd.net/ae123a9bae03f7dde5c6d654412daf5a.html#Report-4 To generate a diff of this commit: cvs

CVS commit: src/sys/dev/ic

2015-02-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Feb 7 04:11:06 UTC 2015 Modified Files: src/sys/dev/ic: an.c Log Message: set error. Reported by; http://www.m00nbsd.net/ae123a9bae03f7dde5c6d654412daf5a.html#Report-4 To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/dev/ic

2015-01-27 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Tue Jan 27 16:33:26 UTC 2015 Added Files: src/sys/dev/ic: pl181.c pl181reg.h pl181var.h Log Message: Add driver for ARM PrimeCell MultiMedia Card Interface (PL181). Not tested with real hardware, only qemu integratorcp

CVS commit: src/sys/dev/ic

2015-01-22 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Thu Jan 22 17:06:15 UTC 2015 Modified Files: src/sys/dev/ic: dwc_mmc.c Log Message: when resetting controller, dont preserve DWC_MMC_CTRL_REG state. makes this work on my radxa lite To generate a diff of this commit: cvs

CVS commit: src/sys/dev/ic

2015-01-17 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Jan 17 19:32:50 UTC 2015 Modified Files: src/sys/dev/ic: dwc_mmc_reg.h Log Message: fix previous To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/dev/ic/dwc_mmc_reg.h Please note that diffs are not

CVS commit: src/sys/dev/ic

2015-01-17 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Jan 17 19:10:18 UTC 2015 Modified Files: src/sys/dev/ic: dwc_mmc.c dwc_mmc_reg.h Log Message: improve intr reg debugging To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/dev/ic/dwc_mmc.c cvs rdiff -u

CVS commit: src/sys/dev/ic

2015-01-14 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Wed Jan 14 17:45:27 UTC 2015 Modified Files: src/sys/dev/ic: vga.c vga_raster.c vgavar.h Log Message: remove BIOS-mapping code that was #if-0'd in the previous commit. To generate a diff of this commit: cvs rdiff -u -r1.113

CVS commit: src/sys/dev/ic

2015-01-08 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Thu Jan 8 14:44:43 UTC 2015 Modified Files: src/sys/dev/ic: dwc_gmac.c Log Message: fix a couple txq fencepost issues, from FUKAUMI Naoki f...@naobsd.org To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31

CVS commit: src/sys/dev/ic

2015-01-05 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Jan 5 21:37:07 UTC 2015 Modified Files: src/sys/dev/ic: dwc_gmac.c Log Message: Fix index vs. count confusion when syncing a range of newly queued TX descriptors. Pointed out by naobsd in private chat. To generate a diff

CVS commit: src/sys/dev/ic

2014-12-31 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Dec 31 17:10:45 UTC 2014 Modified Files: src/sys/dev/ic: isp_netbsd.c Log Message: We can't sleep if we are called from the watchdog timeout. To generate a diff of this commit: cvs rdiff -u -r1.87 -r1.88

CVS commit: src/sys/dev/ic

2014-12-30 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Tue Dec 30 12:36:06 UTC 2014 Modified Files: src/sys/dev/ic: dwc_mmc.c Log Message: Fix inverted logic of card_detect_n bit, from FUKAUMI Naoki f...@naobsd.org. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/sys/dev/ic

2014-12-29 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Dec 29 23:58:25 UTC 2014 Modified Files: src/sys/dev/ic: dwc_mmc.c dwc_mmc_var.h Log Message: - Simplify clock setup - Add DWC_MMC_F_FORCE_CLK flag, which forces updating clock for each command (apparently required by

CVS commit: src/sys/dev/ic

2014-12-29 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Tue Dec 30 00:19:50 UTC 2014 Modified Files: src/sys/dev/ic: dwc_mmc_var.h Log Message: build fix To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/dev/ic/dwc_mmc_var.h Please note that diffs are not public

CVS commit: src/sys/dev/ic

2014-12-27 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Dec 27 19:18:04 UTC 2014 Modified Files: src/sys/dev/ic: dwc_mmc.c dwc_mmc_reg.h dwc_mmc_var.h Log Message: - Explicitly initialize CLKSRC register. - Reset FIFO and DMA along with controller. - Support chips with inverted

CVS commit: src/sys/dev/ic

2014-12-15 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon Dec 15 11:02:33 UTC 2014 Modified Files: src/sys/dev/ic: oosiop.c Log Message: Load the right xfer address into cb[i].xferdma. Fixes disk detection on my hp715/50. Hi Taylor. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/dev/ic

2014-12-06 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Dec 7 02:23:14 UTC 2014 Modified Files: src/sys/dev/ic: dwc_gmac.c Log Message: if we dont have a mac address, make one up To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 src/sys/dev/ic/dwc_gmac.c Please

CVS commit: src/sys/dev/ic

2014-12-04 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Thu Dec 4 21:50:29 UTC 2014 Modified Files: src/sys/dev/ic: ahcisata_core.c Log Message: Increase reset delay in polling mode to 10ms per loop. It seems like AHCI on the Cubietruck doesn't like the tigther loop. PR 49448. To

CVS commit: src/sys/dev/ic

2014-11-28 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Nov 28 09:01:05 UTC 2014 Modified Files: src/sys/dev/ic: dwc_gmac_reg.h Log Message: Bits and values for checksum insertion controll To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14

CVS commit: src/sys/dev/ic

2014-11-28 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Nov 28 09:22:02 UTC 2014 Modified Files: src/sys/dev/ic: dwc_gmac.c Log Message: After handling an interrupt, try to handle more packets as we may have space in the descriptor ring now. Pointed out by Jared. To generate a

CVS commit: src/sys/dev/ic

2014-11-23 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Nov 23 11:08:16 UTC 2014 Modified Files: src/sys/dev/ic: dwc_gmac.c Log Message: Revert previous change to dwc_gmac_txintr() - while it looks strange at first sight (and sorry I didn't spot it when reviewing), it is a small

CVS commit: src/sys/dev/ic

2014-11-23 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sun Nov 23 22:42:14 UTC 2014 Modified Files: src/sys/dev/ic: dwc_gmac.c Log Message: Fix bus_dmamap_sync usage. To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 src/sys/dev/ic/dwc_gmac.c Please note that diffs are

CVS commit: src/sys/dev/ic

2014-11-22 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Sat Nov 22 15:14:35 UTC 2014 Modified Files: src/sys/dev/ic: com.c comreg.h comvar.h Log Message: deal with quirk in Ingenic UARTs ( they have a bit in the FIFO control register which turns the entire port off if not set )

CVS commit: src/sys/dev/ic

2014-11-22 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Nov 22 18:31:03 UTC 2014 Modified Files: src/sys/dev/ic: dwc_gmac.c dwc_gmac_reg.h dwc_gmac_var.h Log Message: - Add MII flow control support - Set disable jabber and auto padding/CRC stripping bits in MAC conf - Write intr

CVS commit: src/sys/dev/ic

2014-11-22 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sat Nov 22 19:50:00 UTC 2014 Modified Files: src/sys/dev/ic: i82557var.h Log Message: Replace void * cast with proper __UNVOLATILE. To generate a diff of this commit: cvs rdiff -u -r1.50 -r1.51 src/sys/dev/ic/i82557var.h Please

CVS commit: src/sys/dev/ic

2014-11-22 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sun Nov 23 01:38:49 UTC 2014 Modified Files: src/sys/dev/ic: ahcisata_core.c Log Message: Provide the timeout argument to ahci_exec_fis in ms. Use 1ms delays when we are not allowed to sleep, full ticks otherwise. Bump the

CVS commit: src/sys/dev/ic

2014-11-21 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sat Nov 22 00:17:08 UTC 2014 Modified Files: src/sys/dev/ic: rtl8169.c Log Message: Drop unnecessary-but-harmful casts. To generate a diff of this commit: cvs rdiff -u -r1.142 -r1.143 src/sys/dev/ic/rtl8169.c Please note that

CVS commit: src/sys/dev/ic

2014-11-11 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Nov 12 03:12:35 UTC 2014 Modified Files: src/sys/dev/ic: pcdisplayvar.h vgavar.h Log Message: more _KERNEL_OPT To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/sys/dev/ic/pcdisplayvar.h cvs rdiff -u

CVS commit: src/sys/dev/ic

2014-10-27 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon Oct 27 09:40:00 UTC 2014 Modified Files: src/sys/dev/ic: dwc_gmac.c Log Message: Typo in comment To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/sys/dev/ic/dwc_gmac.c Please note that diffs are not public

CVS commit: src/sys/dev/ic

2014-10-26 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Oct 26 17:39:16 UTC 2014 Modified Files: src/sys/dev/ic: dwc_gmac.c dwc_gmac_var.h Log Message: Greatly simplify ioctl handling by fully relying on ether_ioctl and a ifflags-change callback, together with a shadow copy of the

CVS commit: src/sys/dev/ic

2014-10-26 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sun Oct 26 20:51:54 UTC 2014 Modified Files: src/sys/dev/ic: dwc_gmac.c Log Message: Typo To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/sys/dev/ic/dwc_gmac.c Please note that diffs are not public domain;

CVS commit: src/sys/dev/ic

2014-10-25 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sat Oct 25 18:00:25 UTC 2014 Modified Files: src/sys/dev/ic: dwc_gmac.c Log Message: Fix typo. Use format string. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/sys/dev/ic/dwc_gmac.c Please note that diffs

CVS commit: src/sys/dev/ic

2014-10-25 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sat Oct 25 18:15:18 UTC 2014 Modified Files: src/sys/dev/ic: dwc_gmac_reg.h Log Message: Fix grammar To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/sys/dev/ic/dwc_gmac_reg.h Please note that diffs are not

CVS commit: src/sys/dev/ic

2014-10-20 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Oct 20 19:36:03 UTC 2014 Modified Files: src/sys/dev/ic: dwc_gmac.c Log Message: Cleanup debug code a bit. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/sys/dev/ic/dwc_gmac.c Please note that diffs are

CVS commit: src/sys/dev/ic

2014-10-20 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Oct 20 19:49:34 UTC 2014 Modified Files: src/sys/dev/ic: dwc_gmac_reg.h Log Message: The RXINT bit is a RX interrupt DISABLE bit. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/dev/ic/dwc_gmac_reg.h

CVS commit: src/sys/dev/ic

2014-10-20 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Oct 20 19:51:40 UTC 2014 Modified Files: src/sys/dev/ic: dwc_gmac.c Log Message: Consistently set the RX descriptors controll word - do not disable RX interrupt and set chain mode. Now it does not run off the end of the ring

CVS commit: src/sys/dev/ic

2014-10-20 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Oct 20 20:08:01 UTC 2014 Modified Files: src/sys/dev/ic: dwc_gmac.c Log Message: Cosmetics - block interrupts while enabling different interrupt sources. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17

CVS commit: src/sys/dev/ic

2014-10-20 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Oct 20 20:10:05 UTC 2014 Modified Files: src/sys/dev/ic: dwc_gmac.c dwc_gmac_reg.h dwc_gmac_var.h Log Message: add $NetBSD$ to top of files To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18

CVS commit: src/sys/dev/ic

2014-10-20 Thread Matt Thomas
Module Name:src Committed By: matt Date: Mon Oct 20 23:41:46 UTC 2014 Modified Files: src/sys/dev/ic: dwc_gmac.c Log Message: Set M_HASFCS does the frame does include the FCS in the length. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19

CVS commit: src/sys/dev/ic

2014-10-20 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Tue Oct 21 00:01:01 UTC 2014 Modified Files: src/sys/dev/ic: dwc_gmac.c dwc_gmac_reg.h Log Message: multicast hash filter support To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/sys/dev/ic/dwc_gmac.c cvs

CVS commit: src/sys/dev/ic

2014-10-19 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Oct 19 09:39:33 UTC 2014 Modified Files: src/sys/dev/ic: dwc_gmac_reg.h Log Message: Add more bits and comments, parts from jmcneill. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/dev/ic/dwc_gmac_reg.h

CVS commit: src/sys/dev/ic

2014-10-19 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Oct 19 11:37:17 UTC 2014 Modified Files: src/sys/dev/ic: dwc_gmac_reg.h Log Message: Add more comments To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sys/dev/ic/dwc_gmac_reg.h Please note that diffs are

CVS commit: src/sys/dev/ic

2014-10-19 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Oct 19 11:45:01 UTC 2014 Modified Files: src/sys/dev/ic: dwc_gmac.c Log Message: Add more MAC filter setup, some DMA burst configuration (from jmcneill), actually enable RX interrupts (spotted by jmcneill), add RX handling

<    1   2   3   4   5   6   7   8   9   10   >