CVS commit: src/sys/dev/ic

2018-01-30 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Tue Jan 30 20:15:41 UTC 2018 Modified Files: src/sys/dev/ic: mpt.c Log Message: more-fully initialize mpt_disc_enable To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/sys/dev/ic/mpt.c Please note that diffs a

CVS commit: src/sys/dev/ic

2018-01-30 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Tue Jan 30 19:13:09 UTC 2018 Modified Files: src/sys/dev/ic: mpt_netbsd.h Log Message: remove unused softc variables To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/sys/dev/ic/mpt_netbsd.h Please note that d

CVS commit: src/sys/dev/spi

2018-01-12 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Fri Jan 12 19:38:53 UTC 2018 Modified Files: src/sys/dev/spi: spiflash.c Log Message: We always need bp->b_resid initialized before we try to toss the transfer. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src

CVS commit: src/sys/arch/arm/sunxi

2018-01-12 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Fri Jan 12 18:22:35 UTC 2018 Modified Files: src/sys/arch/arm/sunxi: sun8i_h3_ccu.c Log Message: Add clocks gates and divisors for H3/H5 SPI[01] controllers. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/sy

CVS commit: src/sys/arch/evbarm/conf

2018-01-10 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Wed Jan 10 19:56:47 UTC 2018 Modified Files: src/sys/arch/evbarm/conf: GENERIC.common Log Message: Revert previous. I misunderstood how it now works. To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 src/sys/arch/

CVS commit: src/sys/arch/evbarm/conf

2018-01-10 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Wed Jan 10 19:51:04 UTC 2018 Modified Files: src/sys/arch/evbarm/conf: GENERIC.common Log Message: Add COMPAT_70 via compat_netbsd70.conf. To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/sys/arch/evbarm/conf/

CVS commit: src/sys/dev

2018-01-10 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Wed Jan 10 15:58:40 UTC 2018 Modified Files: src/sys/dev: led.c Log Message: Use correct type with CTLTYPE_BOOL. Fixes this sysctl on big endian. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/dev/led.c

CVS commit: src/sys/arch/arm/sunxi

2018-01-08 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Mon Jan 8 14:40:18 UTC 2018 Modified Files: src/sys/arch/arm/sunxi: sunxi_mmc.c Log Message: Fix idma_xferlen for A64/H5 eMMC host controller. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/sys/arch/arm/sun

CVS commit: src/sys/arch/arm/dts

2017-12-30 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sun Dec 31 00:53:29 UTC 2017 Added Files: src/sys/arch/arm/dts: sun50i-h5-nanopi-neo-plus2.dts Log Message: Enable Gigabit Ethernet on Nano Pi Neo Plus 2. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 src/sys/arch/

CVS commit: src/sys/dev/usb

2017-12-22 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Fri Dec 22 14:41:55 UTC 2017 Modified Files: src/sys/dev/usb: uslsa.c Log Message: missing comma 🙄 To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 src/sys/dev/usb/uslsa.c Please note that diffs are not public do

CVS commit: src/sys/dev/usb

2017-12-22 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Fri Dec 22 14:18:30 UTC 2017 Modified Files: src/sys/dev/usb: uftdi.c Log Message: Add RT Systems RTS-03 To generate a diff of this commit: cvs rdiff -u -r1.65 -r1.66 src/sys/dev/usb/uftdi.c Please note that diffs are not pub

CVS commit: src/sys/dev/usb

2017-12-22 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Fri Dec 22 14:13:55 UTC 2017 Modified Files: src/sys/dev/usb: uslsa.c Log Message: Add West Mountain Radio RIGblaster. From OpenBSD uslcom(4). To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/sys/dev/usb/usls

CVS commit: src/sys/dev/usb

2017-12-22 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Fri Dec 22 14:03:39 UTC 2017 Modified Files: src/sys/dev/usb: usbdevs Log Message: Add West Mountain Radio IDs from OpenBSD To generate a diff of this commit: cvs rdiff -u -r1.744 -r1.745 src/sys/dev/usb/usbdevs Please note t

CVS commit: src/sys/dev/usb

2017-12-22 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Fri Dec 22 13:59:32 UTC 2017 Modified Files: src/sys/dev/usb: usbdevs Log Message: Add RT Systems RTS-03 USB to Serial Adapter To generate a diff of this commit: cvs rdiff -u -r1.743 -r1.744 src/sys/dev/usb/usbdevs Please not

CVS commit: src/sys/arch

