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

2019-06-22 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sat Jun 22 17:57:10 UTC 2019 Modified Files: src/sys/arch/arm/fdt: acpi_fdt.c Log Message: Restore previous range of aa_dmat. Should fix ahcisata_acpi on OverDrive 1000, which has no DRAM below 4GiB. To generate a diff of thi

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

2019-06-22 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sat Jun 22 17:57:10 UTC 2019 Modified Files: src/sys/arch/arm/fdt: acpi_fdt.c Log Message: Restore previous range of aa_dmat. Should fix ahcisata_acpi on OverDrive 1000, which has no DRAM below 4GiB. To generate a diff of thi

CVS commit: src/sys/dev/pci

2019-06-24 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Mon Jun 24 13:57:31 UTC 2019 Modified Files: src/sys/dev/pci: if_wpi.c Log Message: Put back correct recieve ring allocation size which was lost just over five years ago mae culpa. Found by msaitoh@ Should fix PR kern/54320 on

CVS commit: src/sys/dev/pci

2019-06-24 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Mon Jun 24 13:57:31 UTC 2019 Modified Files: src/sys/dev/pci: if_wpi.c Log Message: Put back correct recieve ring allocation size which was lost just over five years ago mae culpa. Found by msaitoh@ Should fix PR kern/54320 on

CVS commit: src/sys/dev/ata

2010-01-24 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Mon Jan 25 00:39:52 UTC 2010 Modified Files: src/sys/dev/ata: atareg.h Log Message: Add some more elements to struct ataparams. These mostly concern the new Long Physical Sectors and Long Logical Sectors feature sets. Informat

CVS commit: src/sbin/atactl

2010-01-24 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Mon Jan 25 01:24:11 UTC 2010 Modified Files: src/sbin/atactl: atactl.c Log Message: Add display of Long Physical Sector and Long Logical Sectors feature set information to atactl identify output. Also: - remove caddr_t cast - w

Re: CVS commit: src/usr.sbin/powerd

2010-01-26 Thread Jonathan A. Kollasch
On Tue, Jan 26, 2010 at 08:37:13PM +, Jukka Ruohonen wrote: > * Apparently there is only a single location for the scripts. Thus, remove >the references to "/etc/powerd/scripts/apm" and "/etc/powerd/scripts/acpi". When did this change? I remember fixing this in the acpi case recently.

CVS commit: src/sys/dev

2010-01-30 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sat Jan 30 16:16:35 UTC 2010 Modified Files: src/sys/dev/cardbus: siisata_cardbus.c src/sys/dev/ic: siisata.c src/sys/dev/pci: siisata_pci.c Log Message: Sprinkle __KERNEL_RCSID() into siisata(4). Slightly adjust

CVS commit: src/sys/dev/pci

2010-01-30 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sat Jan 30 20:47:57 UTC 2010 Modified Files: src/sys/dev/pci: pcidevs Log Message: Add Qumranet vendor and Virtio device IDs. Also, sort some vendor entries. To generate a diff of this commit: cvs rdiff -u -r1.1017 -r1.1018 sr

CVS commit: src/sys/dev/pci

2010-01-30 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sat Jan 30 20:50:19 UTC 2010 Modified Files: src/sys/dev/pci: pcidevs.h pcidevs_data.h Log Message: regen. To generate a diff of this commit: cvs rdiff -u -r1.1014 -r1.1015 src/sys/dev/pci/pcidevs.h cvs rdiff -u -r1.1013 -r1.1

CVS commit: src/sys/dev/ic

2010-02-12 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sat Feb 13 04:09:36 UTC 2010 Modified Files: src/sys/dev/ic: nslm7x.c Log Message: Explicitly mark voltage readings as valid in Winbond voltage refresh functions. This fixes forever-N/A VCore and -12V readings on my W83627THF ch

CVS commit: src/sys/dev/dm

2010-02-25 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Thu Feb 25 20:48:59 UTC 2010 Modified Files: src/sys/dev/dm: device-mapper.c dm_ioctl.c Log Message: Be sure to config_cfattach_attach() in dmattach(). Loosely based on patch from Brian Brombacher, with other inspriation from vn

CVS commit: src/sys/dev/dm

2010-02-25 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Thu Feb 25 20:48:59 UTC 2010 Modified Files: src/sys/dev/dm: device-mapper.c dm_ioctl.c Log Message: Be sure to config_cfattach_attach() in dmattach(). Loosely based on patch from Brian Brombacher, with other inspriation from vn

CVS commit: src/sys/dev/dm

2010-02-26 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Fri Feb 26 23:52:43 UTC 2010 Modified Files: src/sys/dev/dm: device-mapper.c Log Message: Use correct prototype for dmattach(). To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/sys/dev/dm/device-mapper.c Plea

CVS commit: src/sys/dev/dm

