CVS commit: src/sys/dev/ic

2014-10-19 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Oct 19 13:04:24 UTC 2014 Modified Files: src/sys/dev/ic: dwc_gmac.c Log Message: fix inverted logic with AWIN_GMAC_MAC_CONF_MIISEL bit; my cubieboard2 can talk to the network now! To generate a diff of this commit: cvs

CVS commit: src/sys/dev/ic

2014-10-19 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Oct 19 13:15:23 UTC 2014 Modified Files: src/sys/dev/ic: dwc_gmac.c Log Message: only set PR bit in frame filter if IFF_PROMISC is set, and set PM bit if IFF_ALLMULTI is set To generate a diff of this commit: cvs rdiff

CVS commit: src/sys/dev/ic

2014-10-19 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Oct 19 22:31:33 UTC 2014 Modified Files: src/sys/dev/ic: dwc_gmac.c Log Message: if we read an insane mac address from the chip, dont attach To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14

CVS commit: src/sys/dev/ic

2014-10-18 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Oct 18 12:43:26 UTC 2014 Modified Files: src/sys/dev/ic: dwc_gmac_reg.h Log Message: Fix GMAC_MII_CLKMASK and add a few clk setup bits for it. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: src/sys/dev/ic

2014-10-13 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Oct 13 08:18:52 UTC 2014 Modified Files: src/sys/dev/ic: dwc_gmac_reg.h Log Message: Add MAC config register bit definitions To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/dev/ic/dwc_gmac_reg.h Please

CVS commit: src/sys/dev/ic

2014-10-13 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Oct 13 08:24:53 UTC 2014 Modified Files: src/sys/dev/ic: dwc_gmac.c Log Message: When link status changes, update MAC configuration accordingly. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9

CVS commit: src/sys/dev/ic

2014-10-13 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Oct 13 09:07:26 UTC 2014 Modified Files: src/sys/dev/ic: dwc_gmac.c Log Message: Do not flush/restart the TX engine after queuing packets, but instead keep it running (it will stall when out of descriptors), and inform it

CVS commit: src/sys/dev/ic

2014-10-13 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Tue Oct 14 00:56:48 UTC 2014 Modified Files: src/sys/dev/ic: rtl8169.c Log Message: RealTek 8139C+ incorrectly identifies UDP checksum 0x as bad. Force software recalculation of UDP checksum if bad checksum is reported by the

CVS commit: src/sys/dev/ic

2014-10-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Oct 10 17:41:05 UTC 2014 Modified Files: src/sys/dev/ic: rtl8169.c rtl81x9reg.h rtl81x9var.h Log Message: PR/49259: J. Lorec: Add support for Realtek 8111G chipset into re(4) To generate a diff of this commit: cvs rdiff

CVS commit: src/sys/dev/ic

2014-10-08 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Oct 8 18:23:32 UTC 2014 Modified Files: src/sys/dev/ic: dwc_gmac_reg.h Log Message: Fix a few bits, add more status bit definitions and some comments. Remove driver specific preference definitions. To generate a diff of

CVS commit: src/sys/dev/ic

2014-10-08 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Oct 8 18:24:21 UTC 2014 Modified Files: src/sys/dev/ic: dwc_gmac.c Log Message: More interrupt handling, more debug code, less magic numbers. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8

CVS commit: src/sys/dev/ic

2014-09-28 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Sep 28 11:20:23 UTC 2014 Modified Files: src/sys/dev/ic: mpt_netbsd.c Log Message: for BIOCDISK_NOVOL, set bd_disknovol=true for any disk not associated with a volume To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/dev/ic

2014-09-28 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Sep 28 11:27:01 UTC 2014 Modified Files: src/sys/dev/ic: mpt_netbsd.c Log Message: for BIOCDISK_NOVOL, when setting bd_disknovol=false, also set bv_volid To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31

CVS commit: src/sys/dev/ic