2017-10-25 Thread Jonathan A. Kollasch
16:32 2017 @@ -0,0 +1,1578 @@ +/* $NetBSD: if_cpsw.c,v 1.1 2017/10/26 01:16:32 jakllsch Exp $ */ + +/* + * Copyright (c) 2013 Jonathan A. Kollasch + * All rights reserved. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the foll

CVS commit: src/sys/arch

2017-10-23 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Mon Oct 23 19:36:01 UTC 2017 Modified Files: src/sys/arch/arm/sunxi: sunxi_platform.c src/sys/arch/evbarm/conf: mk.sunxi Log Message: A couple small adjustments to make big endian (BE8) SUNXI work. To generate a diff o

CVS commit: src/sys/dev/ic

2017-10-23 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Mon Oct 23 15:08:05 UTC 2017 Modified Files: src/sys/dev/ic: dwc_gmac.c Log Message: We don't need '&mii', but just 'mii' for mii_detach(). To generate a diff of this commit: cvs rdiff -u -r1.41 -r1.42 src/sys/dev/ic/dwc_gmac.

CVS commit: src/sys/arch/arm/nvidia

2017-09-22 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Fri Sep 22 20:25:51 UTC 2017 Modified Files: src/sys/arch/arm/nvidia: tegra124_xusbpad.c Log Message: use more symbolic register bits To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/arch/arm/nvidia/tegra124

CVS commit: src/sys/arch/arm/nvidia

2017-09-22 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Fri Sep 22 20:23:22 UTC 2017 Modified Files: src/sys/arch/arm/nvidia: tegra124_xusbpadreg.h Log Message: Add more Tegra124 XUSB PADCTL register bits. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/arch/arm

CVS commit: src/sys/arch/arm/nvidia

2017-09-22 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Fri Sep 22 19:11:47 UTC 2017 Modified Files: src/sys/arch/arm/nvidia: tegra124_xusbpadreg.h Log Message: Update #include guard #define after move. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/arch/arm/nv

CVS commit: src/sys/kern

2017-09-18 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Mon Sep 18 13:22:56 UTC 2017 Modified Files: src/sys/kern: subr_extent.c Log Message: Initialize ex_lock and ex_cv only in the not-EX_EARLY case. To generate a diff of this commit: cvs rdiff -u -r1.84 -r1.85 src/sys/kern/subr_

CVS commit: xsrc/local

2017-09-12 Thread Jonathan A. Kollasch
Module Name:xsrc Committed By: jakllsch Date: Tue Sep 12 14:16:02 UTC 2017 Removed Files: xsrc/local: Imakefile xsrc/local/programs: Imakefile xsrc/local/programs/xftlsfonts: Imakefile xftlsfonts.c xftlsfonts.man xsrc/local/programs/xsystrace: Imakef

CVS commit: src/sys/arch/evbarm/fdt

2017-08-20 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sun Aug 20 21:00:01 UTC 2017 Modified Files: src/sys/arch/evbarm/fdt: fdt_machdep.c Log Message: Ignore 0-sized memory regions in the FDT. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/sys/arch/evbarm/fdt/f

CVS commit: src/sys/arch/arm/imx

2017-08-18 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Fri Aug 18 21:45:25 UTC 2017 Modified Files: src/sys/arch/arm/imx: files.imx51 files.imx6 files.imx7 Log Message: Sprinkle 'bus_dma_generic needs-flag' to fix build after previous. To generate a diff of this commit: cvs rdiff

CVS commit: [jdolecek-ncq] src/sys/dev/ic

2017-08-15 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Tue Aug 15 20:12:29 UTC 2017 Modified Files: src/sys/dev/ic [jdolecek-ncq]: siisata.c Log Message: Use ata_queue_free() instead of free() to deallocate chp->ch_queue during detach. To generate a diff of this commit: cvs rdiff

CVS commit: src/sys/dev/usb

2017-08-13 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sun Aug 13 22:29:42 UTC 2017 Modified Files: src/sys/dev/usb: uhidev.c Log Message: Always try to set USB HID devices into Report Protocol. (Unless the device is known to be quirky.) Some of the most-widely-compatible methods

CVS commit: src/sys/dev/usb

2017-08-13 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sun Aug 13 22:19:56 UTC 2017 Modified Files: src/sys/dev/usb: ukbd.c Log Message: Support more varieties of USB keyboard reports. The previous code asssumed reports would closely match the Bootstrap Keyboard Protocol. This is

CVS commit: src/sys/dev/usb

2017-08-13 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sun Aug 13 21:11:45 UTC 2017 Modified Files: src/sys/dev/usb: ukbd.c Log Message: Fix memory leak in report parsing error paths. To generate a diff of this commit: cvs rdiff -u -r1.136 -r1.137 src/sys/dev/usb/ukbd.c Please no

CVS commit: src

2017-08-10 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Thu Aug 10 19:42:53 UTC 2017 Modified Files: src/etc/mtree: NetBSD.dist.base src/external/broadcom/bcm43xx: Makefile Log Message: Fix up bcm43xx bluetooth firmware addition. Including mtree directory addition, and using

CVS commit: src/usr.sbin/btattach

2017-08-10 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Thu Aug 10 18:45:20 UTC 2017 Modified Files: src/usr.sbin/btattach: init_bcm43xx.c Log Message: remove currently-unused variables that trip up the build To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/usr.sbin/

CVS commit: src/sys/arch/evbarm/conf

2017-08-10 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Thu Aug 10 18:11:48 UTC 2017 Modified Files: src/sys/arch/evbarm/conf: GENERIC.common Log Message: enable 'options NTP' To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/sys/arch/evbarm/conf/GENERIC.common Ple

CVS commit: [jdolecek-ncq] src/sys/dev

2017-06-12 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Tue Jun 13 00:02:19 UTC 2017 Modified Files: src/sys/dev/ata [jdolecek-ncq]: TODO.ncq src/sys/dev/ic [jdolecek-ncq]: siisata.c siisatavar.h Log Message: Add NCQ support to siisata(4). There are still issues that need to

CVS commit: [jdolecek-ncq] src/sys/dev/ic

2017-06-12 Thread Jonathan A. Kollasch
$ */ /* * Copyright (c) 2007, 2008, 2009, 2010, 2011 Jonathan A. Kollasch. @@ -181,9 +181,9 @@ struct siisata_prb { #define PRO_PPHYC 0x1050 /* phy config */ #define PRO_PSS 0x1800 /* port slot status */ /* technically this is a shadow of the CAR */ -#define PRO_CAR 0x1c00 +#define PRO_CAR 0x1c00