2010-02-26 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Fri Feb 26 23:52:43 UTC 2010 Modified Files: src/sys/dev/dm: device-mapper.c Log Message: Use correct prototype for dmattach(). To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/sys/dev/dm/device-mapper.c Plea

CVS commit: src/sys/dev/dm

2010-02-26 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sat Feb 27 00:31:57 UTC 2010 Modified Files: src/sys/dev/dm: device-mapper.c Log Message: Use RUN_ONCE(9) again. (Everyone happy now?) To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/sys/dev/dm/device-mapper

CVS commit: src/sys/dev/dm

2010-02-26 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sat Feb 27 00:31:57 UTC 2010 Modified Files: src/sys/dev/dm: device-mapper.c Log Message: Use RUN_ONCE(9) again. (Everyone happy now?) To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/sys/dev/dm/device-mapper

Re: CVS commit: src/sys

2010-04-07 Thread Jonathan A. Kollasch
On Wed, Apr 07, 2010 at 05:51:16PM +, Jonathan A. Kollasch wrote: > Module Name: src > Committed By: jakllsch > Date: Wed Apr 7 17:51:16 UTC 2010 > > Modified Files: > src/sys/arch/alpha/conf: GENERIC std.alpha Adding ath(4) to alpha wasn't supposed to

Re: CVS commit: src/sys/dev/sysmon

2010-10-22 Thread Jonathan A. Kollasch
On Wed, Oct 20, 2010 at 06:50:47PM +, Antti Kantee wrote: > Module Name: src > Committed By: pooka > Date: Wed Oct 20 18:50:47 UTC 2010 > > Modified Files: > src/sys/dev/sysmon: swsensor.c > > Log Message: > remove unused routine (per comment) > > > To generate a diff of this

Re: CVS commit: src/sys/arch/i386/stand

2010-12-24 Thread Jonathan A. Kollasch
On Fri, Dec 24, 2010 at 03:13:28PM +, David Laight wrote: > On Wed, Dec 22, 2010 at 08:46:43PM +0000, Jonathan A. Kollasch wrote: > > > > Log Message: > > It just so happens we don't need -Wno-attributes if we > > place __packed in the right place. > >

Re: CVS commit: src/sys/arch/i386/stand/lib

2010-12-24 Thread Jonathan A. Kollasch
On Fri, Dec 24, 2010 at 11:00:40PM +, Christos Zoulas wrote: > In article <20101224203651.e3c4117...@cvs.netbsd.org>, > Jonathan A. Kollasch wrote: > >-=-=-=-=-=- > > > >Module Name: src > >Committed By:jakllsch > >Date:Fr

Re: CVS commit: src/sys/arch/i386/stand/lib

2010-12-24 Thread Jonathan A. Kollasch
On Fri, Dec 24, 2010 at 06:14:13PM -0500, Christos Zoulas wrote: > On Dec 24, 11:05pm, jakll...@kollasch.net ("Jonathan A. Kollasch") wrote: > -- Subject: Re: CVS commit: src/sys/arch/i386/stand/lib > > | > Are you sure this is right? My guess is that you would need PR

Re: CVS commit: src/sys/arch/i386/stand/lib

