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

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

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

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-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.

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 -

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

2010-01-26 Thread Jonathan A. Kollasch
. Jonathan Kollasch

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

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

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

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

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

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

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

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

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 be part of this commit. I'll

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

2010-10-22 Thread Jonathan A. Kollasch
: cvs rdiff -u -r1.1 -r1.2 src/sys/dev/sysmon/swsensor.c This breaks the i386 ALL kernel. Also, weren't you one of the folks advocating everyone run a release build before committing anything? Jonathan Kollasch

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 +, Jonathan A. Kollasch wrote: Log Message: It just so happens we don't need -Wno-attributes if we place __packed in the right place. Does that need __packed (which would force

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 source-changes-d@NetBSD.org wrote: -=-=-=-=-=- Module Name: src Committed By:jakllsch Date:Fri Dec 24 20:36:51 UTC 2010

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 PRId64 | instead of lld

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, sector); #endif

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. : -printf(warning: no disklabel in sector %u\n, sector

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

2011-01-29 Thread Jonathan A. Kollasch
to be useful until the kernel exposes raw PS/2 access to userland. Jonathan Kollasch

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. To

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 diff of

Re: CVS commit: src/sys/kern

2011-05-02 Thread Jonathan A. Kollasch
. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sys/kern/subr_evcnt.c This breaks at runtime on at least one evbarm board, and probably many more. Jonathan Kollasch

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

2011-05-05 Thread Jonathan A. Kollasch
something along the lines of: drvctl -r -a ata_hl atabus2 Jonathan Kollasch

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

2011-05-27 Thread Jonathan A. Kollasch
anyway. Jonathan Kollasch

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 Modified Files: src/sys/dev/usb: ehci.c

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 +, Jonathan A. Kollasch wrote: Module Name:src Committed By: jakllsch Date: Fri Aug 5 18:27:48 UTC 2011 Modified Files: src/sys/dev/acpi: acpi.c

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 +, Jonathan A. Kollasch wrote: The current version does what I needed. But what is that? Prevent immediate shutdowns because the button was pressed at power up. Jonathan Kollasch

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: src/sys/dev/wscons: wsmouse.c Log Message

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 +, Jonathan A. Kollasch wrote: Module Name:src Committed By: jakllsch Date: Wed Oct 5 03:40:18 UTC 2011 Modified Files: src/sys/dev/ata: wd.c

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

2011-10-30 Thread Jonathan A. Kollasch
be great. Jonathan Kollasch

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

2011-10-31 Thread Jonathan A. Kollasch
will install sets I've built myself from a random server. But adding a server (preferably further down the list) that only answers for netbsd.org might be a option some people would prefer to use. Jonathan Kollasch

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

2012-01-06 Thread Jonathan A. Kollasch
FONT_IS_ALPHA() To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/sys/dev/pci/r128fb.c This change seems to be missing changes to r128fbreg.h, the likes of R128_CRTC_COLOR_8BIT aren't defined. Jonathan Kollasch

Re: CVS commit: src/sys

2012-07-31 Thread Jonathan A. Kollasch
) that won't be immediately detected? The drive_type change is far too significant to be applied with other unrelated changes as well. Jonathan Kollasch

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 +, Jonathan A. Kollasch wrote: Module Name:src Committed By: jakllsch Date: Tue Nov 20 20:17:43 UTC 2012 Modified Files: src/distrib/utils/sysinst

Re: CVS commit: src/sys/arch

2012-12-08 Thread Jonathan A. Kollasch
need more careful consideration. Jonathan Kollasch

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

2012-12-11 Thread Jonathan A. Kollasch
rdiff -u -r1.8 -r1.9 src/sys/dev/usb/ubsa_common.c Judging by the other usage of UBSA_MAXCONN, it appears it was correct before. Jonathan Kollasch

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 am not

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 generate a

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/amd64/amd64:

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 +, Jonathan A. Kollasch wrote: Module Name:src Committed By: jakllsch Date: Mon Jun 30 21:33:40 UTC 2014 Modified Files: src/sys/dev/pci

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

2014-11-04 Thread Jonathan A. Kollasch
is only 6 bits wide; undo r1.5 To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/arch/arm/allwinner/awin_rtc.c This isn't an improvement. Fix it right or put 1.5 back. Jonathan Kollasch

Re: CVS commit: [netbsd-7] src/sys/dev

2015-01-02 Thread Jonathan A. Kollasch
/dev/tc/zskbd.c Committed to wrong branch? Jonathan Kollasch

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

2016-08-04 Thread Jonathan A. Kollasch
On Fri, Aug 05, 2016 at 11:27:13AM +0900, KIYOHARA Takashi wrote: > Hi! > > > From: "Jonathan A. Kollasch" <jakll...@netbsd.org> > Date: Thu, 4 Aug 2016 20:07:18 + > > > Module Name:src > > Committed By: jakllsch > &

