CVS commit: src/sys/stand/efiboot

2024-09-18 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Thu Sep 19 06:26:12 UTC 2024 Modified Files: src/sys/stand/efiboot: exec.c Log Message: when freeing pages, pass page count instead of byte count. To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/sys/stand/efib

CVS commit: src/sys/stand/efiboot

2024-09-18 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Thu Sep 19 06:26:12 UTC 2024 Modified Files: src/sys/stand/efiboot: exec.c Log Message: when freeing pages, pass page count instead of byte count. To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/sys/stand/efib

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

2024-09-16 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Mon Sep 16 23:37:13 UTC 2024 Modified Files: src/sys/arch/arm/sunxi: sunxi_ccu.h Log Message: set CLK_SET_RATE_PARENT for mux type clocks so clk_set_rate() can work with this my pinebook can change cpu speed again ok jmcneill@

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

2024-09-16 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Mon Sep 16 23:37:13 UTC 2024 Modified Files: src/sys/arch/arm/sunxi: sunxi_ccu.h Log Message: set CLK_SET_RATE_PARENT for mux type clocks so clk_set_rate() can work with this my pinebook can change cpu speed again ok jmcneill@

CVS commit: src/sbin/dkctl

2024-09-14 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Sep 14 08:30:44 UTC 2024 Modified Files: src/sbin/dkctl: dkctl.8 dkctl.c Log Message: Expose DIOCGMEDIASIZE, DIOCGSECTORSIZE with new getgeometry command. To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 src/sb

CVS commit: src/sbin/dkctl

2024-09-14 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Sep 14 08:30:44 UTC 2024 Modified Files: src/sbin/dkctl: dkctl.8 dkctl.c Log Message: Expose DIOCGMEDIASIZE, DIOCGSECTORSIZE with new getgeometry command. To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 src/sb

CVS commit: src/sbin/gpt

2024-09-13 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Fri Sep 13 11:11:30 UTC 2024 Modified Files: src/sbin/gpt: biosboot.c Log Message: Don't use kernel type daddr_t for disk offsets. To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 src/sbin/gpt/biosboot.c Please no

CVS commit: src/sbin/gpt

2024-09-13 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Fri Sep 13 11:11:30 UTC 2024 Modified Files: src/sbin/gpt: biosboot.c Log Message: Don't use kernel type daddr_t for disk offsets. To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 src/sbin/gpt/biosboot.c Please no

CVS commit: src/sbin/gpt

2024-09-13 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Fri Sep 13 11:07:35 UTC 2024 Modified Files: src/sbin/gpt: show.c Log Message: Use destination variable also to determine size. No binary change, both buffers are of the same size. To generate a diff of this commit: cvs rdiff -

CVS commit: src/sbin/gpt

2024-09-13 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Fri Sep 13 11:07:35 UTC 2024 Modified Files: src/sbin/gpt: show.c Log Message: Use destination variable also to determine size. No binary change, both buffers are of the same size. To generate a diff of this commit: cvs rdiff -

CVS commit: src/sys/arch/hppa/dev

