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

2023-04-13 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Thu Apr 13 13:07:48 UTC 2023 Modified Files: src/sys/arch/sparc/dev: sx.c Log Message: initialize the diagnostic register with the value suggested by the SunOS header. This sets a bunch of undocumented bits and yields a 10%

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

2023-04-13 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Thu Apr 13 13:07:48 UTC 2023 Modified Files: src/sys/arch/sparc/dev: sx.c Log Message: initialize the diagnostic register with the value suggested by the SunOS header. This sets a bunch of undocumented bits and yields a 10%

CVS commit: src/sys/arch/luna68k/luna68k

2023-04-13 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Thu Apr 13 11:44:10 UTC 2023 Modified Files: src/sys/arch/luna68k/luna68k: mainbus.c Log Message: Fix device name for xpbus at mainbus for LUNA-II, missed on psgpam merge. Fortunately harmless because xpbus_match() doesn't

CVS commit: src/sys/arch/luna68k/luna68k

2023-04-13 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Thu Apr 13 11:44:10 UTC 2023 Modified Files: src/sys/arch/luna68k/luna68k: mainbus.c Log Message: Fix device name for xpbus at mainbus for LUNA-II, missed on psgpam merge. Fortunately harmless because xpbus_match() doesn't

CVS commit: src/sys/dev/dkwedge

2023-04-13 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Apr 13 08:30:41 UTC 2023 Modified Files: src/sys/dev/dkwedge: dk.c Log Message: dk(4): Explain why dk_rawopens can't overflow and assert it. To generate a diff of this commit: cvs rdiff -u -r1.124 -r1.125

CVS commit: src/sys/dev/dkwedge

2023-04-13 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Apr 13 08:30:41 UTC 2023 Modified Files: src/sys/dev/dkwedge: dk.c Log Message: dk(4): Explain why dk_rawopens can't overflow and assert it. To generate a diff of this commit: cvs rdiff -u -r1.124 -r1.125

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

2023-04-13 Thread Taylor R Campbell
> Date: Tue, 11 Apr 2023 21:50:49 +0200 > From: Michael van Elst > > On Wed, Apr 12, 2023 at 01:10:40AM +0700, Robert Elz wrote: > > > > | In that state then decrementing dk_rawopens beyond zero will make > > | dklastclose do the right thing: nothing. > > > > Except that if that happens,

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

2023-04-13 Thread Taylor R Campbell
> Module Name:src > Committed By: mlelstv > Date: Mon Apr 10 15:26:57 UTC 2023 > > Modified Files: > src/sys/dev/usb: uvideo.c uvideoreg.h > > Log Message: > Better descriptor parsing. How is it better? What problems does it fix? > Add sanity check if no default format

CVS commit: src/sys/modules

2023-04-13 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Apr 13 07:03:32 UTC 2023 Modified Files: src/sys/modules: Makefile Log Message: sys/modules/Makefile: Use MACHINE_CPU, not MACHINE_ARCH, for aarch64. This way it covers both little-endian and big-endian. To generate a

CVS commit: src/sys/modules

2023-04-13 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Apr 13 07:03:32 UTC 2023 Modified Files: src/sys/modules: Makefile Log Message: sys/modules/Makefile: Use MACHINE_CPU, not MACHINE_ARCH, for aarch64. This way it covers both little-endian and big-endian. To generate a

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

2023-04-13 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Apr 13 06:39:23 UTC 2023 Modified Files: src/sys/arch/powerpc/powerpc: db_trace.c Log Message: powerpc/ddb: Fix one more load to use db_read_bytes. Fix some typos in crash(8) comments too. XXX pullup-8 XXX pullup-9 XXX

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

2023-04-13 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Apr 13 06:39:23 UTC 2023 Modified Files: src/sys/arch/powerpc/powerpc: db_trace.c Log Message: powerpc/ddb: Fix one more load to use db_read_bytes. Fix some typos in crash(8) comments too. XXX pullup-8 XXX pullup-9 XXX