2014-09-27 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Sep 27 16:14:16 UTC 2014 Modified Files: src/sys/dev/ic: mpt.c mpt.h mpt_netbsd.c Log Message: add bio(4) support To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/sys/dev/ic/mpt.c cvs rdiff -u -r1.7 -r1.8

CVS commit: src/sys/dev/ic

2014-09-27 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Sep 27 17:40:54 UTC 2014 Modified Files: src/sys/dev/ic: mpt_netbsd.c Log Message: show sd0 instead of mpt0 for volume device name To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 src/sys/dev/ic/mpt_netbsd.c

CVS commit: src/sys/dev/ic

2014-09-27 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Sep 27 18:16:56 UTC 2014 Modified Files: src/sys/dev/ic: mpt_netbsd.c Log Message: include vendor/product/rev info for volumes and their disks To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28

CVS commit: src/sys/dev/ic

2014-09-27 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Sep 27 21:01:51 UTC 2014 Modified Files: src/sys/dev/ic: mpt_netbsd.c Log Message: implement BIOCDISK_NOVOL To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 src/sys/dev/ic/mpt_netbsd.c Please note that diffs

CVS commit: src/sys/dev/ic

2014-09-14 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Sep 14 11:00:52 UTC 2014 Modified Files: src/sys/dev/ic: dwc_gmac.c dwc_gmac_reg.h Log Message: Cleanup and __BIT()ify To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/dev/ic/dwc_gmac.c cvs rdiff -u -r1.2

CVS commit: src/sys/dev/ic

2014-09-14 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Sep 14 18:28:38 UTC 2014 Modified Files: src/sys/dev/ic: dwc_gmac.c Log Message: Add (disabled) debug code. Fix DMA descriptor link initialization. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

CVS commit: src/sys/dev/ic

2014-09-09 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Sep 9 07:18:35 UTC 2014 Modified Files: src/sys/dev/ic: dwc_gmac.c Log Message: Fix MII setup and interrupt handling, from Robert Swindell. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/sys/dev/ic

2014-09-09 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Sep 9 10:04:19 UTC 2014 Modified Files: src/sys/dev/ic: dwc_gmac.c dwc_gmac_reg.h dwc_gmac_var.h Log Message: Make the MII clock variable and passed in from the frontend. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/dev/ic

2014-09-09 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Sep 9 10:06:47 UTC 2014 Modified Files: src/sys/dev/ic: dwc_gmac.c Log Message: Remove debug printf, now that MII status changes work To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/dev/ic/dwc_gmac.c

CVS commit: src/sys/dev/ic

2014-09-08 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Sep 8 14:24:32 UTC 2014 Added Files: src/sys/dev/ic: dwc_gmac.c dwc_gmac_reg.h dwc_gmac_var.h Log Message: Add work-in-progress driver for the Designware GMAC core, found on some allwinner chips. To generate a diff of this

CVS commit: src/sys/dev/ic

2014-08-21 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Aug 21 12:25:01 UTC 2014 Modified Files: src/sys/dev/ic: mfi.c Log Message: revert previous; code checking tool is incorrect. Variables are not being used in the non tbolt case. To generate a diff of this commit: cvs

CVS commit: src/sys/dev/ic

2014-08-21 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Thu Aug 21 13:52:22 UTC 2014 Modified Files: src/sys/dev/ic: vga.c vga_raster.c vgavar.h Log Message: #if 0 code to map the VGA BIOS I've been unable to find any code that actually uses the mapping and we may want to read the

CVS commit: src/sys/dev/ic

2014-08-21 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Aug 21 15:43:35 UTC 2014 Modified Files: src/sys/dev/ic: mfi.c Log Message: over-initialize for the benefit of gcc To generate a diff of this commit: cvs rdiff -u -r1.54 -r1.55 src/sys/dev/ic/mfi.c Please note that diffs

CVS commit: src/sys/dev/ic