2024-09-11 Thread Michael Lorenz
:1.14 Wed Sep 4 10:35:43 2024 +++ src/sys/arch/hppa/dev/hyperfb.c Wed Sep 11 13:31:13 2024 @@ -1,4 +1,4 @@ -/* $NetBSD: hyperfb.c,v 1.14 2024/09/04 10:35:43 macallan Exp $ */ +/* $NetBSD: hyperfb.c,v 1.15 2024/09/11 13:31:13 macallan Exp $ */ /* * Copyright (c) 2024 Michael Lorenz @@ -32,7 +32,7

CVS commit: src/sys/arch/hppa/dev

2024-09-11 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Sep 11 13:31:13 UTC 2024 Modified Files: src/sys/arch/hppa/dev: hyperfb.c Log Message: now that we know how, draw characters by hardware To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/sys/arch/hppa/dev/h

CVS commit: src/sys/arch/hppa/dev

2024-09-10 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue Sep 10 08:49:33 UTC 2024 Modified Files: src/sys/arch/hppa/dev: gftfb.c Log Message: as suspected the Visualize EG's rectangle fill function works exactly the same as HCRX's, so apply the same trick to draw less than 32 pixe

CVS commit: src/sys/arch/hppa/dev

2024-09-10 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue Sep 10 08:49:33 UTC 2024 Modified Files: src/sys/arch/hppa/dev: gftfb.c Log Message: as suspected the Visualize EG's rectangle fill function works exactly the same as HCRX's, so apply the same trick to draw less than 32 pixe

CVS commit: src/usr.sbin/bthcid

2024-09-07 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Sep 7 13:57:25 UTC 2024 Modified Files: src/usr.sbin/bthcid: client.c hci.c Log Message: Don't get killed when peer vanishes. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/usr.sbin/bthcid/client.c cvs rdi

CVS commit: src/usr.sbin/bthcid

2024-09-07 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Sep 7 13:57:25 UTC 2024 Modified Files: src/usr.sbin/bthcid: client.c hci.c Log Message: Don't get killed when peer vanishes. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/usr.sbin/bthcid/client.c cvs rdi

CVS commit: src/sys/dev/ic

2024-09-04 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Sep 4 10:45:50 UTC 2024 Modified Files: src/sys/dev/ic: stireg.h Log Message: more annotations: - 'transfer data' is actually a pixel mask - transparency - bg colour register confirmed all found by experiment To generate

CVS commit: src/sys/dev/ic

2024-09-04 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Sep 4 10:45:50 UTC 2024 Modified Files: src/sys/dev/ic: stireg.h Log Message: more annotations: - 'transfer data' is actually a pixel mask - transparency - bg colour register confirmed all found by experiment To generate

CVS commit: src/sys/arch/hppa/dev

2024-09-04 Thread Michael Lorenz
n Exp $ */ /* * Copyright (c) 2024 Michael Lorenz @@ -32,7 +32,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: hyperfb.c,v 1.13 2024/08/28 06:20:30 macallan Exp $"); +__KERNEL_RCSID(0, "$NetBSD: hyperfb.c,v 1.14 2024/09/04 10:35:43 macallan Exp $"); #include "opt_cputype.h"

CVS commit: src/sys/arch/hppa/dev

2024-09-04 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Sep 4 10:35:43 UTC 2024 Modified Files: src/sys/arch/hppa/dev: hyperfb.c Log Message: get rid of the workarounds to draw rectangles less than 32 pixels wide turns out the hardware applies a bit mask to all rectangle fills,

CVS commit: xsrc/external/mit/xf86-video-nv/dist/src

2024-09-02 Thread Michael Lorenz
Module Name:xsrc Committed By: macallan Date: Mon Sep 2 07:09:57 UTC 2024 Modified Files: xsrc/external/mit/xf86-video-nv/dist/src: nv_xaa.c Log Message: we need NVDMA*() even when building without XAA support To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: xsrc/external/mit/xf86-video-nv/dist/src

2024-09-02 Thread Michael Lorenz
Module Name:xsrc Committed By: macallan Date: Mon Sep 2 07:09:57 UTC 2024 Modified Files: xsrc/external/mit/xf86-video-nv/dist/src: nv_xaa.c Log Message: we need NVDMA*() even when building without XAA support To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/sys/lib/libsa

2024-08-31 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Aug 31 07:12:57 UTC 2024 Modified Files: src/sys/lib/libsa: subr_prf.c Log Message: Only a leading '0' in a format width marks zero-padding, otherwise it's a regular digit. To generate a diff of this commit: cvs rdiff -u -r

CVS commit: src/sys/lib/libsa

2024-08-31 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Aug 31 07:12:57 UTC 2024 Modified Files: src/sys/lib/libsa: subr_prf.c Log Message: Only a leading '0' in a format width marks zero-padding, otherwise it's a regular digit. To generate a diff of this commit: cvs rdiff -u -r

CVS commit: src/sys/arch/hppa/dev

2024-08-27 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Aug 28 06:20:30 UTC 2024 Modified Files: src/sys/arch/hppa/dev: gftfb.c hyperfb.c Log Message: properly return status info in ioctl(WSDISPLAYIO_GVIDEO) To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/sys/

CVS commit: src/sys/arch/hppa/dev

2024-08-27 Thread Michael Lorenz
ed Aug 28 06:20:30 2024 @@ -1,4 +1,4 @@ -/* $NetBSD: hyperfb.c,v 1.12 2024/08/19 10:58:43 macallan Exp $ */ +/* $NetBSD: hyperfb.c,v 1.13 2024/08/28 06:20:30 macallan Exp $ */ /* * Copyright (c) 2024 Michael Lorenz @@ -32,7 +32,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: hyperfb.c,

CVS commit: src/sys/dev/ic

2024-08-25 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Aug 25 12:38:21 UTC 2024 Modified Files: src/sys/dev/ic: bcmgenet.c Log Message: Fix off-by-one. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/sys/dev/ic/bcmgenet.c Please note that diffs are not public

CVS commit: src/sys/dev/ic

2024-08-25 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Aug 25 12:38:21 UTC 2024 Modified Files: src/sys/dev/ic: bcmgenet.c Log Message: Fix off-by-one. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/sys/dev/ic/bcmgenet.c Please note that diffs are not public

CVS commit: src/sys/dev/ic

2024-08-25 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Aug 25 08:31:07 UTC 2024 Modified Files: src/sys/dev/ic: bcmgenet.c Log Message: Fix mbuf leak. Minor optimizations for send queue. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/sys/dev/ic/bcmgenet.c Pl

CVS commit: src/sys/dev/ic

2024-08-25 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Aug 25 08:31:07 UTC 2024 Modified Files: src/sys/dev/ic: bcmgenet.c Log Message: Fix mbuf leak. Minor optimizations for send queue. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/sys/dev/ic/bcmgenet.c Pl

CVS commit: src/sys/dev/ic

2024-08-25 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Aug 25 08:27:06 UTC 2024 Modified Files: src/sys/dev/ic: bcmgenet.c Log Message: Fix MBUFTRACE To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/sys/dev/ic/bcmgenet.c Please note that diffs are not public d

CVS commit: src/sys/dev/ic

2024-08-25 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Aug 25 08:27:06 UTC 2024 Modified Files: src/sys/dev/ic: bcmgenet.c Log Message: Fix MBUFTRACE To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/sys/dev/ic/bcmgenet.c Please note that diffs are not public d

CVS commit: src/sys/dev/ic

2024-08-25 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Aug 25 08:24:42 UTC 2024 Modified Files: src/sys/dev/ic: bcmgenet.c Log Message: Don't mix endianess and MAC address layout. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/sys/dev/ic/bcmgenet.c Please no

CVS commit: src/sys/dev/ic

2024-08-25 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Aug 25 08:24:42 UTC 2024 Modified Files: src/sys/dev/ic: bcmgenet.c Log Message: Don't mix endianess and MAC address layout. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/sys/dev/ic/bcmgenet.c Please no

CVS commit: src/sys/dev/iscsi

2024-08-24 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Aug 24 09:39:44 UTC 2024 Modified Files: src/sys/dev/iscsi: iscsi_ioctl.c iscsi_send.c Log Message: Avoid race in timeout handling. Don't try to wake up CCB without connection (which led to a NULL pointer deref). To generat

CVS commit: src/sys/dev/iscsi

2024-08-24 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Aug 24 09:39:44 UTC 2024 Modified Files: src/sys/dev/iscsi: iscsi_ioctl.c iscsi_send.c Log Message: Avoid race in timeout handling. Don't try to wake up CCB without connection (which led to a NULL pointer deref). To generat

CVS commit: src/sys/arch/hppa/dev

2024-08-19 Thread Michael Lorenz
/08/07 00:47:34 riastradh Exp $ */ +/* $NetBSD: hyperfb.c,v 1.12 2024/08/19 10:58:43 macallan Exp $ */ /* * Copyright (c) 2024 Michael Lorenz @@ -32,7 +32,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: hyperfb.c,v 1.11 2024/08/07 00:47:34 riastradh Exp $"); +__KERNEL_RCSID(0

CVS commit: src/sys/arch/hppa/dev

2024-08-19 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Mon Aug 19 10:58:43 UTC 2024 Modified Files: src/sys/arch/hppa/dev: gftfb.c hyperfb.c Log Message: implement ioctl(GCID) To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/sys/arch/hppa/dev/gftfb.c cvs rdiff -u

CVS commit: src/sys/dev/ic

2024-08-19 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Mon Aug 19 10:57:32 UTC 2024 Modified Files: src/sys/dev/ic: sti.c stireg.h Log Message: add an ioctl() to read a device's graphics ID, mimic HP/UX's GCID that way an xorg driver can identify which WSDISPLAY_TYPE_STI it's talkin

CVS commit: src/sys/dev/ic

2024-08-19 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Mon Aug 19 10:57:32 UTC 2024 Modified Files: src/sys/dev/ic: sti.c stireg.h Log Message: add an ioctl() to read a device's graphics ID, mimic HP/UX's GCID that way an xorg driver can identify which WSDISPLAY_TYPE_STI it's talkin

CVS commit: src/sys/dev

2024-08-15 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Thu Aug 15 21:08:20 UTC 2024 Modified Files: src/sys/dev: vnd.c Log Message: Avoid division by zero when the backing file is revoked (e.g. from umount -f). To generate a diff of this commit: cvs rdiff -u -r1.289 -r1.290 src/sys

CVS commit: src/sys/dev

2024-08-15 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Thu Aug 15 21:08:20 UTC 2024 Modified Files: src/sys/dev: vnd.c Log Message: Avoid division by zero when the backing file is revoked (e.g. from umount -f). To generate a diff of this commit: cvs rdiff -u -r1.289 -r1.290 src/sys

CVS commit: src/sys/dev/pci

2024-08-14 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Aug 14 12:11:48 UTC 2024 Modified Files: src/sys/dev/pci: pm3fb.c Log Message: initialize a screen even if we're not the console To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/dev/pci/pm3fb.c Please

CVS commit: src/sys/dev/pci

2024-08-14 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Aug 14 12:11:48 UTC 2024 Modified Files: src/sys/dev/pci: pm3fb.c Log Message: initialize a screen even if we're not the console To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/dev/pci/pm3fb.c Please

CVS commit: src/sys/arch/hppa/dev

2024-08-06 Thread Michael Lorenz
2024 +++ src/sys/arch/hppa/dev/hyperfb.c Tue Aug 6 07:34:23 2024 @@ -1,4 +1,4 @@ -/* $NetBSD: hyperfb.c,v 1.9 2024/08/05 09:45:05 macallan Exp $ */ +/* $NetBSD: hyperfb.c,v 1.10 2024/08/06 07:34:23 macallan Exp $ */ /* * Copyright (c) 2024 Michael Lorenz @@ -32,7 +32,7 @@ */ #include