2010-12-24 Thread Jonathan A. Kollasch
On Sat, Dec 25, 2010 at 08:07:50AM +0900, Izumi Tsutsui wrote: > > >Log Message: > > >Sprinkle daddr_t. > > >Adjust DISK_DEBUG printf formats to match. > : > > >- printf("warning: no disklabel in sector %u\n", sector); > > >+ printf("warning: no disklabel in sector %lld\n", secto

Re: CVS commit: src/sys/arch/i386/stand/lib

2010-12-24 Thread Jonathan A. Kollasch
On Sat, Dec 25, 2010 at 12:09:43AM +, Jonathan A. Kollasch wrote: > On Sat, Dec 25, 2010 at 08:07:50AM +0900, Izumi Tsutsui wrote: > > > >Log Message: > > > >Sprinkle daddr_t. > > > >Adjust DISK_DEBUG printf formats to match. > > : > > &

Re: CVS commit: xsrc/external/mit/xf86-input-synaptics/dist

2011-01-29 Thread Jonathan A. Kollasch
On Sat, Jan 29, 2011 at 02:17:23AM +, matthew green wrote: > Module Name: xsrc > Committed By: mrg > Date: Sat Jan 29 02:17:22 UTC 2011 > > Update of /cvsroot/xsrc/external/mit/xf86-input-synaptics/dist Last I remember hearing xf86-input-synaptics was GPL. Also, it's not going to be

Re: CVS commit: src/sys/sys

2011-02-18 Thread Jonathan A. Kollasch
On Thu, Feb 17, 2011 at 07:28:46PM +, Matt Thomas wrote: > Module Name: src > Committed By: matt > Date: Thu Feb 17 19:28:46 UTC 2011 > > Modified Files: > src/sys/sys: lwp.h > > Log Message: > Move lwp_getpcb to the area with the rest of the _KERNEL function > declarations. >

Re: CVS commit: src/regress/sys/net

2011-02-28 Thread Jonathan A. Kollasch
On Wed, May 19, 2010 at 05:55:36PM -0400, Christos Zoulas wrote: > Module Name: src > Committed By: christos > Date: Wed May 19 21:55:36 UTC 2010 > > Modified Files: > src/regress/sys/net: Makefile > Added Files: > src/regress/sys/net/ether_aton_r: Makefile autogen main.c > >

Re: CVS commit: src/sys/dev/marvell

2011-03-06 Thread Jonathan A. Kollasch
On Sun, Mar 06, 2011 at 12:00:16PM -0500, Christos Zoulas wrote: > Module Name: src > Committed By: christos > Date: Sun Mar 6 17:00:16 UTC 2011 > > Modified Files: > src/sys/dev/marvell: if_mvgbe.c > > Log Message: > don't abuse cf_unit, requested by phone. > > > To generate a

Re: CVS commit: src/sys/kern

2011-05-02 Thread Jonathan A. Kollasch
On Tue, Jan 18, 2011 at 08:16:43AM +, Matt Thomas wrote: > Module Name: src > Committed By: matt > Date: Tue Jan 18 08:16:43 UTC 2011 > > Modified Files: > src/sys/kern: subr_evcnt.c > > Log Message: > Add code to detect attaching of evcnt before evcnt has been initialized. >

Re: CVS commit: src/sys/dev/ata

2011-05-05 Thread Jonathan A. Kollasch
On Thu, May 05, 2011 at 07:42:35AM -0700, Paul Goyette wrote: > >Module Name:src > >Committed By: jakllsch > >Date: Sat Apr 30 00:34:03 UTC 2011 > > > >Modified Files: > >src/sys/dev/ata: ata.c atavar.h > > > >Log Message: > >Add simplistic atabus(4) rescan support. > > >

Re: CVS commit: src/sys/dev/usb

2011-05-27 Thread Jonathan A. Kollasch
On Fri, May 27, 2011 at 05:19:18PM +, Matthias Drochner wrote: > Module Name: src > Committed By: drochner > Date: Fri May 27 17:19:18 UTC 2011 > > Modified Files: > src/sys/dev/usb: ehci.c uhci.c usb_subr.c usbdivar.h > > Log Message: > remember the data toggle bit per (bulk)

Re: CVS commit: src/sys/dev/usb

2011-05-27 Thread Jonathan A. Kollasch
On Fri, May 27, 2011 at 07:54:18PM +, Jonathan A. Kollasch wrote: > On Fri, May 27, 2011 at 05:19:18PM +, Matthias Drochner wrote: > > Module Name:src > > Committed By: drochner > > Date: Fri May 27 17:19:18 UTC 2011 > > > > Mo

Re: CVS commit: src/sys/dev/acpi

2011-08-06 Thread Jonathan A. Kollasch
On Sat, Aug 06, 2011 at 02:55:15PM +0300, Jukka Ruohonen wrote: > On Fri, Aug 05, 2011 at 06:27:48PM +0000, Jonathan A. Kollasch wrote: > > Module Name:src > > Committed By: jakllsch > > Date: Fri Aug 5 18:27:48 UTC 2011 > > > > Mo

Re: CVS commit: src/sys/dev/acpi

2011-08-06 Thread Jonathan A. Kollasch
On Sat, Aug 06, 2011 at 03:04:27PM +0300, Jukka Ruohonen wrote: > On Sat, Aug 06, 2011 at 12:02:52PM +0000, Jonathan A. Kollasch wrote: > > The current version does what I needed. > > But what is that? Prevent immediate shutdowns because the button was "pressed" at po

Re: CVS commit: src/sys/dev/wscons

2011-09-11 Thread Jonathan A. Kollasch
On Sun, Sep 11, 2011 at 11:33:48PM +0200, Christoph Egger wrote: > On 11.09.11 21:19, Jonathan A. Kollasch wrote: > > Module Name:src > > Committed By: jakllsch > > Date: Sun Sep 11 19:19:19 UTC 2011 > > > > Modified Files: >

Re: CVS commit: src/sys/dev/ata

2011-10-05 Thread Jonathan A. Kollasch
On Wed, Oct 05, 2011 at 10:25:52AM +0200, Manuel Bouyer wrote: > On Wed, Oct 05, 2011 at 03:40:18AM +0000, Jonathan A. Kollasch wrote: > > Module Name:src > > Committed By: jakllsch > > Date: Wed Oct 5 03:40:18 UTC 2011 > > > > Modifi

Re: CVS commit: src/distrib/utils/sysinst

2011-10-30 Thread Jonathan A. Kollasch
On Sun, Oct 30, 2011 at 11:07:04AM +0100, Martin Husemann wrote: > On Sun, Oct 30, 2011 at 09:41:09AM +0100, Bernd Ernesti wrote: > > > Log Message: > > > As both of the "ns-wide.wide.ad.jp" and "light.imasy.or.jp" IPv6 resolvers > > > now refuse my queries, replace them with "google-public-dns-a.g

Re: CVS commit: src/distrib/utils/sysinst

2011-10-31 Thread Jonathan A. Kollasch
On Mon, Oct 31, 2011 at 11:40:25AM -0400, Greg Troxel wrote: > > If TNF can provide a open resolver on a stable IPv6 address for use > by sysinst, that'd be great. > > Do we need only a resolver that answers for things in netbsd.org, to > find mirrors, or really a full resolver? Depends, I o

Re: CVS commit: src/sys/dev/pci

2012-01-06 Thread Jonathan A. Kollasch
On Wed, Jan 04, 2012 at 07:56:36AM +, Michael Lorenz wrote: > Module Name: src > Committed By: macallan > Date: Wed Jan 4 07:56:35 UTC 2012 > > Modified Files: > src/sys/dev/pci: r128fb.c > > Log Message: > split putchar into separate methods for bitmap and alpha fonts, use >

Re: CVS commit: src/sbin/ifconfig

2012-01-28 Thread Jonathan A. Kollasch
> Log Message: > When ifconfig is invoked without any arguments, display the list of > all network interfaces (equivalent to ifconfig -a), instead of displaying > the usage. (This is consistent with the behaviour on FreeBSD and OpenBSD.) That doesn't necessarily make it desirable. I object to thi

Re: CVS commit: src/sys

2012-07-31 Thread Jonathan A. Kollasch
On Tue, Jul 31, 2012 at 03:50:39PM +, Manuel Bouyer wrote: > Apply back changes that were reverted on Jul 24 and Jul 26 (general ata/wdc > cleanup and SATA PMP support), now that I'm back to fix the fallouts. What about the fallout (that on inspection of the code I'm fairly sure exists) that w