CVS commit: [jdolecek-ncq] src/sys/dev/ata

2017-06-12 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Mon Jun 12 23:25:06 UTC 2017 Modified Files: src/sys/dev/ata [jdolecek-ncq]: TODO.ncq Log Message: Add a few more NCQ branch action items. To generate a diff of this commit: cvs rdiff -u -r1.1.2.12 -r1.1.2.13 src/sys/dev/ata/T

CVS commit: src/sys/dev/pci

2017-05-18 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Thu May 18 18:33:48 UTC 2017 Modified Files: src/sys/dev/pci: if_re_pci.c Log Message: Re-enable RTKQ_IM_HW. Timeout issues appear to be fixed since src/sys/dev/ic/rtl8169.c r1.151 To generate a diff of this commit: cvs rdiff

CVS commit: src/sys/arch/arm/nvidia

2017-05-03 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Wed May 3 13:13:12 UTC 2017 Modified Files: src/sys/arch/arm/nvidia: tegra_apbdma.c Log Message: The DMA Request number is seperate from the DMA Channel number, treat as such. To generate a diff of this commit: cvs rdiff -u -

CVS commit: src/sys/dev/pci

2017-05-01 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Mon May 1 12:29:40 UTC 2017 Modified Files: src/sys/dev/pci: if_re_pci.c Log Message: Disable interrupt moderation, as it is it causes watchdog timeouts on some chips/systems. To generate a diff of this commit: cvs rdiff -u -

CVS commit: src/sys

2017-04-29 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sat Apr 29 20:43:48 UTC 2017 Modified Files: src/sys/arch/arm/nvidia: tegra124_cpu.c src/sys/dev/i2c: as3722.c Log Message: - Recognize the AS3722 sd0_v_minus_200mV bit, which is 1 on my Jetson TK1. - Reduce intended c

CVS commit: src/sys/dev/i2c

2017-04-29 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sat Apr 29 19:57:00 UTC 2017 Modified Files: src/sys/dev/i2c: as3722.c Log Message: Add AS3722 SD4 regulator frobbing bits. Reduces aprint_error counter with TEGRA kernel on Jetson TK1 to 1 from 3. To generate a diff of this

CVS commit: [jdolecek-ncq] src/sys/dev/ic

2017-04-24 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Mon Apr 24 21:19:21 UTC 2017 Modified Files: src/sys/dev/ic [jdolecek-ncq]: siisata.c Log Message: Merge HEAD. To generate a diff of this commit: cvs rdiff -u -r1.30.4.13 -r1.30.4.14 src/sys/dev/ic/siisata.c Please note that