CVS commit: src/sys/arch/hppa/dev

2024-08-06 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue Aug 6 07:34:23 UTC 2024 Modified Files: src/sys/arch/hppa/dev: hyperfb.c Log Message: magic number reduction, NFC To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/arch/hppa/dev/hyperfb.c Please note t

CVS commit: src/sys/dev/ic

2024-08-06 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue Aug 6 07:26:56 UTC 2024 Modified Files: src/sys/dev/ic: stireg.h Log Message: moar bits & pieces To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/sys/dev/ic/stireg.h Please note that diffs are not public

CVS commit: src/sys/dev/ic

2024-08-06 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue Aug 6 07:26:56 UTC 2024 Modified Files: src/sys/dev/ic: stireg.h Log Message: moar bits & pieces To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/sys/dev/ic/stireg.h Please note that diffs are not public

CVS commit: src/sys/arch/hppa/dev

2024-08-05 Thread Michael Lorenz
$ */ /* * Copyright (c) 2024 Michael Lorenz @@ -32,7 +32,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: hyperfb.c,v 1.8 2024/08/01 00:20:22 macallan Exp $"); +__KERNEL_RCSID(0, "$NetBSD: hyperfb.c,v 1.9 2024/08/05 09:45:05 macallan Exp $"); #include "

CVS commit: src/sys/arch/hppa/dev

2024-08-05 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Mon Aug 5 09:45:05 UTC 2024 Modified Files: src/sys/arch/hppa/dev: hyperfb.c Log Message: do cursor position updated the way NGLE does - poke reg 28 and wait_fifo instead of waiting for the whole thing to go idle To generate

CVS commit: src/sys/dev/ic

2024-08-05 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Mon Aug 5 09:43:38 UTC 2024 Modified Files: src/sys/dev/ic: stireg.h Log Message: describe more register functions To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/sys/dev/ic/stireg.h Please note that diffs

CVS commit: src/sys/dev/ic

2024-08-05 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Mon Aug 5 09:43:38 UTC 2024 Modified Files: src/sys/dev/ic: stireg.h Log Message: describe more register functions To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/sys/dev/ic/stireg.h Please note that diffs

CVS commit: src/sys/arch/hppa/dev

2024-07-31 Thread Michael Lorenz
16:38:00 2024 +++ src/sys/arch/hppa/dev/hyperfb.c Thu Aug 1 00:20:22 2024 @@ -1,4 +1,4 @@ -/* $NetBSD: hyperfb.c,v 1.7 2024/07/31 16:38:00 riastradh Exp $ */ +/* $NetBSD: hyperfb.c,v 1.8 2024/08/01 00:20:22 macallan Exp $ */ /* * Copyright (c) 2024 Michael Lorenz @@ -32,7 +32,7 @@ */ #i