Re: CVS commit: src/sys/arch/evbarm/dev

2012-08-16 Thread Jonathan A. Kollasch
On Sun, Aug 12, 2012 at 10:13:17AM +, Reinoud Zandijk wrote: > Module Name: src > Committed By: reinoud > Date: Sun Aug 12 10:13:17 UTC 2012 > > Modified Files: > src/sys/arch/evbarm/dev: plcom.c plcomvar.h > > Log Message: > Improve support for transmit fifo support for plcom.

Re: CVS commit: src/sys/dev/usb

2012-08-24 Thread Jonathan A. Kollasch
On Fri, Aug 24, 2012 at 12:20:03PM +, Matthias Drochner wrote: > Module Name: src > Committed By: drochner > Date: Fri Aug 24 12:20:02 UTC 2012 > > Modified Files: > src/sys/dev/usb: umass.c umass_quirks.c umassvar.h > > Log Message: > Another contribution to PR kern/42225 whic

Re: CVS commit: src/sys/dev/ic

2012-08-29 Thread Jonathan A. Kollasch
On Wed, Aug 29, 2012 at 06:23:37PM +0100, David Laight wrote: > On Wed, Aug 29, 2012 at 04:50:10PM +0000, Jonathan A. Kollasch wrote: > > Log Message: > > mvsata(4) DMA data structures are already __packed, but as the hardware > > requires them to be 8-byte aligned, add __al

Re: CVS commit: src/distrib/utils/sysinst

2012-11-21 Thread Jonathan A. Kollasch
On Wed, Nov 21, 2012 at 12:52:04PM +0100, Martin Husemann wrote: > On Tue, Nov 20, 2012 at 08:17:43PM +0000, Jonathan A. Kollasch wrote: > > Module Name:src > > Committed By: jakllsch > > Date: Tue Nov 20 20:17:43 UTC 2012 > > > > Mo

Re: CVS commit: src/sys/arch

2012-12-08 Thread Jonathan A. Kollasch
On Sat, Dec 08, 2012 at 12:36:31PM +, KIYOHARA Takashi wrote: > Module Name: src > Committed By: kiyohara > Date: Sat Dec 8 12:36:31 UTC 2012 > > Modified Files: > src/sys/arch/i386/i386: db_interface.c trap.c > src/sys/arch/x86/x86: bus_dma.c cpu.c platform.c > > Log Me

Re: CVS commit: src/sys/dev/usb