CVS commit: src/sys/dev/ic

2017-04-24 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Mon Apr 24 21:14:32 UTC 2017 Modified Files: src/sys/dev/ic: siisata.c Log Message: Fix PRB blanking, so as not to stomp on the feet of neighboring slots. Also, don't blank some PRB fields twice. [:U+1F633:] To generate a dif

CVS commit: [jdolecek-ncq] src/sys/dev/ic

2017-04-24 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Mon Apr 24 13:24:34 UTC 2017 Modified Files: src/sys/dev/ic [jdolecek-ncq]: siisata.c Log Message: Merge HEAD. To generate a diff of this commit: cvs rdiff -u -r1.30.4.12 -r1.30.4.13 src/sys/dev/ic/siisata.c Please note that

CVS commit: src/sys/dev/ic

2017-04-24 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Mon Apr 24 13:19:50 UTC 2017 Modified Files: src/sys/dev/ic: siisata.c Log Message: Fix typo in comment. To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 src/sys/dev/ic/siisata.c Please note that diffs are not pu

CVS commit: [jdolecek-ncq] src/sys/dev/ic

2017-04-24 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Mon Apr 24 13:09:37 UTC 2017 Modified Files: src/sys/dev/ic [jdolecek-ncq]: siisata.c Log Message: Merge HEAD. To generate a diff of this commit: cvs rdiff -u -r1.30.4.11 -r1.30.4.12 src/sys/dev/ic/siisata.c Please note that

CVS commit: [jdolecek-ncq] src/sys/dev/ic