CVS commit: src/sys/arch/hppa/dev

2024-07-31 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Thu Aug 1 00:20:22 UTC 2024 Modified Files: src/sys/arch/hppa/dev: gftfb.c hyperfb.c Log Message: fix tpyo and properly limit what we can mmap() To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/sys/arch/hppa/

CVS commit: src/sys/arch/hppa/dev

2024-07-31 Thread Michael Lorenz
) 2024 Michael Lorenz @@ -32,7 +32,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: hyperfb.c,v 1.5 2024/07/24 08:34:03 macallan Exp $"); +__KERNEL_RCSID(0, "$NetBSD: hyperfb.c,v 1.6 2024/07/31 09:56:04 macallan Exp $"); #include "opt_cputype.h" #include &

CVS commit: src/sys/arch/hppa/dev

2024-07-31 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Jul 31 09:56:04 UTC 2024 Modified Files: src/sys/arch/hppa/dev: hyperfb.c Log Message: use the blitter to draw small rectangles as well by abusing set/clear ops and the plane mask To generate a diff of this commit: cvs rdi

CVS commit: src/sys/dev/ic

2024-07-31 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Jul 31 09:54:13 UTC 2024 Modified Files: src/sys/dev/ic: stireg.h Log Message: moar ROPs To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/dev/ic/stireg.h Please note that diffs are not public domain; t