2012-12-11 Thread Jonathan A. Kollasch
On Tue, Dec 11, 2012 at 09:17:32AM +, SAITOH Masanobu wrote: > Module Name: src > Committed By: msaitoh > Date: Tue Dec 11 09:17:32 UTC 2012 > > Modified Files: > src/sys/dev/usb: ubsa_common.c > > Log Message: > Fix off by one read error. > > > To generate a diff of this com

Re: CVS commit: src/sys/arch/amd64/conf

2013-10-23 Thread Jonathan A. Kollasch
On Wed, Oct 23, 2013 at 05:22:49PM +, Matt Thomas wrote: > Module Name: src > Committed By: matt > Date: Wed Oct 23 17:22:49 UTC 2013 > > Modified Files: > src/sys/arch/amd64/conf: GENERIC XEN3_DOM0 > > Log Message: > Add xhci device I would like to state at this time that I a

Re: CVS commit: src/sys/sys

2014-03-29 Thread Jonathan A. Kollasch
On Tue, Dec 22, 2009 at 06:55:26PM +, Antti Kantee wrote: > Module Name: src > Committed By: pooka > Date: Tue Dec 22 18:55:26 UTC 2009 > > Modified Files: > src/sys/sys: disklabel.h dkio.h > > Log Message: > Limit DIOCGPART and struct partinfo visibility to _KERNEL. > > > To

Re: CVS commit: src/sys/arch/amd64/amd64

2014-05-12 Thread Jonathan A. Kollasch
On Mon, May 12, 2014 at 07:05:29PM +0200, Joerg Sonnenberger wrote: > On Mon, May 12, 2014 at 01:49:24PM +, Masao Uebayashi wrote: > > Module Name:src > > Committed By: uebayasi > > Date: Mon May 12 13:49:24 UTC 2014 > > > > Modified Files: > > src/sys/arch/amd6

Re: CVS commit: src/sys/dev/pci

2014-07-01 Thread Jonathan A. Kollasch
On Tue, Jul 01, 2014 at 12:07:39AM +0200, Joerg Sonnenberger wrote: > On Mon, Jun 30, 2014 at 09:33:40PM +0000, Jonathan A. Kollasch wrote: > > Module Name:src > > Committed By: jakllsch > > Date: Mon Jun 30 21:33:40 UTC 2014 > > > > Mo

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

2014-11-04 Thread Jonathan A. Kollasch
On Tue, Nov 04, 2014 at 07:22:50PM +, Jared D. McNeill wrote: > Module Name: src > Committed By: jmcneill > Date: Tue Nov 4 19:22:50 UTC 2014 > > Modified Files: > src/sys/arch/arm/allwinner: awin_rtc.c > > Log Message: > RTC base year cannot be 1900 on A31 because the year fi

CVS commit: src/sys/stand/efiboot

2019-09-27 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Fri Sep 27 20:10:43 UTC 2019 Modified Files: src/sys/stand/efiboot: efiblock.c Log Message: Use roundup2() instead of open coding something almost the same that truncates 64-bit quantities. Fixes disk access and booting in boot

CVS commit: src/sys/stand/efiboot

2019-09-27 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Fri Sep 27 20:10:43 UTC 2019 Modified Files: src/sys/stand/efiboot: efiblock.c Log Message: Use roundup2() instead of open coding something almost the same that truncates 64-bit quantities. Fixes disk access and booting in boot

CVS commit: src/sys/stand/efiboot

2019-09-28 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sun Sep 29 00:52:26 UTC 2019 Modified Files: src/sys/stand/efiboot: prompt.c Log Message: Increase MI efiboot bootprompt() input buffer from 80 bytes to LINE_MAX. This allows you to load a kernel from a build directory deep in

CVS commit: src/sys/stand/efiboot

2019-09-28 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sun Sep 29 00:52:26 UTC 2019 Modified Files: src/sys/stand/efiboot: prompt.c Log Message: Increase MI efiboot bootprompt() input buffer from 80 bytes to LINE_MAX. This allows you to load a kernel from a build directory deep in

CVS commit: src/sys/dev/ic

2019-09-29 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sun Sep 29 21:16:14 UTC 2019 Modified Files: src/sys/dev/ic: ahcisatavar.h Log Message: Make AHCI_RFIS_SYNC macro (currently unused) compile. To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/sys/dev/ic/ahcisat

CVS commit: src/sys/dev/ic

2019-09-29 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sun Sep 29 21:16:14 UTC 2019 Modified Files: src/sys/dev/ic: ahcisatavar.h Log Message: Make AHCI_RFIS_SYNC macro (currently unused) compile. To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/sys/dev/ic/ahcisat

CVS commit: src/sys/dev/ic