Re: CVS commit: src/sys/kern

2017-01-25 Thread Jonathan A. Kollasch
On Wed, Jan 25, 2017 at 12:57:14PM -0500, Christos Zoulas wrote: > Module Name: src > Committed By: christos > Date: Wed Jan 25 17:57:14 UTC 2017 > > Modified Files: > src/sys/kern: kern_exec.c > > Log Message: > es_arglen is already in bytes... > > > To generate a diff of this

Re: CVS commit: src/tests/lib/libusbhid

2016-08-20 Thread Jonathan A. Kollasch
On Sat, Aug 20, 2016 at 09:36:14PM +0700, Robert Elz wrote: > Date:Wed, 17 Aug 2016 12:10:43 + > From: "Jonathan A. Kollasch" <jakll...@netbsd.org> > Message-ID: <20160817121043.14eeaf...@cvs.netbsd.org> > > |

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

2017-06-17 Thread Jonathan A. Kollasch
On Fri, Jun 16, 2017 at 08:40:49PM +, Jaromir Dolecek wrote: > Module Name: src > Committed By: jdolecek > Date: Fri Jun 16 20:40:49 UTC 2017 > > Modified Files: > src/sys/dev/ata [jdolecek-ncq]: ata.c ata_wdc.c atavar.h wd.c > src/sys/dev/ic [jdolecek-ncq]:

Re: CVS commit: src/sys/arch

2017-12-02 Thread Jonathan A. Kollasch
behavior is not acceptable. Jonathan Kollasch

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

2018-06-07 Thread Jonathan A. Kollasch
that'd be great. With apologies, Jonathan Kollasch

Re: CVS commit: src/sys

2018-07-12 Thread Jonathan A. Kollasch
On Thu, Jul 12, 2018 at 12:48:50PM +, Jonathan A. Kollasch wrote: > Module Name: src > Committed By: jakllsch > Date: Thu Jul 12 12:48:50 UTC 2018 > > Modified Files: > src/sys/arch/arm/arm: cpufunc.c > src/sys/arch/arm/arm32: vm_machdep.c &g

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

2018-09-14 Thread Jonathan A. Kollasch
On Fri, Sep 14, 2018 at 06:46:47PM +, Jonathan A. Kollasch wrote: > Module Name: src > Committed By: jakllsch > Date: Fri Sep 14 18:46:47 UTC 2018 > > Modified Files: > src/sys/dev/pci: if_msk.c if_mskvar.h if_skreg.h > > Log Message: > msk

Re: Multiple outstanding transfer vs xhci / ehci (Re: CVS commit: src/sys/dev/usb)

2019-02-15 Thread Jonathan A. Kollasch
On Fri, Feb 15, 2019 at 10:44:23PM +0900, Rin Okuyama wrote: > On 2019/02/15 21:57, Jonathan A. Kollasch wrote: > > On Wed, Feb 13, 2019 at 06:35:14PM +0900, Rin Okuyama wrote: > > > Hi, > > > > > > On 2019/02/13 3:54, Nick Hudson wrote: > >

Re: Multiple outstanding transfer vs xhci / ehci (Re: CVS commit: src/sys/dev/usb)

2019-02-15 Thread Jonathan A. Kollasch
atus/ here: > > + if (xfer->ux_state == USBD_NOT_STARTED) { > > Can I commit the revised patch? > The revised patch results in https://nxr.netbsd.org/xref/src/sys/dev/usb/ehci.c?r=1.265#1566 firing upon `drvctl detach -d bwfm0` on Pinebook. Jonathan Kollasch

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

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

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

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

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/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

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

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

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

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

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: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/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

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

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/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

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

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

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

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

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

Re: CVS commit: src/external/gpl3

2020-03-25 Thread Jonathan A. Kollasch
We (to the extent I can assert that as an individual developer) insist on keeping it. Jonathan Kollasch On Thu, Mar 26, 2020 at 01:26:05AM +0100, Kamil Rytarowski wrote: > Upstream (GCC) is strongly against this change (even under __NetBSD__ > ifdef) as /var/tmp is typically large

Re: CVS commit: src

2020-03-26 Thread Jonathan A. Kollasch
On Tue, Aug 14, 2018 at 02:49:14PM +, Maxime Villard wrote: > Module Name: src > Committed By: maxv > Date: Tue Aug 14 14:49:14 UTC 2018 > Log Message: > Retire EtherIP, we have L2TP instead. Why was this not discussed? L2TP does not implement EtherIP functionality, and is therefore

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/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/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

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

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

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

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

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

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

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

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/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

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

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

  1   2   3   >