CVS commit: src/sys/dev/ic

2024-07-31 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Jul 31 09:54:13 UTC 2024 Modified Files: src/sys/dev/ic: stireg.h Log Message: moar ROPs To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/dev/ic/stireg.h Please note that diffs are not public domain; t

CVS commit: src/libexec/ld.elf_so/arch/hppa

2024-07-28 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Mon Jul 29 05:32:39 UTC 2024 Modified Files: src/libexec/ld.elf_so/arch/hppa: hppa_reloc.c Log Message: skip R_PARISC_NONE reloc entries instead of segfaulting on them now windowmaker runs on my C360 To generate a diff of this

CVS commit: src/libexec/ld.elf_so/arch/hppa

2024-07-28 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Mon Jul 29 05:32:39 UTC 2024 Modified Files: src/libexec/ld.elf_so/arch/hppa: hppa_reloc.c Log Message: skip R_PARISC_NONE reloc entries instead of segfaulting on them now windowmaker runs on my C360 To generate a diff of this

CVS commit: src/sys/arch/hppa/dev

2024-07-24 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Jul 24 08:34:03 UTC 2024 Modified Files: src/sys/arch/hppa/dev: hyperfb.c Log Message: hand X a 24bit framebuffer if the hardware supports it To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/arch/hppa/de

CVS commit: src/sys/arch/hppa/dev