2019-09-29 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sun Sep 29 21:21:41 UTC 2019 Modified Files: src/sys/dev/ic: ahcisata_core.c Log Message: Ensure cmdh_prdtl is 0 in ahci_do_reset_drive(). (I'm probably just being paranoid here.) To generate a diff of this commit: cvs rdiff

CVS commit: src/sys/dev/ic

2019-09-29 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sun Sep 29 21:21:41 UTC 2019 Modified Files: src/sys/dev/ic: ahcisata_core.c Log Message: Ensure cmdh_prdtl is 0 in ahci_do_reset_drive(). (I'm probably just being paranoid here.) To generate a diff of this commit: cvs rdiff

CVS commit: src/sys/dev/ic

2019-09-29 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sun Sep 29 21:25:08 UTC 2019 Modified Files: src/sys/dev/ic: ahcisata_core.c Log Message: Use AHCI_CMDTBL_SYNC in ahci_exec_fis() to ensure hardware sees the command FIS. To generate a diff of this commit: cvs rdiff -u -r1.76

CVS commit: src/sys/dev/ic

2019-09-29 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sun Sep 29 21:25:08 UTC 2019 Modified Files: src/sys/dev/ic: ahcisata_core.c Log Message: Use AHCI_CMDTBL_SYNC in ahci_exec_fis() to ensure hardware sees the command FIS. To generate a diff of this commit: cvs rdiff -u -r1.76

CVS commit: src/sys/dev/ic

2019-09-29 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sun Sep 29 21:28:20 UTC 2019 Modified Files: src/sys/dev/ic: ahcisata_core.c Log Message: Use AHCI_RFIS_SYNC in ahci_cmd_complete() AT_READREG case. Ensures CPU sees the current device to host FIS before parsing. To generate

CVS commit: src/sys/dev/ic

2019-09-29 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sun Sep 29 21:28:20 UTC 2019 Modified Files: src/sys/dev/ic: ahcisata_core.c Log Message: Use AHCI_RFIS_SYNC in ahci_cmd_complete() AT_READREG case. Ensures CPU sees the current device to host FIS before parsing. To generate

Re: CVS commit: src/usr.bin/make

2020-09-24 Thread Jonathan A. Kollasch
> cvs rdiff -u -r1.65 -r1.66 src/usr.bin/make/lst.h breaks build on Debian 9: In file included from /local/jakllsch/netbsd/src/usr.bin/make/make.h:158:0, from /local/jakllsch/netbsd/src/usr.bin/make/arch.c:130: /local/jakllsch/netbsd/src/usr.bin/make/lst.h:92:5: error: unknown ty

Re: CVS commit: src/sys/dev/fdt

2020-10-02 Thread Jonathan A. Kollasch
On Sun, Jul 21, 2019 at 03:57:24PM +, Rin Okuyama wrote: > Module Name: src > Committed By: rin > Date: Sun Jul 21 15:57:24 UTC 2019 > > Modified Files: > src/sys/dev/fdt: dw_apb_uart.c > > Log Message: > The device cannot recognize break signal. Use + (five plus signs) as

Re: CVS commit: src/sys/net

2021-02-13 Thread Jonathan A. Kollasch
On Sat, Feb 13, 2021 at 07:28:05AM +, Roy Marples wrote: > Module Name: src > Committed By: roy > Date: Sat Feb 13 07:28:05 UTC 2021 > > Modified Files: > src/sys/net: if_ether.h if_ethersubr.c > > Log Message: > if_ether: Ensure that ether_header is aligned > > > To generate

CVS commit: src/sys/dev/ic

2021-09-04 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sat Sep 4 19:27:43 UTC 2021 Modified Files: src/sys/dev/ic: rtl8169.c Log Message: re(4): misc chip revision support changes * remove impossible-to-match chip revision cases * bring support for modern chips in line with FreeB

CVS commit: src/sys/dev/ic

2021-09-04 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sat Sep 4 19:27:43 UTC 2021 Modified Files: src/sys/dev/ic: rtl8169.c Log Message: re(4): misc chip revision support changes * remove impossible-to-match chip revision cases * bring support for modern chips in line with FreeB

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

2021-09-09 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Thu Sep 9 12:14:37 UTC 2021 Modified Files: src/sys/arch/arm/ti: ti_omaptimer.c Log Message: Add license text I forgot to include in 1.1 To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/arch/arm/ti/ti_omap

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

2021-09-09 Thread Jonathan A. Kollasch
/ti_omaptimer.c:1.9 Wed Jan 27 03:10:20 2021 +++ src/sys/arch/arm/ti/ti_omaptimer.c Thu Sep 9 12:14:37 2021 @@ -1,7 +1,33 @@ -/* $NetBSD: ti_omaptimer.c,v 1.9 2021/01/27 03:10:20 thorpej Exp $ */ +/* $NetBSD: ti_omaptimer.c,v 1.10 2021/09/09 12:14:37 jakllsch Exp $ */ + +/* + * Copyright (c) 2017 Jonathan A

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

2021-09-09 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Thu Sep 9 13:08:07 UTC 2021 Modified Files: src/sys/arch/alpha/conf: GENERIC Log Message: Add optional GENERIC.local include in alpha's GENERIC. To generate a diff of this commit: cvs rdiff -u -r1.413 -r1.414 src/sys/arch/alp

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

2021-09-09 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Thu Sep 9 13:08:07 UTC 2021 Modified Files: src/sys/arch/alpha/conf: GENERIC Log Message: Add optional GENERIC.local include in alpha's GENERIC. To generate a diff of this commit: cvs rdiff -u -r1.413 -r1.414 src/sys/arch/alp

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

2021-09-09 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Thu Sep 9 13:22:50 UTC 2021 Modified Files: src/sys/arch/amd64/conf: GENERIC Log Message: Enable WSDISPLAY_CUSTOM_OUTPUT and WSDISPLAY_CUSTOM_BORDER on amd64 GENERIC as i386 GENERIC already does. To generate a diff of this co

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

2021-09-09 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Thu Sep 9 13:22:50 UTC 2021 Modified Files: src/sys/arch/amd64/conf: GENERIC Log Message: Enable WSDISPLAY_CUSTOM_OUTPUT and WSDISPLAY_CUSTOM_BORDER on amd64 GENERIC as i386 GENERIC already does. To generate a diff of this co

CVS commit: src/sys/dev/pci

2021-09-10 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Fri Sep 10 14:43:04 UTC 2021 Modified Files: src/sys/dev/pci: if_bce.c if_et.c Log Message: No need to #include "vlan.h", as NVLAN is not used in these drivers now. To generate a diff of this commit: cvs rdiff -u -r1.58 -r1.59

CVS commit: src/sys/dev/pci

2021-09-10 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Fri Sep 10 14:43:04 UTC 2021 Modified Files: src/sys/dev/pci: if_bce.c if_et.c Log Message: No need to #include "vlan.h", as NVLAN is not used in these drivers now. To generate a diff of this commit: cvs rdiff -u -r1.58 -r1.59

CVS commit: src/sys/dev/pci

2021-09-10 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Fri Sep 10 14:56:26 UTC 2021 Modified Files: src/sys/dev/pci: if_et.c Log Message: if_et.c: nothing in this driver needs netinet includes now, so drop #include "opt_inet.h" and the includes of netinet headers conditioned on it.

CVS commit: src/sys/dev/pci

2021-09-10 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Fri Sep 10 14:56:26 UTC 2021 Modified Files: src/sys/dev/pci: if_et.c Log Message: if_et.c: nothing in this driver needs netinet includes now, so drop #include "opt_inet.h" and the includes of netinet headers conditioned on it.

CVS commit: src/sys/dev/usb

2009-12-30 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Wed Dec 30 20:38:47 UTC 2009 Modified Files: src/sys/dev/usb: ums.c Log Message: Apply patch from Matthias Pfaller in PR/42546. The USB HUT v1.11 document states that: "Typical system software will search for application

CVS commit: src/sys/dev/usb

2009-12-30 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Wed Dec 30 23:42:22 UTC 2009 Modified Files: src/sys/dev/usb: uhidev.c Log Message: The Dell DRAC5 gives us a zero-length report immediately following a normal report. Thus, ignore zero-length reports. Move some related report

CVS commit: src/lib/libusbhid

2010-01-05 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Tue Jan 5 17:57:06 UTC 2010 Modified Files: src/lib/libusbhid: parse.c Log Message: Fix copy-paste-o. Per the HID spec, Global Item Tag 0b001101nn is Physical Minimum, not a alias for Physical Maximum. To generate a diff of

CVS commit: src/sys/dev/usb

2010-01-12 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Tue Jan 12 14:50:38 UTC 2010 Modified Files: src/sys/dev/usb: usbdevs Log Message: Add Logitech C-BT44 Receiver. To generate a diff of this commit: cvs rdiff -u -r1.538 -r1.539 src/sys/dev/usb/usbdevs Please note that diffs a

CVS commit: src/sys/dev/usb

2010-01-12 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Tue Jan 12 14:51:43 UTC 2010 Modified Files: src/sys/dev/usb: usbdevs.h usbdevs_data.h Log Message: regen. To generate a diff of this commit: cvs rdiff -u -r1.533 -r1.534 src/sys/dev/usb/usbdevs.h cvs rdiff -u -r1.534 -r1.535

CVS commit: src/sys/dev/usb

2010-01-12 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Tue Jan 12 16:18:59 UTC 2010 Modified Files: src/sys/dev/usb: ums.c Log Message: Avoid treating the Griffin PowerMate knob as a ums(4). Should fix PR/19445. To generate a diff of this commit: cvs rdiff -u -r1.78 -r1.79 src/sys

CVS commit: src/sys/dev/usb

2010-01-12 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Tue Jan 12 16:50:58 UTC 2010 Modified Files: src/sys/dev/usb: uhidev.c Log Message: Adjust report descriptor for Logitech USB Receiver M/N C-BT44 to more closely match what is in the report. (This corrects the off-by-one usages

CVS commit: src/sys/dev/pci

2010-01-13 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Wed Jan 13 23:24:29 UTC 2010 Modified Files: src/sys/dev/pci: auich.c Log Message: Revert code I added in 1.133 that touches the PCI_COMMAND_IO_ENABLE and PCI_COMMAND_MEM_ENABLE bits in PCI_COMMAND_STATUS_REG. This causes probl

CVS commit: src/sys/dev/ata

2010-01-21 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Thu Jan 21 23:26:58 UTC 2010 Modified Files: src/sys/dev/ata: atareg.h Log Message: Convert to C99 types. Make whitespace more consistent. To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 src/sys/dev/ata/atareg.h

CVS commit: src/sys/dev/ata

2010-01-21 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Fri Jan 22 01:22:01 UTC 2010 Modified Files: src/sys/dev/ata: atareg.h Log Message: Correct an error in previous commit. To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37 src/sys/dev/ata/atareg.h Please note that

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

2019-10-17 Thread Jonathan A. Kollasch
This change causes evbarm/aarch64 to hang early on an Allwinner A64-based Pinebook. On Tue, Oct 15, 2019 at 05:25:02PM +, Christoph Badura wrote: > Module Name: src > Committed By: bad > Date: Tue Oct 15 17:25:02 UTC 2019 > > Modified Files: > src/sys/arch/arm/fdt: cpu_fdt.c >

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

2019-11-22 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sat Nov 23 03:59:39 UTC 2019 Modified Files: src/sys/arch/arm/sunxi: sunxi_ccu.h Log Message: Store the flags passed to SUNXI_CCU_FRACTIONAL macro. Previously the macro dropped the flags argument entirely, and did not initializ

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

2019-11-22 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sat Nov 23 03:59:39 UTC 2019 Modified Files: src/sys/arch/arm/sunxi: sunxi_ccu.h Log Message: Store the flags passed to SUNXI_CCU_FRACTIONAL macro. Previously the macro dropped the flags argument entirely, and did not initializ

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

2019-11-29 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Fri Nov 29 15:00:20 UTC 2019 Modified Files: src/sys/arch/arm/rockchip: rk3399_cru.c Log Message: fix copy/paste error in mux_pll_src_cpll_gpll_ppll_parents[] To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/s

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

2019-11-29 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Fri Nov 29 15:00:20 UTC 2019 Modified Files: src/sys/arch/arm/rockchip: rk3399_cru.c Log Message: fix copy/paste error in mux_pll_src_cpll_gpll_ppll_parents[] To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/s

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

2019-11-29 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Fri Nov 29 15:20:28 UTC 2019 Modified Files: src/sys/arch/arm/rockchip: rk3399_cru.c Log Message: add RK3399 eDP clocks To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/sys/arch/arm/rockchip/rk3399_cru.c Plea

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

2019-11-29 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Fri Nov 29 15:20:28 UTC 2019 Modified Files: src/sys/arch/arm/rockchip: rk3399_cru.c Log Message: add RK3399 eDP clocks To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/sys/arch/arm/rockchip/rk3399_cru.c Plea

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

2019-11-29 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Fri Nov 29 15:24:22 UTC 2019 Modified Files: src/sys/arch/arm/rockchip: rk3399_cru.c Log Message: add RK3399 DisplayPort clocks To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/sys/arch/arm/rockchip/rk3399_cru

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

2019-11-29 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Fri Nov 29 15:24:22 UTC 2019 Modified Files: src/sys/arch/arm/rockchip: rk3399_cru.c Log Message: add RK3399 DisplayPort clocks To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/sys/arch/arm/rockchip/rk3399_cru

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

2020-03-17 Thread Jonathan A. Kollasch
On Mon, Mar 16, 2020 at 08:17:58AM +, Tohru Nishimura wrote: > Module Name: src > Committed By: nisimura > Date: Mon Mar 16 08:17:58 UTC 2020 > > Modified Files: > src/sys/arch/evbarm/conf: GENERIC64 files.generic64 > > Log Message: > include files.sociox for generic64 > > >

Re: CVS commit: src/external/gpl3

2020-03-25 Thread Jonathan A. Kollasch
t from local sources? > > The same effect can be achieved with env(1) variables: TMP=/tmp > TEMPDIR=/tmp or TEMP=/tmp. > > On 10.08.2015 17:45, Jonathan A. Kollasch wrote: > > Module Name:src > > Committed By: jakllsch > > Date: Mo

  1   2   3   >