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

2025-03-16 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Mar 16 22:34:36 UTC 2025 Modified Files: src/sys/arch/alpha/alpha: fp_complete.c Log Message: Convert the 24 year-old "temporary trap shadow instrumentation" to use event counters (so they're generally visible) and atomics to

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

2025-03-16 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Mar 16 22:34:36 UTC 2025 Modified Files: src/sys/arch/alpha/alpha: fp_complete.c Log Message: Convert the 24 year-old "temporary trap shadow instrumentation" to use event counters (so they're generally visible) and atomics to

CVS commit: src/sys/arch/alpha

2025-03-16 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Mar 16 19:27:30 UTC 2025 Modified Files: src/sys/arch/alpha/alpha: fp_complete.c machdep.c src/sys/arch/alpha/include: alpha.h Log Message: Add an alpha_fp_init() function, and move the initialization of FP-related ev

CVS commit: src/sys/arch/alpha

2025-03-16 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Mar 16 19:27:30 UTC 2025 Modified Files: src/sys/arch/alpha/alpha: fp_complete.c machdep.c src/sys/arch/alpha/include: alpha.h Log Message: Add an alpha_fp_init() function, and move the initialization of FP-related ev

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

2025-03-16 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Mar 16 17:38:06 UTC 2025 Modified Files: src/sys/arch/alpha/alpha: machdep.c Log Message: identifycpu(): don't print the system serial number from the RPB if there isn't one there. To generate a diff of this commit: cvs rdi

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

2025-03-16 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Mar 16 17:38:06 UTC 2025 Modified Files: src/sys/arch/alpha/alpha: machdep.c Log Message: identifycpu(): don't print the system serial number from the RPB if there isn't one there. To generate a diff of this commit: cvs rdi

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

2025-03-08 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Mar 9 01:13:49 UTC 2025 Modified Files: src/sys/arch/alpha/conf: files.alpha Log Message: Kernel config file parsing technology has advanced significantly in the past decade, to the point where options can, in fact, have dep

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

2025-03-08 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Mar 9 01:13:49 UTC 2025 Modified Files: src/sys/arch/alpha/conf: files.alpha Log Message: Kernel config file parsing technology has advanced significantly in the past decade, to the point where options can, in fact, have dep

CVS commit: src/sys/arch/alpha

2025-03-08 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Mar 9 01:06:42 UTC 2025 Modified Files: src/sys/arch/alpha/alpha: api_up1000.c autoconf.c dec_1000a.c dec_2000_300.c dec_2100_a50.c dec_2100_a500.c dec_3000_300.c dec_3000_500.c dec_550.c dec_6600.c de

CVS commit: src/sys/arch/alpha

2025-03-08 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Mar 9 01:06:42 UTC 2025 Modified Files: src/sys/arch/alpha/alpha: api_up1000.c autoconf.c dec_1000a.c dec_2000_300.c dec_2100_a50.c dec_2100_a500.c dec_3000_300.c dec_3000_500.c dec_550.c dec_6600.c de

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

2025-02-20 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Fri Feb 21 03:17:27 UTC 2025 Modified Files: src/sys/arch/alpha/jensenio: jensenio.c Log Message: Fix a paste-o introduced in rev 1.22 that prevented ISA bus instances from attaching. To generate a diff of this commit: cvs rdif

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

2025-02-20 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Fri Feb 21 03:17:27 UTC 2025 Modified Files: src/sys/arch/alpha/jensenio: jensenio.c Log Message: Fix a paste-o introduced in rev 1.22 that prevented ISA bus instances from attaching. To generate a diff of this commit: cvs rdif

CVS commit: src/sys

2024-08-27 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Tue Aug 27 13:44:56 UTC 2024 Modified Files: src/sys/kern: subr_device.c src/sys/sys: device.h Log Message: - Remove devhandle_impl_inherit() and re-implement as devhandle_impl_subclass() and a helper devhandle_subclass

CVS commit: src/sys

2024-08-27 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Tue Aug 27 13:44:56 UTC 2024 Modified Files: src/sys/kern: subr_device.c src/sys/sys: device.h Log Message: - Remove devhandle_impl_inherit() and re-implement as devhandle_impl_subclass() and a helper devhandle_subclass

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

2024-08-17 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat Aug 17 15:05:14 UTC 2024 Modified Files: src/sys/arch/alpha/pci: sio_pic.c Log Message: In cy82c693_setup_elcr(), panic if cy82c693_init() fails as I suggested should be done in a comment I wrote in this very file 26 years ag

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

2024-08-17 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat Aug 17 15:05:14 UTC 2024 Modified Files: src/sys/arch/alpha/pci: sio_pic.c Log Message: In cy82c693_setup_elcr(), panic if cy82c693_init() fails as I suggested should be done in a comment I wrote in this very file 26 years ag

CVS commit: src/sys/dev/pci

2024-08-17 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat Aug 17 14:58:51 UTC 2024 Modified Files: src/sys/dev/pci: cy82c693.c Log Message: Make the cyhc lock a regular mutex rather than a spin mutex. Simplify some interaction with the lock by converting some open-coded test/panic

CVS commit: src/sys/dev/pci

2024-08-17 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat Aug 17 14:58:51 UTC 2024 Modified Files: src/sys/dev/pci: cy82c693.c Log Message: Make the cyhc lock a regular mutex rather than a spin mutex. Simplify some interaction with the lock by converting some open-coded test/panic

CVS commit: src/lib/libc/compat/sys

2024-06-01 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat Jun 1 13:33:46 UTC 2024 Modified Files: src/lib/libc/compat/sys: compat__lwp_park.c Log Message: Don't include both and . To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/lib/libc/compat/sys/compat__lwp_par

CVS commit: src/lib/libc/compat/sys

2024-06-01 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat Jun 1 13:33:46 UTC 2024 Modified Files: src/lib/libc/compat/sys: compat__lwp_park.c Log Message: Don't include both and . To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/lib/libc/compat/sys/compat__lwp_par

CVS commit: src/tests/lib/libc/sys

2024-05-27 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Mon May 27 22:03:21 UTC 2024 Modified Files: src/tests/lib/libc/sys: t_swapcontext.c Log Message: Mark as expected-fail on VAX (PR port-vax/58290). To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/tests/lib/libc/

CVS commit: src/tests/lib/libc/sys

2024-05-27 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Mon May 27 22:03:21 UTC 2024 Modified Files: src/tests/lib/libc/sys: t_swapcontext.c Log Message: Mark as expected-fail on VAX (PR port-vax/58290). To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/tests/lib/libc/

CVS commit: src/sys/sys

2024-05-17 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat May 18 01:21:42 UTC 2024 Modified Files: src/sys/sys: ucontext.h Log Message: If does not define __UCONTEXT_SIZE, define it as sizeof(ucontext_t). To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/sys/sys/u

CVS commit: src/sys/sys

2024-05-17 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat May 18 01:21:42 UTC 2024 Modified Files: src/sys/sys: ucontext.h Log Message: If does not define __UCONTEXT_SIZE, define it as sizeof(ucontext_t). To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/sys/sys/u

CVS commit: src/sys/sys

2024-05-17 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat May 18 01:16:21 UTC 2024 Modified Files: src/sys/sys: ucontext.h Log Message: Define the _UC_* flag bits before including . To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/sys/sys/ucontext.h Please note t

CVS commit: src/sys/sys

2024-05-17 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat May 18 01:16:21 UTC 2024 Modified Files: src/sys/sys: ucontext.h Log Message: Define the _UC_* flag bits before including . To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/sys/sys/ucontext.h Please note t

CVS commit: src/sys

2024-05-17 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat May 18 00:37:42 UTC 2024 Modified Files: src/sys/arch/alpha/include: mcontext.h src/sys/arch/amd64/include: mcontext.h src/sys/arch/arm/include: mcontext.h src/sys/arch/hppa/include: mcontext.h

CVS commit: src/sys

2024-05-17 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat May 18 00:37:42 UTC 2024 Modified Files: src/sys/arch/alpha/include: mcontext.h src/sys/arch/amd64/include: mcontext.h src/sys/arch/arm/include: mcontext.h src/sys/arch/hppa/include: mcontext.h

CVS commit: src/sys/miscfs/procfs

2024-05-17 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat May 18 00:05:50 UTC 2024 Modified Files: src/sys/miscfs/procfs: procfs_cmdline.c Log Message: Remove unnecessary include of . To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 src/sys/miscfs/procfs/procfs_cmdlin

CVS commit: src/sys/miscfs/procfs

2024-05-17 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat May 18 00:05:50 UTC 2024 Modified Files: src/sys/miscfs/procfs: procfs_cmdline.c Log Message: Remove unnecessary include of . To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 src/sys/miscfs/procfs/procfs_cmdlin

CVS commit: src/sys/fs/unionfs

2024-05-17 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat May 18 00:05:18 UTC 2024 Modified Files: src/sys/fs/unionfs: unionfs_vfsops.c Log Message: Remove unecessary include of . To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/sys/fs/unionfs/unionfs_vfsops.c Pl

CVS commit: src/sys/fs/unionfs

2024-05-17 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat May 18 00:05:18 UTC 2024 Modified Files: src/sys/fs/unionfs: unionfs_vfsops.c Log Message: Remove unecessary include of . To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/sys/fs/unionfs/unionfs_vfsops.c Pl

CVS commit: src/sys/fs/union

2024-05-17 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat May 18 00:04:46 UTC 2024 Modified Files: src/sys/fs/union: union_vfsops.c Log Message: Remove unnecessary include of . To generate a diff of this commit: cvs rdiff -u -r1.87 -r1.88 src/sys/fs/union/union_vfsops.c Please no

CVS commit: src/sys/fs/union

2024-05-17 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat May 18 00:04:46 UTC 2024 Modified Files: src/sys/fs/union: union_vfsops.c Log Message: Remove unnecessary include of . To generate a diff of this commit: cvs rdiff -u -r1.87 -r1.88 src/sys/fs/union/union_vfsops.c Please no

CVS commit: src/sys/fs/udf

2024-05-17 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat May 18 00:04:01 UTC 2024 Modified Files: src/sys/fs/udf: udf.h udf_rename.c Log Message: Move the include of to where it's truly needed. To generate a diff of this commit: cvs rdiff -u -r1.55 -r1.56 src/sys/fs/udf/udf.h cv

CVS commit: src/sys/fs/udf

2024-05-17 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat May 18 00:04:01 UTC 2024 Modified Files: src/sys/fs/udf: udf.h udf_rename.c Log Message: Move the include of to where it's truly needed. To generate a diff of this commit: cvs rdiff -u -r1.55 -r1.56 src/sys/fs/udf/udf.h cv

CVS commit: src/sys/dev/i2c

2024-05-17 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat May 18 00:02:04 UTC 2024 Modified Files: src/sys/dev/i2c: dbcool.c sgsmix.c Log Message: Remove unnecessary include of . To generate a diff of this commit: cvs rdiff -u -r1.64 -r1.65 src/sys/dev/i2c/dbcool.c cvs rdiff -u -r

CVS commit: src/sys/dev/i2c

2024-05-17 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat May 18 00:02:04 UTC 2024 Modified Files: src/sys/dev/i2c: dbcool.c sgsmix.c Log Message: Remove unnecessary include of . To generate a diff of this commit: cvs rdiff -u -r1.64 -r1.65 src/sys/dev/i2c/dbcool.c cvs rdiff -u -r

CVS commit: src/sys/coda

2024-05-17 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Fri May 17 23:57:46 UTC 2024 Modified Files: src/sys/coda: coda_namecache.c coda_psdev.c coda_subr.c coda_venus.c coda_vfsops.c Log Message: Remove unnecessary include of . To generate a diff of this commit: cvs rdi

CVS commit: src/sys/coda

2024-05-17 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Fri May 17 23:57:46 UTC 2024 Modified Files: src/sys/coda: coda_namecache.c coda_psdev.c coda_subr.c coda_venus.c coda_vfsops.c Log Message: Remove unnecessary include of . To generate a diff of this commit: cvs rdi

CVS commit: src/sys/coda

2024-05-17 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Fri May 17 23:56:24 UTC 2024 Modified Files: src/sys/coda: cnode.h Log Message: -> To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/sys/coda/cnode.h Please note that diffs are not public domain; they are sub

CVS commit: src/sys/coda

2024-05-17 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Fri May 17 23:56:24 UTC 2024 Modified Files: src/sys/coda: cnode.h Log Message: -> To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/sys/coda/cnode.h Please note that diffs are not public domain; they are sub

CVS commit: src/sys/arch/vax/include

2024-05-17 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Fri May 17 22:21:17 UTC 2024 Modified Files: src/sys/arch/vax/include: proc.h Log Message: G/C MDP_AST -- it's not referenced anywhere. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/sys/arch/vax/include/proc

CVS commit: src/sys/arch/vax/include

2024-05-17 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Fri May 17 22:21:17 UTC 2024 Modified Files: src/sys/arch/vax/include: proc.h Log Message: G/C MDP_AST -- it's not referenced anywhere. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/sys/arch/vax/include/proc

CVS commit: src/sys/arch/vax

2024-05-17 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Fri May 17 21:37:07 UTC 2024 Modified Files: src/sys/arch/vax/include: mcontext.h src/sys/arch/vax/vax: machdep.c sig_machdep.c Log Message: Implement _UC_SETSTACK / _UC_CLRSTACK. To generate a diff of this commit: cvs

CVS commit: src/sys/arch/vax

2024-05-17 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Fri May 17 21:37:07 UTC 2024 Modified Files: src/sys/arch/vax/include: mcontext.h src/sys/arch/vax/vax: machdep.c sig_machdep.c Log Message: Implement _UC_SETSTACK / _UC_CLRSTACK. To generate a diff of this commit: cvs

CVS commit: src/sys/dev/usb

2024-04-24 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Thu Apr 25 01:33:04 UTC 2024 Modified Files: src/sys/dev/usb: uftdi.c Log Message: Add a match quirk to prevent matching any interface on SiPEED FPGA development boards (e.g. Tang Nano 9K). The FT2232s on these boards are wired

CVS commit: src/sys/dev/usb

2024-04-24 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Thu Apr 25 01:33:04 UTC 2024 Modified Files: src/sys/dev/usb: uftdi.c Log Message: Add a match quirk to prevent matching any interface on SiPEED FPGA development boards (e.g. Tang Nano 9K). The FT2232s on these boards are wired

CVS commit: src/sys/dev/goldfish

2024-04-24 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed Apr 24 14:41:13 UTC 2024 Modified Files: src/sys/dev/goldfish: gfpic.c Log Message: Remove a superflouous printf(). To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/dev/goldfish/gfpic.c Please note that

CVS commit: src/sys/dev/goldfish

2024-04-24 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed Apr 24 14:41:13 UTC 2024 Modified Files: src/sys/dev/goldfish: gfpic.c Log Message: Remove a superflouous printf(). To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/dev/goldfish/gfpic.c Please note that

CVS commit: src/sys/kern

2024-04-23 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed Apr 24 02:08:03 UTC 2024 Modified Files: src/sys/kern: subr_vmem.c Log Message: vmem_init(): Ensure that the quantum is a power of 2, and that if private tags are being used, they are added to the arena before the first span

CVS commit: src/sys/dev/pci

2024-04-23 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed Apr 24 02:31:26 UTC 2024 Modified Files: src/sys/dev/pci: btvmeii.c Log Message: b3_2706_map_vme(): Use VM_BESTFIT. To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 src/sys/dev/pci/btvmeii.c Please note that d

CVS commit: src/sys/dev/pci

2024-04-23 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed Apr 24 02:31:26 UTC 2024 Modified Files: src/sys/dev/pci: btvmeii.c Log Message: b3_2706_map_vme(): Use VM_BESTFIT. To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 src/sys/dev/pci/btvmeii.c Please note that d

CVS commit: src/sys/dev/vme

2024-04-23 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed Apr 24 02:27:33 UTC 2024 Modified Files: src/sys/dev/vme: vme.c Log Message: _vme_space_get(): Use VM_BESTFIT. To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 src/sys/dev/vme/vme.c Please note that diffs are

CVS commit: src/sys/dev/vme

2024-04-23 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed Apr 24 02:27:33 UTC 2024 Modified Files: src/sys/dev/vme: vme.c Log Message: _vme_space_get(): Use VM_BESTFIT. To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 src/sys/dev/vme/vme.c Please note that diffs are

CVS commit: src/sys/kern

2024-04-23 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed Apr 24 02:08:03 UTC 2024 Modified Files: src/sys/kern: subr_vmem.c Log Message: vmem_init(): Ensure that the quantum is a power of 2, and that if private tags are being used, they are added to the arena before the first span

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

2024-04-02 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed Apr 3 04:30:30 UTC 2024 Modified Files: src/sys/arch/alpha/pci: irongate_pci.c Log Message: Add a missing barrier in irongate_conf_read0(). To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/sys/arch/alpha/p

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

2024-04-02 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed Apr 3 04:30:30 UTC 2024 Modified Files: src/sys/arch/alpha/pci: irongate_pci.c Log Message: Add a missing barrier in irongate_conf_read0(). To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/sys/arch/alpha/p

CVS commit: src/sys/arch/alpha

2024-03-31 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Mar 31 19:11:21 UTC 2024 Modified Files: src/sys/arch/alpha/alpha: dec_6600.c src/sys/arch/alpha/include: rpb.h Log Message: In dec_6600_device_register(): If we're running on a DS10, set the "pciide-disable-dma" prop

CVS commit: src/sys/arch/alpha

2024-03-31 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Mar 31 19:11:21 UTC 2024 Modified Files: src/sys/arch/alpha/alpha: dec_6600.c src/sys/arch/alpha/include: rpb.h Log Message: In dec_6600_device_register(): If we're running on a DS10, set the "pciide-disable-dma" prop

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

2024-03-31 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Mar 31 19:06:31 UTC 2024 Modified Files: src/sys/arch/alpha/alpha: api_up1000.c autoconf.c dec_1000a.c dec_2000_300.c dec_2100_a50.c dec_2100_a500.c dec_3000_300.c dec_3000_500.c dec_550.c dec_6600.c de

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

2024-03-31 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Mar 31 19:06:31 UTC 2024 Modified Files: src/sys/arch/alpha/alpha: api_up1000.c autoconf.c dec_1000a.c dec_2000_300.c dec_2100_a50.c dec_2100_a500.c dec_3000_300.c dec_3000_500.c dec_550.c dec_6600.c de

CVS commit: src/sys/dev/pci

2024-03-31 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Mar 31 18:59:52 UTC 2024 Modified Files: src/sys/dev/pci: pciide_common.c Log Message: As the final step in configuraing bus-master DMA, consult the boolean device property "pciide-disable-dma" and disable bus-master DMA if t

CVS commit: src/sys/dev/pci

2024-03-31 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Mar 31 18:59:52 UTC 2024 Modified Files: src/sys/dev/pci: pciide_common.c Log Message: As the final step in configuraing bus-master DMA, consult the boolean device property "pciide-disable-dma" and disable bus-master DMA if t

CVS commit: src/sys/arch/alpha

2024-03-31 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Mar 31 17:13:29 UTC 2024 Modified Files: src/sys/arch/alpha/alpha: machdep.c src/sys/arch/alpha/include: cpu.h Log Message: Add machdep.rpb_type and machdep.rpb_variation sysctl nodes. To generate a diff of this com

CVS commit: src/sys/arch/alpha

2024-03-31 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Mar 31 17:13:29 UTC 2024 Modified Files: src/sys/arch/alpha/alpha: machdep.c src/sys/arch/alpha/include: cpu.h Log Message: Add machdep.rpb_type and machdep.rpb_variation sysctl nodes. To generate a diff of this com

CVS commit: src

2024-03-30 Thread Jason R Thorpe
0 +1,144 @@ +#!/bin/sh -x +# +# $NetBSD: 99-ugen-perms-minipro,v 1.1 2024/03/30 16:47:55 thorpej Exp $ +# +# Look for a "Minipro" (https://gitlab.com/DavidGriffith/minipro) compatible +# EEPROM programmer and change change the permissions to 0660. +# +# Written by Jason R. Thorpe, March 2024. P

CVS commit: src

2024-03-30 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat Mar 30 16:47:55 UTC 2024 Modified Files: src/distrib/sets/lists/base: mi src/share/examples/devpubd/hooks: Makefile Added Files: src/share/examples/devpubd/hooks: 99-ugen-perms-minipro Log Message: Add an exam

CVS commit: src

2024-03-29 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat Mar 30 06:42:10 UTC 2024 Modified Files: src/distrib/sets/lists/base: mi src/share/examples/devpubd/hooks: Makefile Added Files: src/share/examples/devpubd/hooks: 99-ugen-perms-tigard Log Message: Add an examp

CVS commit: src

2024-03-29 Thread Jason R Thorpe
3/30 06:42:10 thorpej Exp $ +# +# Look for a Tigard (https://github.com/tigard-tools/tigard) debug +# board and change the permissions to 0660. +# +# Written by Jason R. Thorpe, March 2024. Public domain. +# + +export LC_ALL=C + +event="$1" +shift +devices=$@ + +orig_perms=0600 +new_perms=

CVS commit: src/share/examples

2024-03-29 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat Mar 30 06:29:34 UTC 2024 Modified Files: src/share/examples: Makefile Added Files: src/share/examples/devpubd: Makefile Log Message: Descend into share/examples/devpubd/hooks To generate a diff of this commit: cvs r

CVS commit: src/share/examples

2024-03-29 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat Mar 30 06:29:34 UTC 2024 Modified Files: src/share/examples: Makefile Added Files: src/share/examples/devpubd: Makefile Log Message: Descend into share/examples/devpubd/hooks To generate a diff of this commit: cvs r

CVS commit: src

2024-03-29 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat Mar 30 06:29:01 UTC 2024 Modified Files: src/distrib/sets/lists/base: mi Added Files: src/share/examples/devpubd/hooks: 99-ucom-symlinks Makefile Log Message: Add an example devpubd hook that makes stable path names,

CVS commit: src

2024-03-29 Thread Jason R Thorpe
g. +# +# /dev/tty-uftdi-FT64S4YP-1 -> /dev/ttyU0 +# +# /dev/tty-uslsa-01E7ABCC -> /dev/ttyU4 +# +# If $driver or $serialnumber cannot be determined, then no symbolic link +# will be created. +# +# Written by Jason R. Thorpe, December 2022. Public domain. +# + +export LC_ALL=C + +event

CVS commit: src

2024-03-29 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat Mar 30 06:11:59 UTC 2024 Modified Files: src/distrib/sets/lists/base: mi src/etc/mtree: NetBSD.dist.base Log Message: Add an examples directory for devpubd hooks. To generate a diff of this commit: cvs rdiff -u -r1.

CVS commit: src

2024-03-29 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat Mar 30 06:11:59 UTC 2024 Modified Files: src/distrib/sets/lists/base: mi src/etc/mtree: NetBSD.dist.base Log Message: Add an examples directory for devpubd hooks. To generate a diff of this commit: cvs rdiff -u -r1.

CVS commit: src/sys/dev/usb

2024-03-29 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Fri Mar 29 19:30:09 UTC 2024 Modified Files: src/sys/dev/usb: ugen.c Log Message: ugen and ugenif share the same /dev/ugenN.xx namespace in such a way that the device unit number does not necessarily match the /dev/ugenN.xx unit

CVS commit: src/sys/dev/usb

2024-03-29 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Fri Mar 29 19:30:09 UTC 2024 Modified Files: src/sys/dev/usb: ugen.c Log Message: ugen and ugenif share the same /dev/ugenN.xx namespace in such a way that the device unit number does not necessarily match the /dev/ugenN.xx unit

CVS commit: src/sys/dev/usb

2024-03-25 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Tue Mar 26 03:38:02 UTC 2024 Modified Files: src/sys/dev/usb: uftdi.c usbdevices.config Log Message: Add a "match quirk" mechanism to the uftdi driver that allows it to selectively reject individual interfaces based on the combin

CVS commit: src/sys/dev/usb

2024-03-25 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Tue Mar 26 03:38:02 UTC 2024 Modified Files: src/sys/dev/usb: uftdi.c usbdevices.config Log Message: Add a "match quirk" mechanism to the uftdi driver that allows it to selectively reject individual interfaces based on the combin

CVS commit: src

2024-03-25 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Tue Mar 26 03:24:14 UTC 2024 Modified Files: src/share/man/man4: ugen.4 src/sys/dev/usb: ugen.c Log Message: Define a "flags 1" config directive for ugenif, which is similar to ugen's, but rather forces the ugenif to matc

CVS commit: src

2024-03-25 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Tue Mar 26 03:24:14 UTC 2024 Modified Files: src/share/man/man4: ugen.4 src/sys/dev/usb: ugen.c Log Message: Define a "flags 1" config directive for ugenif, which is similar to ugen's, but rather forces the ugenif to matc

CVS commit: src/sys/arch/alpha

2024-03-06 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed Mar 6 13:37:35 UTC 2024 Modified Files: src/sys/arch/alpha/conf: GENERIC INSTALL files.alpha src/sys/arch/alpha/tlsb: tlsb.c tlsbvar.h Log Message: Tidy up TLSB autoconfiguration just a bit. To generate a diff of t

CVS commit: src/sys/arch/alpha

2024-03-06 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed Mar 6 13:37:35 UTC 2024 Modified Files: src/sys/arch/alpha/conf: GENERIC INSTALL files.alpha src/sys/arch/alpha/tlsb: tlsb.c tlsbvar.h Log Message: Tidy up TLSB autoconfiguration just a bit. To generate a diff of t

CVS commit: src/sys/arch/alpha

2024-03-05 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed Mar 6 07:34:11 UTC 2024 Modified Files: src/sys/arch/alpha/alpha: mcclock.c mcclockvar.h src/sys/arch/alpha/gbus: mcclock_gbus.c Log Message: Alpha systems based on the "Laser" and "TurboLaser" system architecture ha

CVS commit: src/sys/arch/alpha

2024-03-05 Thread Jason R Thorpe
This code is derived from software contributed to The NetBSD Foundation + * by Jason R. Thorpe. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * 1. Redistributions of source code must r

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

2024-03-05 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed Mar 6 07:22:45 UTC 2024 Modified Files: src/sys/arch/alpha/alpha: cpu.c Log Message: Statically initialize the PRIMARY and RUNNING flags in cpu_info_primary. To generate a diff of this commit: cvs rdiff -u -r1.107 -r1.108

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

2024-03-05 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed Mar 6 07:22:45 UTC 2024 Modified Files: src/sys/arch/alpha/alpha: cpu.c Log Message: Statically initialize the PRIMARY and RUNNING flags in cpu_info_primary. To generate a diff of this commit: cvs rdiff -u -r1.107 -r1.108

CVS commit: src/sys/arch/alpha

2024-03-05 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed Mar 6 06:30:49 UTC 2024 Modified Files: src/sys/arch/alpha/alpha: mcclock.c mcclockvar.h src/sys/arch/alpha/gbus: mcclock_gbus.c src/sys/arch/alpha/isa: mcclock_isa.c src/sys/arch/alpha/jensenio: mcclo

CVS commit: src/sys/arch/alpha

2024-03-05 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed Mar 6 06:30:49 UTC 2024 Modified Files: src/sys/arch/alpha/alpha: mcclock.c mcclockvar.h src/sys/arch/alpha/gbus: mcclock_gbus.c src/sys/arch/alpha/isa: mcclock_isa.c src/sys/arch/alpha/jensenio: mcclo

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

2024-03-05 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed Mar 6 05:44:44 UTC 2024 Modified Files: src/sys/arch/alpha/gbus: mcclock_gbus.c Log Message: bus_space-ify. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/arch/alpha/gbus/mcclock_gbus.c Please note th

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

2024-03-05 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed Mar 6 05:44:44 UTC 2024 Modified Files: src/sys/arch/alpha/gbus: mcclock_gbus.c Log Message: bus_space-ify. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/arch/alpha/gbus/mcclock_gbus.c Please note th

CVS commit: src/sys/arch/alpha

2024-03-05 Thread Jason R Thorpe
src/sys/arch/alpha/gbus/gbus_io.c Wed Mar 6 05:33:09 2024 @@ -0,0 +1,177 @@ +/* $NetBSD: gbus_io.c,v 1.1 2024/03/06 05:33:09 thorpej Exp $ */ + +/*- + * Copyright (c) 2024 The NetBSD Foundation, Inc. + * All rights reserved. + * + * This code is derived from software contributed to The NetBSD Foundati

CVS commit: src/sys/arch/alpha

2024-03-05 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed Mar 6 05:33:09 UTC 2024 Modified Files: src/sys/arch/alpha/conf: files.alpha src/sys/arch/alpha/gbus: gbus.c gbusvar.h Added Files: src/sys/arch/alpha/gbus: gbus_io.c Log Message: Add a bus space implementati

CVS commit: src/sys/dev/ic

2024-03-05 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed Mar 6 02:31:44 UTC 2024 Modified Files: src/sys/dev/ic: mc146818.c mc146818var.h Log Message: Expose mc146818_{get,set}time_ymdhms() and allow a front-end to override these function pointers in the TODR handle, allowing the

CVS commit: src/sys/dev/ic

2024-03-05 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed Mar 6 02:31:44 UTC 2024 Modified Files: src/sys/dev/ic: mc146818.c mc146818var.h Log Message: Expose mc146818_{get,set}time_ymdhms() and allow a front-end to override these function pointers in the TODR handle, allowing the

CVS commit: src/sys

2024-03-05 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Tue Mar 5 20:59:41 UTC 2024 Modified Files: src/sys/kern: init_main.c subr_cpu.c src/sys/sys: cpu.h Log Message: Revert previous until I can diagnose a failure reported by gson. To generate a diff of this commit: cvs r

CVS commit: src/sys

2024-03-05 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Tue Mar 5 20:59:41 UTC 2024 Modified Files: src/sys/kern: init_main.c subr_cpu.c src/sys/sys: cpu.h Log Message: Revert previous until I can diagnose a failure reported by gson. To generate a diff of this commit: cvs r

CVS commit: src/sys

2024-03-05 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Tue Mar 5 14:39:30 UTC 2024 Modified Files: src/sys/kern: init_main.c subr_cpu.c src/sys/sys: cpu.h Log Message: Early in main(), assert that curcpu() evaluates as the primary CPU and stash away a pointer to it as the bo

CVS commit: src/sys

2024-03-05 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Tue Mar 5 14:39:30 UTC 2024 Modified Files: src/sys/kern: init_main.c subr_cpu.c src/sys/sys: cpu.h Log Message: Early in main(), assert that curcpu() evaluates as the primary CPU and stash away a pointer to it as the bo

  1   2   3   4   5   6   7   8   9   10   >