2024-07-24 Thread Michael Lorenz
:1.4 Wed Jul 17 08:30:28 2024 +++ src/sys/arch/hppa/dev/hyperfb.c Wed Jul 24 08:34:03 2024 @@ -1,4 +1,4 @@ -/* $NetBSD: hyperfb.c,v 1.4 2024/07/17 08:30:28 macallan Exp $ */ +/* $NetBSD: hyperfb.c,v 1.5 2024/07/24 08:34:03 macallan Exp $ */ /* * Copyright (c) 2024 Michael Lorenz @@ -32,7 +32,7

CVS commit: src/sys/dev/pckbport

2024-07-19 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Fri Jul 19 04:48:13 UTC 2024 Modified Files: src/sys/dev/pckbport: synaptics.c Log Message: hw.synaptics.aux_mid_button_scroll translates vertical movements of an aux device (like a trackpoint) into a scroll event when the middle

CVS commit: src/sys/dev/pckbport

2024-07-19 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Fri Jul 19 04:48:13 UTC 2024 Modified Files: src/sys/dev/pckbport: synaptics.c Log Message: hw.synaptics.aux_mid_button_scroll translates vertical movements of an aux device (like a trackpoint) into a scroll event when the middle

CVS commit: src/sys/arch/hppa/dev

2024-07-17 Thread Michael Lorenz
d Jul 17 07:11:01 2024 +++ src/sys/arch/hppa/dev/hyperfb.c Wed Jul 17 08:30:28 2024 @@ -1,4 +1,4 @@ -/* $NetBSD: hyperfb.c,v 1.3 2024/07/17 07:11:01 macallan Exp $ */ +/* $NetBSD: hyperfb.c,v 1.4 2024/07/17 08:30:28 macallan Exp $ */ /* * Copyright (c) 2024 Michael Lorenz @@ -28,10 +28,11 @@

CVS commit: src/sys/arch/hppa/dev

2024-07-17 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Jul 17 08:30:28 UTC 2024 Modified Files: src/sys/arch/hppa/dev: gftfb.c hyperfb.c Log Message: remove a bunch of #defines that have been moved to stireg.h To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/s

CVS commit: src/sys/dev/ic

2024-07-17 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Jul 17 08:28:22 UTC 2024 Modified Files: src/sys/dev/ic: stireg.h Log Message: moar bits these should probably go into their own header since they don't actually have anything to do with STI To generate a diff of this comm

CVS commit: src/sys/dev/ic

2024-07-17 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Jul 17 08:28:22 UTC 2024 Modified Files: src/sys/dev/ic: stireg.h Log Message: moar bits these should probably go into their own header since they don't actually have anything to do with STI To generate a diff of this comm

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

2024-07-17 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Jul 17 08:19:56 UTC 2024 Modified Files: src/sys/arch/hppa/conf: GENERIC Log Message: add hyperfb at uturn This is a native driver for HCRX cards, with full wscons support ( as in, virtual consoles, fonts, colours, X with hw

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

2024-07-17 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Jul 17 08:19:56 UTC 2024 Modified Files: src/sys/arch/hppa/conf: GENERIC Log Message: add hyperfb at uturn This is a native driver for HCRX cards, with full wscons support ( as in, virtual consoles, fonts, colours, X with hw

CVS commit: src/sys/arch/hppa/dev

2024-07-17 Thread Michael Lorenz
+++ src/sys/arch/hppa/dev/hyperfb.c Wed Jul 17 07:11:01 2024 @@ -1,4 +1,4 @@ -/* $NetBSD: hyperfb.c,v 1.2 2024/07/15 10:26:09 macallan Exp $ */ +/* $NetBSD: hyperfb.c,v 1.3 2024/07/17 07:11:01 macallan Exp $ */ /* * Copyright (c) 2024 Michael Lorenz @@ -31,7 +31,7 @@ */ #include

CVS commit: src/sys/arch/hppa/dev

2024-07-17 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Jul 17 07:11:01 UTC 2024 Modified Files: src/sys/arch/hppa/dev: hyperfb.c Log Message: add cursor sprite support To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/arch/hppa/dev/hyperfb.c Please note that

CVS commit: src/sys/dev/ic

2024-07-17 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Jul 17 07:06:22 UTC 2024 Modified Files: src/sys/dev/ic: stireg.h Log Message: document a few more registers & bits To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sys/dev/ic/stireg.h Please note that diff

CVS commit: src/sys/dev/ic

2024-07-17 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Jul 17 07:06:22 UTC 2024 Modified Files: src/sys/dev/ic: stireg.h Log Message: document a few more registers & bits To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sys/dev/ic/stireg.h Please note that diff

CVS commit: src/sys/dev/ic