2014-08-17 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Aug 18 03:43:10 UTC 2014 Modified Files: src/sys/dev/ic: oosiop.c Log Message: Fix leaks in oosiop_alloc_cb error branches, noted by maxv@. While here, avoid a sketchy pointer cast that probably falls afoul of strict

CVS commit: src/sys/dev/ic

2014-07-24 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Jul 24 17:35:10 UTC 2014 Modified Files: src/sys/dev/ic: athn.c Log Message: sync with OpenBSD To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/dev/ic/athn.c Please note that diffs are not public

CVS commit: src/sys/dev/ic

2014-07-24 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Thu Jul 24 19:47:15 UTC 2014 Modified Files: src/sys/dev/ic: athn.c Log Message: Fix last change (pa_calib_ticks should be sc_pa_calib_ticks). To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/dev/ic/athn.c

CVS commit: src/sys/dev/ic

2014-07-11 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Jul 12 05:30:33 UTC 2014 Modified Files: src/sys/dev/ic: vga.c vga_raster.c Log Message: detach wscons when detaching console To generate a diff of this commit: cvs rdiff -u -r1.111 -r1.112 src/sys/dev/ic/vga.c cvs rdiff

CVS commit: src/sys/dev/ic

2014-07-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Jul 10 15:26:30 UTC 2014 Modified Files: src/sys/dev/ic: smc91cxx.c Log Message: add missing fallthrough To generate a diff of this commit: cvs rdiff -u -r1.86 -r1.87 src/sys/dev/ic/smc91cxx.c Please note that diffs are

CVS commit: src/sys/dev/ic

2014-07-08 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Tue Jul 8 14:18:54 UTC 2014 Modified Files: src/sys/dev/ic: mpt_netbsd.c Log Message: fix a device/softc error. remove some related glue that is no longer needed. To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25

CVS commit: src/sys/dev/ic

2014-06-28 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun Jun 29 04:08:43 UTC 2014 Modified Files: src/sys/dev/ic: sti.c stivar.h Log Message: Export accessops functions to allow overriding them in MD attachment. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18

CVS commit: src/sys/dev/ic

2014-06-04 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Wed Jun 4 21:42:35 UTC 2014 Modified Files: src/sys/dev/ic: atppc.c Log Message: Remove set-but-unused variable. From John D. Baker on current-users. To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31

CVS commit: src/sys/dev/ic

2014-04-18 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Fri Apr 18 21:45:22 UTC 2014 Modified Files: src/sys/dev/ic: vga_raster.c Log Message: include VGA kernel options To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39 src/sys/dev/ic/vga_raster.c Please note that

CVS commit: src/sys/dev/ic

2014-04-18 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Fri Apr 18 22:02:44 UTC 2014 Modified Files: src/sys/dev/ic: vga_raster.c Log Message: more unused variables. To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40 src/sys/dev/ic/vga_raster.c Please note that diffs

CVS commit: src/sys/dev/ic

2014-04-14 Thread Brian Buhrow
Module Name:src Committed By: buhrow Date: Tue Apr 15 05:27:54 UTC 2014 Modified Files: src/sys/dev/ic: mpt_netbsd.c Log Message: Checking in cosmetic changes -- no functional change. (Suggestions made by Taylor Campbell) To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/dev/ic

2014-04-11 Thread Brian Buhrow
Module Name:src Committed By: buhrow Date: Fri Apr 11 18:01:13 UTC 2014 Modified Files: src/sys/dev/ic: mpt_netbsd.c Log Message: Fix up some KNF errors. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/sys/dev/ic/mpt_netbsd.c Please note that diffs

CVS commit: src/sys/dev/ic

2014-04-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Apr 8 00:09:15 UTC 2014 Modified Files: src/sys/dev/ic: com.c Log Message: Clear dtr on transition from !0 to 0, and set it on the opposite. This leaves dtr alone in the normal case. To generate a diff of this commit:

CVS commit: src/sys/dev/ic