2017-04-24 Thread Jonathan A. Kollasch
/ic/siisatareg.h Mon Apr 24 13:05:26 2017 @@ -1,4 +1,4 @@ -/* $NetBSD: siisatareg.h,v 1.7 2011/11/02 16:03:01 jakllsch Exp $ */ +/* $NetBSD: siisatareg.h,v 1.7.42.1 2017/04/24 13:05:26 jakllsch Exp $ */ /* * Copyright (c) 2007, 2008, 2009, 2010, 2011 Jonathan A. Kollasch. @@ -141,7 +141,7

CVS commit: src/sys/dev/ic

2017-04-24 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Mon Apr 24 12:58:15 UTC 2017 Modified Files: src/sys/dev/ic: siisata.c Log Message: Drop unused prototype. Whitespace fixes. Wrap/re-wrap long lines. To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 src/sys/dev/ic

CVS commit: src/sys/dev/ic

2017-04-24 Thread Jonathan A. Kollasch
/siisatareg.h Mon Apr 24 12:53:28 2017 @@ -1,4 +1,4 @@ -/* $NetBSD: siisatareg.h,v 1.8 2017/04/24 12:52:05 jakllsch Exp $ */ +/* $NetBSD: siisatareg.h,v 1.9 2017/04/24 12:53:28 jakllsch Exp $ */ /* * Copyright (c) 2007, 2008, 2009, 2010, 2011 Jonathan A. Kollasch. @@ -247,6 +247,8 @@ struct

CVS commit: src/sys/dev/ic

2017-04-24 Thread Jonathan A. Kollasch
Mon Apr 24 12:52:05 2017 @@ -1,4 +1,4 @@ -/* $NetBSD: siisatareg.h,v 1.7 2011/11/02 16:03:01 jakllsch Exp $ */ +/* $NetBSD: siisatareg.h,v 1.8 2017/04/24 12:52:05 jakllsch Exp $ */ /* * Copyright (c) 2007, 2008, 2009, 2010, 2011 Jonathan A. Kollasch. @@ -141,7 +141,7 @@ struct siisata_prb

CVS commit: [jdolecek-ncq] src/sys/dev/ic

2017-04-23 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sun Apr 23 14:33:28 UTC 2017 Modified Files: src/sys/dev/ic [jdolecek-ncq]: siisata.c Log Message: Allocate a full compliment of queue slots for each channel. To generate a diff of this commit: cvs rdiff -u -r1.30.4.10 -r1.30.

CVS commit: [jdolecek-ncq] src/sys/dev/ic

2017-04-23 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sun Apr 23 14:25:03 UTC 2017 Modified Files: src/sys/dev/ic [jdolecek-ncq]: siisata.c Log Message: Use ata_kill_active() in siisata_reset_channel() so as to ensure all in-flight xfers are taken care of. To generate a diff of t

CVS commit: [jdolecek-ncq] src/sys/dev/ata

2017-04-22 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sun Apr 23 01:30:30 UTC 2017 Modified Files: src/sys/dev/ata [jdolecek-ncq]: ata.c Log Message: Use WDC_QUEUE_DEPTH_MASK to correctly mask the NCQ depth IDENTIFY data. To generate a diff of this commit: cvs rdiff -u -r1.132.8.

CVS commit: [jdolecek-ncq] src/sys/dev/ic

2017-04-22 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sun Apr 23 01:26:50 UTC 2017 Modified Files: src/sys/dev/ic [jdolecek-ncq]: siisata.c Log Message: Fix inverted ata_waitdrain_xfer_check() logic in siisata_atapi_complete(). To generate a diff of this commit: cvs rdiff -u -r1.

CVS commit: [jdolecek-ncq] src/sys/dev/ata

2017-04-22 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sun Apr 23 01:21:04 UTC 2017 Modified Files: src/sys/dev/ata [jdolecek-ncq]: wd.c wdvar.h Log Message: Simplify wi_find() with container_of(). No need to search a list of wd_ioctls when the *bp is always going to be within the

CVS commit: [jdolecek-ncq] src/sys/dev/ata

2017-04-22 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sat Apr 22 20:07:54 UTC 2017 Modified Files: src/sys/dev/ata [jdolecek-ncq]: wd.c Log Message: Avoid destroying uninitialized xfer on error in wdioctlstrategy(). To generate a diff of this commit: cvs rdiff -u -r1.428.2.9 -r1.

CVS commit: [jdolecek-ncq] src/sys/dev/ic

2017-04-22 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sat Apr 22 14:08:38 UTC 2017 Modified Files: src/sys/dev/ic [jdolecek-ncq]: siisata.c Log Message: Another one missed in previous. To generate a diff of this commit: cvs rdiff -u -r1.30.4.7 -r1.30.4.8 src/sys/dev/ic/siisata.c

CVS commit: [jdolecek-ncq] src/sys/dev/ic

2017-04-22 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sat Apr 22 13:40:50 UTC 2017 Modified Files: src/sys/dev/ic [jdolecek-ncq]: siisata.c Log Message: 3rd xfer interrupt argument fix change missed in previous. To generate a diff of this commit: cvs rdiff -u -r1.30.4.6 -r1.30.4.

CVS commit: [jdolecek-ncq] src/sys/dev/ic

2017-04-22 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sat Apr 22 13:19:28 UTC 2017 Modified Files: src/sys/dev/ic [jdolecek-ncq]: siisata.c Log Message: Don't use the third argument of the xfer interrupt functions to pass the slot number in siisata(4). This (abuse) is redundant b

CVS commit: [jdolecek-ncq] src/sys/dev/ic

2017-04-20 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Thu Apr 20 19:24:25 UTC 2017 Modified Files: src/sys/dev/ic [jdolecek-ncq]: ahcisata_core.c Log Message: Don't bail out of handling interrupts at the first inactive slot. Appears to fix the frequent timeouts issue. To generat

CVS commit: src/external/bsd/mdocml/dist

2017-03-19 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sun Mar 19 16:51:45 UTC 2017 Modified Files: src/external/bsd/mdocml/dist: configure Log Message: Fix configure script to not always provide an extern for strsep(). To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 s

CVS commit: src/sys/arch/evbarm/awin

2017-03-08 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Wed Mar 8 17:06:35 UTC 2017 Modified Files: src/sys/arch/evbarm/awin: awin_sysconfig.c Log Message: Avoid tripping on opposite-endian sysconfig/fex blobs. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/ar

CVS commit: src/sys/arch/shark/ofw

2017-03-03 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sat Mar 4 01:29:27 UTC 2017 Modified Files: src/sys/arch/shark/ofw: ofw.c Log Message: Fix up OFW_DEBUG printfs, particularly regarding newlines and error cases. To generate a diff of this commit: cvs rdiff -u -r1.66 -r1.67 s

CVS commit: src/sys/dev/marvell

2017-03-03 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Fri Mar 3 16:52:08 UTC 2017 Modified Files: src/sys/dev/marvell: mvsdio.c Log Message: Add check during mvsdio_attach that CMD line is in idle state. If the CMD line is not in idle state, the interrupt handler routine will mis

CVS commit: src/sys/kern

2017-02-27 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Tue Feb 28 00:33:36 UTC 2017 Modified Files: src/sys/kern: subr_disk.c Log Message: pi_bsize must be at least pi_secsize Allows block device accesses to 4KiB logical sector disks to function on the vast majority of ports with 2

CVS commit: src/sys/arch/shark/ofw

2017-02-27 Thread Jonathan A. Kollasch
$ */ /* * Copyright (c) 2017 Jonathan A. Kollasch @@ -27,7 +27,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: vlpci.c,v 1.3 2017/02/19 14:34:40 jakllsch Exp $"); +__KERNEL_RCSID(0, "$NetBSD: vlpci.c,v 1.4 2017/02/27 18:30:42 jakllsch Exp $"); #include "opt_pci.h" #i

CVS commit: src/sys/arch/shark/ofw

2017-02-19 Thread Jonathan A. Kollasch
/shark/ofw/vlpci.c:1.2 Sat Feb 18 13:56:29 2017 +++ src/sys/arch/shark/ofw/vlpci.c Sun Feb 19 14:34:40 2017 @@ -1,4 +1,4 @@ -/* $NetBSD: vlpci.c,v 1.2 2017/02/18 13:56:29 flxd Exp $ */ +/* $NetBSD: vlpci.c,v 1.3 2017/02/19 14:34:40 jakllsch Exp $ */ /* * Copyright (c) 2017 Jonathan A. Kollasch

CVS commit: src/sys/arch/shark

2017-02-17 Thread Jonathan A. Kollasch
pci.c:1.1 --- /dev/null Fri Feb 17 18:07:51 2017 +++ src/sys/arch/shark/ofw/vlpci.c Fri Feb 17 18:07:51 2017 @@ -0,0 +1,231 @@ +/* $NetBSD: vlpci.c,v 1.1 2017/02/17 18:07:51 jakllsch Exp $ */ + +/* + * Copyright (c) 2017 Jonathan A. Kollasch + * All rights reserved. + * + * Redistribution and use

CVS commit: src/sys/dev/pci

2017-02-01 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Thu Feb 2 03:41:22 UTC 2017 Modified Files: src/sys/dev/pci: if_wpi.c if_wpivar.h Log Message: wpi(4): use MSI if available. To generate a diff of this commit: cvs rdiff -u -r1.75 -r1.76 src/sys/dev/pci/if_wpi.c cvs rdiff -u

CVS commit: src/sys/dev/isa

2017-02-01 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Wed Feb 1 19:10:33 UTC 2017 Modified Files: src/sys/dev/isa: gus.c Log Message: Use boolean logical and operation on booleans, rather than bitwise and. >From David Binderman in PR kern/51936. To generate a diff of this commi

CVS commit: src/usr.sbin/bta2dpd

2017-01-30 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Mon Jan 30 14:55:17 UTC 2017 Modified Files: src/usr.sbin/bta2dpd/cosdata-gen: cosdata.c src/usr.sbin/bta2dpd/sbc_crc-gen: sbc_crc.c Log Message: Improve portability baseline of bta2dpd's cosdata-gen and sbc_crc-gen host

CVS commit: src

2017-01-29 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Mon Jan 30 02:38:51 UTC 2017 Modified Files: src/crypto/external/bsd/heimdal/lib/libcom_err/compile_et: Makefile src/crypto/external/bsd/heimdal/lib/libsl/slc: Makefile src/tools/asn1_compile: Makefile src

CVS commit: src/sys/netbt

2017-01-28 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sat Jan 28 19:19:41 UTC 2017 Modified Files: src/sys/netbt: hci.h Log Message: avoid -Werror=sign-conversion To generate a diff of this commit: cvs rdiff -u -r1.42 -r1.43 src/sys/netbt/hci.h Please note that diffs are not pub

CVS commit: src/sys/arch/arm/arm

2017-01-28 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sat Jan 28 13:21:11 UTC 2017 Modified Files: src/sys/arch/arm/arm: cpufunc.c Log Message: Drop inadvertent redundant CPU_CONTROL_MMU_ENABLE ((1 < 22)) for PJ4Bv7. This was intended to be CPU_CONTROL_UNAL_ENABLE, which is alread

CVS commit: src/sys/compat/netbsd32

2017-01-25 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Wed Jan 25 21:45:39 UTC 2017 Modified Files: src/sys/compat/netbsd32: netbsd32_exec.h Log Message: Catch netbsd32_copyargs() up to changes in r1.441 src/sys/kern/kern_exec.c To generate a diff of this commit: cvs rdiff -u -r1.

CVS commit: src/sys/dev/ic

2017-01-25 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Wed Jan 25 17:31:55 UTC 2017 Modified Files: src/sys/dev/ic: igsfb.c igsfb_subr.c Log Message: Improve/fix igsfb(4) support for 15BPP. Use howmany(depth, NBBY) instead of (depth >> 3), so that 15 bits maps to 2 bytes instead of

CVS commit: src/sys/dev/ic

2017-01-25 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Wed Jan 25 16:11:54 UTC 2017 Modified Files: src/sys/dev/ic: igsfb.c Log Message: Map coprocessor registers before igsfb_hw_setup(), they are needed for setting up the video mode. To generate a diff of this commit: cvs rdiff -

CVS commit: src/sys/dev/ic

2017-01-25 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Wed Jan 25 15:51:07 UTC 2017 Modified Files: src/sys/dev/ic: igsfb.c Log Message: igsfb(4): use WSDISPLAY_BORDER_COLOR for overscan color To generate a diff of this commit: cvs rdiff -u -r1.53 -r1.54 src/sys/dev/ic/igsfb.c Pl

CVS commit: src/sys/dev/wscons

2017-01-25 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Wed Jan 25 15:40:31 UTC 2017 Modified Files: src/sys/dev/wscons: wsdisplay.c Log Message: Double size of WSDISPLAYIO_SFONT name buffer to 32 characters. We've got a font known as "DejaVu Sans Mono", and that is 17 bytes by the

CVS commit: src/sys/dev/rasops

2017-01-25 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Wed Jan 25 14:53:43 UTC 2017 Modified Files: src/sys/dev/rasops: rasops15.c Log Message: Add rasops15_putchar_aa() for greyscale fonts. Based on rasops8_putchar_aa() and rasops32_putchar_aa(). To generate a diff of this commi

CVS commit: src/sys/arch/arm/nvidia

2017-01-22 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sun Jan 22 17:46:20 UTC 2017 Modified Files: src/sys/arch/arm/nvidia: tegra_usbreg.h Log Message: Add TEGRA_EHCI_PHY_VBUS_WAKEUP_ID_REG and bit definitions. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/a

CVS commit: src/sys/arch/arm/nvidia

2017-01-22 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sun Jan 22 17:43:23 UTC 2017 Modified Files: src/sys/arch/arm/nvidia: tegra_mcreg.h Log Message: Add some SMMU registers and bit definitions. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/arch/arm/nvidia/

CVS commit: src/sys/arch/arm/nvidia

2017-01-22 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sun Jan 22 17:40:06 UTC 2017 Modified Files: src/sys/arch/arm/nvidia: tegra124_carreg.h Log Message: Whitespace adjustment. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/arch/arm/nvidia/tegra124_carreg.h

CVS commit: src/sys/arch/arm/nvidia

2017-01-22 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sun Jan 22 17:39:18 UTC 2017 Modified Files: src/sys/arch/arm/nvidia: tegra124_carreg.h Log Message: Define bits in CAR_PLLP_OUTA_REG. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/arch/arm/nvidia/tegra12

CVS commit: src/sys/arch/shark/ofw

2017-01-22 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sun Jan 22 17:27:31 UTC 2017 Modified Files: src/sys/arch/shark/ofw: igsfb_ofbus.c Log Message: Call OF to bring up the CyberPro if it's not the console. Avoids igsfb crash later with serial console due to inaccessible hardware

CVS commit: src/sys/dev/ic

2017-01-02 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Tue Jan 3 01:30:16 UTC 2017 Modified Files: src/sys/dev/ic: siisata.c Log Message: The SiI3124 was implemented at a time when the ATA/ACS2 DATA SET MANAGEMENT/TRIM command did not exist. As such, the (presumably immutable) loo

CVS commit: [nick-nhusb] src/sys/arch/evbarm/conf

2016-11-01 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Tue Nov 1 21:27:15 UTC 2016 Modified Files: src/sys/arch/evbarm/conf [nick-nhusb]: TEGRA Log Message: Enable xhci(4) in TEGRA. It should have something to do now that the pad setup exists. To generate a diff of this commit:

CVS commit: [nick-nhusb] src/sys/arch/arm/nvidia

2016-11-01 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Tue Nov 1 21:24:16 UTC 2016 Modified Files: src/sys/arch/arm/nvidia [nick-nhusb]: tegra_xusbpad.c Log Message: Tegra K1 XUSB pad setup for Jetson TK1. Needs generalization and further cleanup. To generate a diff of this commi

CVS commit: src/sys/arch/arm/nvidia

2016-09-26 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Mon Sep 26 20:08:58 UTC 2016 Modified Files: src/sys/arch/arm/nvidia: tegra_xusbpadreg.h Log Message: Add register definitions that will be necessary for future tegraxusbpadctl(4) changes. To generate a diff of this commit: cv

CVS commit: src/sys/arch

2016-09-26 Thread Jonathan A. Kollasch
016 +++ src/sys/arch/arm/nvidia/tegra_xusb.c Mon Sep 26 20:05:03 2016 @@ -0,0 +1,800 @@ +/* $NetBSD: tegra_xusb.c,v 1.1 2016/09/26 20:05:03 jakllsch Exp $ */ + +/* + * Copyright (c) 2016 Jonathan A. Kollasch + * All rights reserved. + * + * Redistribution and use in source and binary fo

CVS commit: src/sys/dev/ic

2016-09-19 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Mon Sep 19 19:07:53 UTC 2016 Modified Files: src/sys/dev/ic: siisata.c Log Message: Don't permanantly disable port if drive probe times out, reinitialize port instead. To generate a diff of this commit: cvs rdiff -u -r1.28 -r1

CVS commit: src/sys/dev/usb

2016-09-10 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sat Sep 10 15:46:36 UTC 2016 Modified Files: src/sys/dev/usb: usbdevices.config Log Message: Make usscanner(4) useful by also attaching its children. To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 src/sys/dev/us

CVS commit: src/sys/dev/usb

2016-09-10 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sat Sep 10 15:45:15 UTC 2016 Modified Files: src/sys/dev/usb: usbdevices.config Log Message: umass(4) can present both atapibus(4) and scsibus(4), so attach cd(4), sd(4), st(4), uk(4) at each. To generate a diff of this commit

CVS commit: src/sys/dev/i2c

2016-09-10 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sat Sep 10 13:16:12 UTC 2016 Modified Files: src/sys/dev/i2c: at24cxx.c Log Message: Iterate over ia_ncompat array properly. To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/sys/dev/i2c/at24cxx.c Please note

CVS commit: src/sys/arch/arm/nvidia

2016-09-07 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Thu Sep 8 00:38:23 UTC 2016 Modified Files: src/sys/arch/arm/nvidia: tegra124_car.c tegra124_carreg.h Log Message: Add Tegra124 CAR bits to support the XUSB xHCI core. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1

CVS commit: src/lib/libm

2016-09-07 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Wed Sep 7 14:41:33 UTC 2016 Modified Files: src/lib/libm: Makefile Log Message: Actually get fma(3) and friends into ARM libm. To generate a diff of this commit: cvs rdiff -u -r1.184 -r1.185 src/lib/libm/Makefile Please note

CVS commit: src/sys/dev/scsipi

2016-09-07 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Wed Sep 7 14:21:01 UTC 2016 Modified Files: src/sys/dev/scsipi: if_se.c Log Message: '#if 0' a static inline function used only by an already #if 0 function. To generate a diff of this commit: cvs rdiff -u -r1.90 -r1.91 src/s

CVS commit: src

2016-09-05 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Mon Sep 5 14:47:31 UTC 2016 Modified Files: src/distrib/cats/ramdisk: Makefile src/sys/arch/cats/conf: INSTALL Log Message: Increase size of cats installation memory disk by 100Ki. Or: We shouldn't let the cats out of

CVS commit: src/share/mk

2016-09-03 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sat Sep 3 16:10:35 UTC 2016 Modified Files: src/share/mk: bsd.own.mk Log Message: Switch shark to Xorg server 1.18. The igs driver no longer builds against 1.10. To generate a diff of this commit: cvs rdiff -u -r1.951 -r1.95

CVS commit: src/sys/arch/arm/nvidia

2016-09-02 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Fri Sep 2 19:06:58 UTC 2016 Modified Files: src/sys/arch/arm/nvidia: tegra124_car.c Log Message: Source of pll_p_out5 is not div_pllp_out5 but div_pll_p_out5. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sy

CVS commit: src/external/mit/xorg/server/xorg-server/hw/xfree86/common

2016-09-02 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Fri Sep 2 11:38:01 UTC 2016 Modified Files: src/external/mit/xorg/server/xorg-server/hw/xfree86/common: Makefile Log Message: More clang -Wno-error= To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 \ src/exte

CVS commit: src/external/mit/xorg/server/drivers

2016-09-01 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Fri Sep 2 04:49:48 UTC 2016 Modified Files: src/external/mit/xorg/server/drivers/xf86-video-s3: Makefile src/external/mit/xorg/server/drivers/xf86-video-siliconmotion: Makefile src/external/mit/xorg/server/driver

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