2024-07-15 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Mon Jul 15 10:30:42 UTC 2024 Modified Files: src/sys/dev/ic: stireg.h Log Message: annotate (some) registers if we know what they do fix a tpyo while there To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/de

CVS commit: src/sys/dev/ic

2024-07-15 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Mon Jul 15 10:30:42 UTC 2024 Modified Files: src/sys/dev/ic: stireg.h Log Message: annotate (some) registers if we know what they do fix a tpyo while there To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/de

CVS commit: src/sys/arch/hppa/dev

2024-07-15 Thread Michael Lorenz
+++ src/sys/arch/hppa/dev/hyperfb.c Mon Jul 15 10:26:09 2024 @@ -1,4 +1,4 @@ -/* $NetBSD: hyperfb.c,v 1.1 2024/07/12 08:43:08 macallan Exp $ */ +/* $NetBSD: hyperfb.c,v 1.2 2024/07/15 10:26:09 macallan Exp $ */ /* * Copyright (c) 2024 Michael Lorenz @@ -31,7 +31,7 @@ */ #include

CVS commit: src/sys/arch/hppa/dev

2024-07-15 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Mon Jul 15 10:26:09 UTC 2024 Modified Files: src/sys/arch/hppa/dev: hyperfb.c Log Message: we have a blitter - use it To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/arch/hppa/dev/hyperfb.c Please note tha

CVS commit: src/sbin/iscsid

2024-07-13 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Jul 13 23:51:19 UTC 2024 Modified Files: src/sbin/iscsid: iscsid_driverif.c Log Message: Abort operation when a target address cannot be resolved. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/sbin/iscsi

CVS commit: src/sbin/iscsid

2024-07-13 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Jul 13 23:51:19 UTC 2024 Modified Files: src/sbin/iscsid: iscsid_driverif.c Log Message: Abort operation when a target address cannot be resolved. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/sbin/iscsi

CVS commit: src/sys/arch/hppa/dev

2024-07-12 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Fri Jul 12 08:45:05 UTC 2024 Modified Files: src/sys/arch/hppa/dev: gftfb.c Log Message: STIDEBUG -> GFTFB_DEBUG To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/sys/arch/hppa/dev/gftfb.c Please note that dif

CVS commit: src/sys/arch/hppa/dev

2024-07-12 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Fri Jul 12 08:45:05 UTC 2024 Modified Files: src/sys/arch/hppa/dev: gftfb.c Log Message: STIDEBUG -> GFTFB_DEBUG To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/sys/arch/hppa/dev/gftfb.c Please note that dif

CVS commit: src/sys/arch/hppa