2014-04-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Apr 6 23:29:58 UTC 2014 Modified Files: src/sys/dev/ic: com.c Log Message: PR/48720: John Kelly: com driver does not allow B0 to be set. The code to handle B0 was commented out for no reason given at revision 1.99. POSIX

CVS commit: src/sys/dev/ic

2014-04-01 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Apr 1 17:48:52 UTC 2014 Modified Files: src/sys/dev/ic: apple_smc.c apple_smc.h apple_smc_fan.c apple_smc_temp.c apple_smcvar.h Log Message: Rework Apple SMC device attachment goo again. Less bookkeeping at

CVS commit: src/sys/dev/ic

2014-04-01 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Apr 1 17:49:05 UTC 2014 Modified Files: src/sys/dev/ic: apple_smc.c apple_smc_fan.c apple_smc_temp.c apple_smcvar.h Log Message: Polish the Apple SMC code with commentary and little fixes. To generate a diff

CVS commit: src/sys/dev/ic

2014-04-01 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Apr 1 17:49:17 UTC 2014 Modified Files: src/sys/dev/ic: apple_smc.c Log Message: Fix copypasta error in apple_smc_write_key_4: uint32_t, not uint16_t. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/sys/dev/ic

2014-04-01 Thread Brian Buhrow
Module Name:src Committed By: buhrow Date: Tue Apr 1 23:57:54 UTC 2014 Modified Files: src/sys/dev/ic: mpt_netbsd.c mpt_netbsd.h Log Message: Checking in changes to improve error handling. Specifically: - if commands timeout, clear the queues to the the card and

CVS commit: src/sys/dev/ic

2014-03-27 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Mar 27 18:28:26 UTC 2014 Modified Files: src/sys/dev/ic: aic79xx.c aic7xxx.c mpt_debug.c Log Message: cleanup debugging printfs to avoid overflow To generate a diff of this commit: cvs rdiff -u -r1.46 -r1.47

CVS commit: src/sys/dev/ic

2014-03-25 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Mar 25 15:51:58 UTC 2014 Modified Files: src/sys/dev/ic: clmpcc.c Log Message: fix unused/uninitialized To generate a diff of this commit: cvs rdiff -u -r1.47 -r1.48 src/sys/dev/ic/clmpcc.c Please note that diffs are not

CVS commit: src/sys/dev/ic

2014-03-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Mar 23 02:44:00 UTC 2014 Modified Files: src/sys/dev/ic: iavc.c Log Message: remove unused To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/sys/dev/ic/iavc.c Please note that diffs are not public domain;

CVS commit: src/sys/dev/ic

2014-03-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Mar 23 02:44:19 UTC 2014 Modified Files: src/sys/dev/ic: iavc.c Log Message: remove unused To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/sys/dev/ic/iavc.c Please note that diffs are not public domain;

CVS commit: src/sys/dev/ic

2014-03-07 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Mar 7 13:19:26 UTC 2014 Modified Files: src/sys/dev/ic: icpsp.c Log Message: Fix non-DIAGNOSTIC build To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/sys/dev/ic/icpsp.c Please note that diffs are not

CVS commit: src/sys/dev/ic

2014-02-24 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Feb 24 12:19:05 UTC 2014 Modified Files: src/sys/dev/ic: ahcisata_core.c ahcisatavar.h Log Message: - Only enable AHCI mode if it is not already enabled. - Add support for capturing initial CAP/CAP2/PI regs before reset

CVS commit: src/sys/dev/ic

2014-02-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Feb 23 15:29:12 UTC 2014 Modified Files: src/sys/dev/ic: arn5008.c arn9003.c athn.c Log Message: use aprint. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/dev/ic/arn5008.c src/sys/dev/ic/arn9003.c

CVS commit: src/sys/dev/ic

2014-02-17 Thread KIYOHARA Takashi
Module Name:src Committed By: kiyohara Date: Mon Feb 17 13:41:20 UTC 2014 Modified Files: src/sys/dev/ic: mvsata.c Log Message: More delay() for some drives. To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 src/sys/dev/ic/mvsata.c Please note that diffs