2024-07-12 Thread Michael Lorenz
2024 +++ src/sys/arch/hppa/dev/hyperfb.c Fri Jul 12 08:43:08 2024 @@ -0,0 +1,843 @@ +/* $NetBSD: hyperfb.c,v 1.1 2024/07/12 08:43:08 macallan Exp $ */ + +/* + * Copyright (c) 2024 Michael Lorenz + * All rights reserved. + * + * Redistribution and use in source and binary forms, with or without

CVS commit: src/sys/arch/hppa

2024-07-12 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Fri Jul 12 08:43:08 UTC 2024 Modified Files: src/sys/arch/hppa/conf: files.hppa Added Files: src/sys/arch/hppa/dev: hyperfb.c Log Message: first shot at a native driver for HCRX cards this will give you a fully working w

CVS commit: src/sys/dev/usb

2024-07-06 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Jul 6 07:09:22 UTC 2024 Modified Files: src/sys/dev/usb: if_cdce.c Log Message: There is no link state for CDCE. Pretend that the link is always up so that programs like dhcpcd will handle the interface. To generate a diff

CVS commit: src/sys/dev/usb

2024-07-06 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Jul 6 07:09:22 UTC 2024 Modified Files: src/sys/dev/usb: if_cdce.c Log Message: There is no link state for CDCE. Pretend that the link is always up so that programs like dhcpcd will handle the interface. To generate a diff

CVS commit: src/sys/dev/ic

2024-07-03 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Jul 3 13:08:36 UTC 2024 Modified Files: src/sys/dev/ic: sti.c Log Message: fix HXRC colour map handling With this we can run X in 8bit with correct colours. To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37 sr

CVS commit: src/sys/dev/ic

2024-07-03 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Jul 3 13:08:36 UTC 2024 Modified Files: src/sys/dev/ic: sti.c Log Message: fix HXRC colour map handling With this we can run X in 8bit with correct colours. To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37 sr

CVS commit: src/sys/dev/ic

2024-06-25 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue Jun 25 11:52:12 UTC 2024 Modified Files: src/sys/dev/ic: sti.c Log Message: first step to HCRX support this gets us an 8bit framebuffer with wrong colours, as opposed to X just erroring out To generate a diff of this commi

CVS commit: src/sys/dev/ic

2024-06-25 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue Jun 25 11:52:12 UTC 2024 Modified Files: src/sys/dev/ic: sti.c Log Message: first step to HCRX support this gets us an 8bit framebuffer with wrong colours, as opposed to X just erroring out To generate a diff of this commi

CVS commit: xsrc/external/mit/xorg-server/dist/hw/xfree86/modes

2024-06-10 Thread Michael Lorenz
Module Name:xsrc Committed By: macallan Date: Mon Jun 10 22:51:01 UTC 2024 Modified Files: xsrc/external/mit/xorg-server/dist/hw/xfree86/modes: xf86Modes.c Log Message: make sure we fill in the name field in generated / converted modes fixes PR 58321, tested by tsutsui@

CVS commit: xsrc/external/mit/xorg-server/dist/hw/xfree86/modes

2024-06-10 Thread Michael Lorenz
Module Name:xsrc Committed By: macallan Date: Mon Jun 10 22:51:01 UTC 2024 Modified Files: xsrc/external/mit/xorg-server/dist/hw/xfree86/modes: xf86Modes.c Log Message: make sure we fill in the name field in generated / converted modes fixes PR 58321, tested by tsutsui@

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

2024-06-09 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Mon Jun 10 06:03:49 UTC 2024 Modified Files: src/sys/arch/arm/broadcom: bcm2835_pmwdog.c Log Message: Add support for poweroff. There is no circuitry to actually remove power from RPI, but you can reboot into a low power state.

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

2024-06-09 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Mon Jun 10 06:03:49 UTC 2024 Modified Files: src/sys/arch/arm/broadcom: bcm2835_pmwdog.c Log Message: Add support for poweroff. There is no circuitry to actually remove power from RPI, but you can reboot into a low power state.

CVS commit: src/sys/arch/amiga/stand/bootblock

2024-06-07 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Jun 8 06:39:57 UTC 2024 Modified Files: src/sys/arch/amiga/stand/bootblock/boot: Makefile src/sys/arch/amiga/stand/bootblock/elf2bb: Makefile Log Message: Enable and use debug printfs to get some output into the buil

CVS commit: src/sys/arch/amiga/stand/bootblock

2024-06-07 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Jun 8 06:39:57 UTC 2024 Modified Files: src/sys/arch/amiga/stand/bootblock/boot: Makefile src/sys/arch/amiga/stand/bootblock/elf2bb: Makefile Log Message: Enable and use debug printfs to get some output into the buil

CVS commit: src/sys/modules/compat_100

2024-05-28 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Wed May 29 06:47:23 UTC 2024 Modified Files: src/sys/modules/compat_100: Makefile Log Message: The module also needs the syscall for old dup3. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/modules/compat_1

CVS commit: src/sys/modules/compat_100

2024-05-28 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Wed May 29 06:47:23 UTC 2024 Modified Files: src/sys/modules/compat_100: Makefile Log Message: The module also needs the syscall for old dup3. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/modules/compat_1

CVS commit: src/sys/arch/powerpc/oea

2024-05-28 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue May 28 11:06:07 UTC 2024 Modified Files: src/sys/arch/powerpc/oea: ofwoea_machdep.c Log Message: - initialize bootpath - if we don't get anything useful from args, check /chosen now my G5 finds its boot device even when netb

CVS commit: src/sys/arch/powerpc/oea

2024-05-28 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue May 28 11:06:07 UTC 2024 Modified Files: src/sys/arch/powerpc/oea: ofwoea_machdep.c Log Message: - initialize bootpath - if we don't get anything useful from args, check /chosen now my G5 finds its boot device even when netb

  1   2   3   4   5   6   7   8   9   10   >