CVS commit: src/sys/dev/ic

2014-01-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Jan 22 15:21:08 UTC 2014 Modified Files: src/sys/dev/ic: wd33c93.c Log Message: fix unused variable warnings To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 src/sys/dev/ic/wd33c93.c Please note that diffs

CVS commit: src/sys/dev/ic

2014-01-20 Thread Julian Coleman
Module Name:src Committed By: jdc Date: Mon Jan 20 22:02:32 UTC 2014 Modified Files: src/sys/dev/ic: pcf8584.c Log Message: Remove the check for (cmdlen 0) when writing. When i2cscan sends a quick_write, the command length is 0, so we were previously returning success

CVS commit: src/sys/dev/ic

2014-01-11 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sat Jan 11 20:17:56 UTC 2014 Modified Files: src/sys/dev/ic: pckbc.c Log Message: Do not take data from the controller in interrupt handler if we are polling. To generate a diff of this commit: cvs rdiff -u -r1.55 -r1.56

CVS commit: src/sys/dev/ic

2014-01-04 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Sat Jan 4 16:37:05 UTC 2014 Modified Files: src/sys/dev/ic: ct65550.c Log Message: __unuse the right function ( note to self - don't commit half asleep ) To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10

CVS commit: src/sys/dev/ic

2014-01-03 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Fri Jan 3 15:57:12 UTC 2014 Modified Files: src/sys/dev/ic: ct65550.c Log Message: do as joerg requested and mark an unused function __unused To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9

CVS commit: src/sys/dev/ic

2013-12-22 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sun Dec 22 18:20:46 UTC 2013 Modified Files: src/sys/dev/ic: com.c Log Message: Now that cngetc supports -1 as a return value from the cn_getc routine, let cngetc loop until a character is available so it can call the critpoll

CVS commit: src/sys/dev/ic

2013-12-16 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon Dec 16 12:08:14 UTC 2013 Modified Files: src/sys/dev/ic: com.c Log Message: Use #if defined in previous. To generate a diff of this commit: cvs rdiff -u -r1.320 -r1.321 src/sys/dev/ic/com.c Please note that diffs are not

CVS commit: src/sys/dev/ic

2013-12-16 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Dec 16 15:49:25 UTC 2013 Modified Files: src/sys/dev/ic: osiop.c Log Message: avoid unused variables outside of diag code. To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40 src/sys/dev/ic/osiop.c Please note that

CVS commit: src/sys/dev/ic

2013-12-15 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Dec 15 11:06:57 UTC 2013 Modified Files: src/sys/dev/ic: com.c Log Message: Only attempt to set 64byte fifo for 16750 when COM_16750 is defined. Hi kiyohara. PR/48359 NetBSD/cobalt 6.99.25 GENERIC kernel freeze at

CVS commit: src/sys/dev/ic

2013-12-15 Thread Marc Balmer
Module Name:src Committed By: mbalmer Date: Sun Dec 15 15:55:39 UTC 2013 Modified Files: src/sys/dev/ic: com.c Log Message: lcr is only used when COM_16650 is defined; unbreak the build To generate a diff of this commit: cvs rdiff -u -r1.318 -r1.319 src/sys/dev/ic/com.c

CVS commit: src/sys/dev/ic

2013-12-15 Thread Hisashi T Fujinaka
Module Name:src Committed By: htodd Date: Mon Dec 16 01:51:19 UTC 2013 Modified Files: src/sys/dev/ic: com.c Log Message: Fix build. To generate a diff of this commit: cvs rdiff -u -r1.319 -r1.320 src/sys/dev/ic/com.c Please note that diffs are not public domain; they

CVS commit: src/sys/dev/ic

2013-12-13 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Fri Dec 13 20:52:48 UTC 2013 Modified Files: src/sys/dev/ic: rtl81x9reg.h Log Message: Put previous (RTK_HWREV_8168F) in numeric sort order like its neighbors. To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45

CVS commit: src/sys/dev/ic

2013-12-03 Thread Radoslaw Kujawa
Module Name:src Committed By: rkujawa Date: Wed Dec 4 07:48:59 UTC 2013 Modified Files: src/sys/dev/ic: msm6242b.c Log Message: Fix RTC going backwards a year when saving time, because dt_mon != dt_year. Patch by Roc Valles. To generate a diff of this commit: cvs

CVS commit: src/sys/dev/ic

2013-11-21 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Fri Nov 22 00:01:09 UTC 2013 Modified Files: src/sys/dev/ic: atw.c Log Message: Put back and properly mark a variable which is used iff ATW_DEBUG. To generate a diff of this commit: cvs rdiff -u -r1.155 -r1.156

CVS commit: src/sys/dev/ic

2013-11-15 Thread Tohru Nishimura
Module Name:src Committed By: nisimura Date: Fri Nov 15 14:52:11 UTC 2013 Modified Files: src/sys/dev/ic: rtwphy.c Log Message: fix unused variable warning To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/sys/dev/ic/rtwphy.c Please note that diffs are

CVS commit: src/sys/dev/ic

2013-11-04 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Nov 4 16:54:57 UTC 2013 Modified Files: src/sys/dev/ic: mb89352.c vga.c Log Message: mark variables __diagused To generate a diff of this commit: cvs rdiff -u -r1.53 -r1.54 src/sys/dev/ic/mb89352.c cvs rdiff -u -r1.110

CVS commit: src/sys/dev/ic

2013-11-02 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Sat Nov 2 13:59:14 UTC 2013 Modified Files: src/sys/dev/ic: esiop.c siop.c Log Message: Turn the esiop_intr: I shouldn't be there ! panic into a printf followed by a return from the interrupt handler. The condition is triggered

CVS commit: src/sys/dev/ic

2013-10-30 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Wed Oct 30 08:40:32 UTC 2013 Modified Files: src/sys/dev/ic: esiop.c siop.c Log Message: Fix incorrect function names in panic message strings. To generate a diff of this commit: cvs rdiff -u -r1.55 -r1.56 src/sys/dev/ic/esiop.c

CVS commit: src/sys/dev/ic

2013-10-25 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Oct 25 21:29:28 UTC 2013 Modified Files: src/sys/dev/ic: dp83932.c Log Message: Remove unused stuff To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 src/sys/dev/ic/dp83932.c Please note that diffs are not

CVS commit: src/sys/dev/ic

2013-10-24 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Oct 24 13:15:12 UTC 2013 Modified Files: src/sys/dev/ic: sgec.c Log Message: Fix a few copypastos in an error path To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40 src/sys/dev/ic/sgec.c Please note that diffs

CVS commit: src/sys/dev/ic

2013-10-22 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Oct 22 13:04:25 UTC 2013 Modified Files: src/sys/dev/ic: arn5008.c arn9003.c Log Message: Avoid declaration of 'delay' shadows a global declaration by renaming the local variable. To generate a diff of this commit: cvs rdiff

CVS commit: src/sys/dev/ic

2013-10-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Oct 17 21:24:25 UTC 2013 Modified Files: src/sys/dev/ic: aic79xx.c aic79xx_osm.c arn5008.c arn9003.c arn9285.c arn9287.c athn.c atw.c bwi.c ciss.c mfi.c mtd803.c rtw.c sl811hs.c spic.c tpm.c Log

CVS commit: src/sys/dev/ic

2013-10-12 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Oct 12 16:52:21 UTC 2013 Modified Files: src/sys/dev/ic: ciss.c cissreg.h cissvar.h Log Message: - add 64 bit fifo support - handle fibrilation better To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30

CVS commit: src/sys/dev/ic

2013-10-12 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Oct 13 04:24:21 UTC 2013 Modified Files: src/sys/dev/ic: ciss.c Log Message: make the driver able to send scsi commands; now the disks are found. it was converted incorrectly to device_t. To generate a diff of this

CVS commit: src/sys/dev/ic

2013-10-04 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Fri Oct 4 21:10:18 UTC 2013 Modified Files: src/sys/dev/ic: sl811hs.c Log Message: Move an assert to the point where the referenced variable is initialized. To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.46

CVS commit: src/sys/dev/ic

2013-10-03 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Oct 3 13:19:24 UTC 2013 Modified Files: src/sys/dev/ic: sl811hs.c Log Message: Remove incorrect KASSERT. To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45 src/sys/dev/ic/sl811hs.c Please note that diffs are not

CVS commit: src/sys/dev/ic

2013-10-02 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Oct 2 22:55:04 UTC 2013 Modified Files: src/sys/dev/ic: sl811hs.c sl811hsvar.h Log Message: Modernise slhci. Many thanks to rkujawa@ for testing. To generate a diff of this commit: cvs rdiff -u -r1.40 -r1.41

CVS commit: src/sys/dev/ic

2013-10-02 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Oct 2 23:09:39 UTC 2013 Modified Files: src/sys/dev/ic: sl811hs.c Log Message: Remove harmless paste error. To generate a diff of this commit: cvs rdiff -u -r1.41 -r1.42 src/sys/dev/ic/sl811hs.c Please note that diffs are

CVS commit: src/sys/dev/ic

2013-10-02 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Oct 2 23:24:58 UTC 2013 Modified Files: src/sys/dev/ic: sl811hs.c Log Message: Fix a KASSERT - how did that sneak in? To generate a diff of this commit: cvs rdiff -u -r1.42 -r1.43 src/sys/dev/ic/sl811hs.c Please note that

CVS commit: src/sys/dev/ic

2013-10-02 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Oct 2 23:27:50 UTC 2013 Modified Files: src/sys/dev/ic: sl811hs.c Log Message: LOCKDEBUG doesn't imply DIAGNOSTIC. duh. To generate a diff of this commit: cvs rdiff -u -r1.43 -r1.44 src/sys/dev/ic/sl811hs.c Please note

CVS commit: src/sys/dev/ic

2013-09-23 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon Sep 23 10:46:35 UTC 2013 Modified Files: src/sys/dev/ic: sl811hs.c Log Message: Typo To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39 src/sys/dev/ic/sl811hs.c Please note that diffs are not public domain; they

CVS commit: src/sys/dev/ic

2013-09-23 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon Sep 23 11:27:45 UTC 2013 Modified Files: src/sys/dev/ic: sl811hs.c Log Message: KNF a comment. To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40 src/sys/dev/ic/sl811hs.c Please note that diffs are not public

CVS commit: src/sys/dev/ic

2013-09-22 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Sep 22 06:52:11 UTC 2013 Modified Files: src/sys/dev/ic: sl811hs.c Log Message: Remove trailing whitespace. To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 src/sys/dev/ic/sl811hs.c Please note that diffs are

CVS commit: src/sys/dev/ic

2013-09-22 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Sep 22 06:54:35 UTC 2013 Modified Files: src/sys/dev/ic: sl811hs.c sl811hsreg.h sl811hsvar.h Log Message: Remove all trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37 src/sys/dev/ic/sl811hs.c

CVS commit: src/sys/dev/ic

2013-09-22 Thread Adam Ciarcinski
Module Name:src Committed By: adam Date: Sun Sep 22 09:21:56 UTC 2013 Modified Files: src/sys/dev/ic: sl811hs.c Log Message: Removed duplicated lines introduced in version 1.36. To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38 src/sys/dev/ic/sl811hs.c

CVS commit: src/sys/dev/ic

2013-09-15 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Sep 15 09:17:28 UTC 2013 Modified Files: src/sys/dev/ic: pcf8584.c Log Message: Remove unused variable To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/dev/ic/pcf8584.c Please note that diffs are not

CVS commit: src/sys/dev/ic

2013-09-15 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Sep 15 09:21:21 UTC 2013 Modified Files: src/sys/dev/ic: pckbc.c Log Message: Remove unused variable To generate a diff of this commit: cvs rdiff -u -r1.54 -r1.55 src/sys/dev/ic/pckbc.c Please note that diffs are not

CVS commit: src/sys/dev/ic

2013-09-15 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Sep 15 09:26:39 UTC 2013 Modified Files: src/sys/dev/ic: pdq.c Log Message: Mark a variable as potentially unused To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40 src/sys/dev/ic/pdq.c Please note that diffs

CVS commit: src/sys/dev/ic

2013-09-15 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Sep 15 13:43:20 UTC 2013 Modified Files: src/sys/dev/ic: rrunner.c Log Message: Remove unused variables To generate a diff of this commit: cvs rdiff -u -r1.75 -r1.76 src/sys/dev/ic/rrunner.c Please note that diffs are not

CVS commit: src/sys/dev/ic

2013-09-15 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Sep 15 13:56:27 UTC 2013 Modified Files: src/sys/dev/ic: siop_common.c Log Message: Remove unused variable/ifdef like use To generate a diff of this commit: cvs rdiff -u -r1.53 -r1.54 src/sys/dev/ic/siop_common.c Please

CVS commit: src/sys/dev/ic

2013-09-15 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Sep 15 14:58:32 UTC 2013 Modified Files: src/sys/dev/ic: tulip.c Log Message: Comment out unused variable To generate a diff of this commit: cvs rdiff -u -r1.182 -r1.183 src/sys/dev/ic/tulip.c Please note that diffs are

CVS commit: src/sys/dev/ic

2013-09-15 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Sep 15 16:08:28 UTC 2013 Modified Files: src/sys/dev/ic: wdc.c Log Message: Mark potentially unused variables To generate a diff of this commit: cvs rdiff -u -r1.278 -r1.279 src/sys/dev/ic/wdc.c Please note that diffs are

CVS commit: src/sys/dev/ic

2013-09-15 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Sep 15 16:13:33 UTC 2013 Modified Files: src/sys/dev/ic: z8530sc.c Log Message: Remove unused variable To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 src/sys/dev/ic/z8530sc.c Please note that diffs are not

CVS commit: src/sys/dev/ic

2013-09-14 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Sep 14 12:43:08 UTC 2013 Modified Files: src/sys/dev/ic: isp.c ispmbox.h Log Message: Remove unused variables, use C99 open arrays for variable sized arrays To generate a diff of this commit: cvs rdiff -u -r1.123 -r1.124

CVS commit: src/sys/dev/ic

2013-09-14 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sat Sep 14 13:09:18 UTC 2013 Modified Files: src/sys/dev/ic: hd64570.c rtwphyio.c Log Message: Put helper functions for debugging under the corresponding debug options. To generate a diff of this commit: cvs rdiff -u -r1.44

CVS commit: src/sys/dev/ic

2013-09-14 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sat Sep 14 13:10:25 UTC 2013 Modified Files: src/sys/dev/ic: atw.c Log Message: Don't include atw_hw_decrypted, it is not used. Keep it for documentation purposes. To generate a diff of this commit: cvs rdiff -u -r1.153 -r1.154

CVS commit: src/sys/dev/ic

2013-09-14 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sat Sep 14 13:09:56 UTC 2013 Modified Files: src/sys/dev/ic: isp.c ninjascsi32.c tpm.c tulip.c Log Message: GC unused functions and variables. To generate a diff of this commit: cvs rdiff -u -r1.124 -r1.125 src/sys/dev/ic/isp.c

CVS commit: src/sys/dev/ic

2013-09-14 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Sep 14 21:52:49 UTC 2013 Modified Files: src/sys/dev/ic: ninjascsi32.c Log Message: Fix detach return value To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/sys/dev/ic/ninjascsi32.c Please note that diffs

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