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

2024-09-17 Thread Rin Okuyama
Thank you very much for kind & rapid response!! rin On 2024/09/18 10:34, Nathanial Sloss wrote: Module Name:src Committed By: nat Date: Wed Sep 18 01:34:08 UTC 2024 Modified Files: src/sys/arch/mac68k/dev: adb.c Log Message: The delay is only required for machines with

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

2024-09-17 Thread Nathanial Sloss
Module Name:src Committed By: nat Date: Wed Sep 18 01:34:08 UTC 2024 Modified Files: src/sys/arch/mac68k/dev: adb.c Log Message: The delay is only required for machines with built-in floppy drives. I doubt the vibration from an external drive on the Duos would affect adb

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

2024-09-17 Thread Nathanial Sloss
Module Name:src Committed By: nat Date: Wed Sep 18 01:34:08 UTC 2024 Modified Files: src/sys/arch/mac68k/dev: adb.c Log Message: The delay is only required for machines with built-in floppy drives. I doubt the vibration from an external drive on the Duos would affect adb

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

2024-09-17 Thread Nathanial Sloss
Module Name:src Committed By: nat Date: Wed Sep 18 01:29:02 UTC 2024 Modified Files: src/sys/arch/mac68k/dev: adb.c Log Message: Use attach delay only on affected machines. It is only required for machines with built-in trackballs. Requested by rin@. To generate a diff

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

2024-09-17 Thread Nathanial Sloss
Module Name:src Committed By: nat Date: Wed Sep 18 01:29:02 UTC 2024 Modified Files: src/sys/arch/mac68k/dev: adb.c Log Message: Use attach delay only on affected machines. It is only required for machines with built-in trackballs. Requested by rin@. To generate a diff

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

2024-09-17 Thread Rin Okuyama
Hi, Can you please localize this quirk only for the affected machines? It seems too much to me, to have 5 sec delay for irrelevant machines. Thanks, rin On 2024/09/15 5:56, Nathanial Sloss wrote: Module Name:src Committed By: nat Date: Sat Sep 14 20:56:51 UTC 2024 Modified Fil

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

2024-09-14 Thread Nathanial Sloss
Module Name:src Committed By: nat Date: Sat Sep 14 21:11:07 UTC 2024 Modified Files: src/sys/arch/mac68k/dev: sbc.c Log Message: Use smaller size when sending PDMA data, and check that the next block can be sent before sending it. This fixes PDMA support (which previously

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

2024-09-14 Thread Nathanial Sloss
Module Name:src Committed By: nat Date: Sat Sep 14 20:59:46 UTC 2024 Modified Files: src/sys/arch/mac68k/dev: aed.c pm_direct.c pm_direct.h Log Message: Add support for brightness control on Powerbook 1xx. To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40 src

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

2024-09-14 Thread Nathanial Sloss
Module Name:src Committed By: nat Date: Sat Sep 14 20:59:46 UTC 2024 Modified Files: src/sys/arch/mac68k/dev: aed.c pm_direct.c pm_direct.h Log Message: Add support for brightness control on Powerbook 1xx. To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40 src

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

2024-09-14 Thread Nathanial Sloss
Module Name:src Committed By: nat Date: Sat Sep 14 20:56:51 UTC 2024 Modified Files: src/sys/arch/mac68k/dev: adb.c Log Message: Allow a few seconds for adb devices to settle. The spin up of the floppy drive motor would cause a crash on my PowerBook when adb was attached.

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

2024-04-25 Thread Nathanial Sloss
Module Name:src Committed By: nat Date: Fri Apr 26 00:59:08 UTC 2024 Modified Files: src/sys/arch/mac68k/dev: pm_direct.c Log Message: Return early if PM data is not available. This avoids random crashes on my Powerbook when using the mouse or keyboard. The same was need

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

2024-04-25 Thread Nathanial Sloss
Module Name:src Committed By: nat Date: Fri Apr 26 00:59:08 UTC 2024 Modified Files: src/sys/arch/mac68k/dev: pm_direct.c Log Message: Return early if PM data is not available. This avoids random crashes on my Powerbook when using the mouse or keyboard. The same was need

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

2024-01-21 Thread Nathanial Sloss
Module Name:src Committed By: nat Date: Mon Jan 22 06:28:49 UTC 2024 Modified Files: src/sys/arch/mac68k/dev: sbcvar.h Log Message: Missing '\' Many thnanks rillig@ XXX-pullup10. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/sys/arch/mac68k/dev/sbcv

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

2024-01-21 Thread Nathanial Sloss
Module Name:src Committed By: nat Date: Mon Jan 22 06:28:49 UTC 2024 Modified Files: src/sys/arch/mac68k/dev: sbcvar.h Log Message: Missing '\' Many thnanks rillig@ XXX-pullup10. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/sys/arch/mac68k/dev/sbcv

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

2023-02-18 Thread Nathanial Sloss
Module Name:src Committed By: nat Date: Sat Feb 18 13:17:45 UTC 2023 Modified Files: src/sys/arch/mac68k/dev: sbc.c Log Message: Honor the XS_CTL_POLL flag and fallback to polled io instead of PDMA. As posted to tech-kern. To generate a diff of this commit: cvs rdiff -u

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

2023-02-18 Thread Nathanial Sloss
Module Name:src Committed By: nat Date: Sat Feb 18 13:17:45 UTC 2023 Modified Files: src/sys/arch/mac68k/dev: sbc.c Log Message: Honor the XS_CTL_POLL flag and fallback to polled io instead of PDMA. As posted to tech-kern. To generate a diff of this commit: cvs rdiff -u

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

2022-09-17 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Sep 18 02:41:24 UTC 2022 Modified Files: src/sys/arch/mac68k/dev: if_mc.c if_mcvar.h Log Message: Eliminate use of IFF_OACTIVE. To generate a diff of this commit: cvs rdiff -u -r1.57 -r1.58 src/sys/arch/mac68k/dev/if_mc.c c

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

2022-09-17 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Sep 18 02:41:24 UTC 2022 Modified Files: src/sys/arch/mac68k/dev: if_mc.c if_mcvar.h Log Message: Eliminate use of IFF_OACTIVE. To generate a diff of this commit: cvs rdiff -u -r1.57 -r1.58 src/sys/arch/mac68k/dev/if_mc.c c

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

2022-08-09 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Aug 9 08:09:44 UTC 2022 Modified Files: src/sys/arch/mac68k/dev: grf_subr.c Log Message: Switch from ``(1 << depth) color'' to ``(depth)-bpp color'' in attach message. For depth == 32, fix ``0 color'', and prevent ambiguous ``1

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

2022-08-09 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Aug 9 08:09:44 UTC 2022 Modified Files: src/sys/arch/mac68k/dev: grf_subr.c Log Message: Switch from ``(1 << depth) color'' to ``(depth)-bpp color'' in attach message. For depth == 32, fix ``0 color'', and prevent ambiguous ``1

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

2022-07-30 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sat Jul 30 07:27:55 UTC 2022 Modified Files: src/sys/arch/mac68k/dev: ams.c Log Message: Fix WSMOUSEIO_GTYPE so that X does not fail to initialize wsmouse(4). To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/sys/ar

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

2022-07-30 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sat Jul 30 07:27:55 UTC 2022 Modified Files: src/sys/arch/mac68k/dev: ams.c Log Message: Fix WSMOUSEIO_GTYPE so that X does not fail to initialize wsmouse(4). To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/sys/ar

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

2019-08-22 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Aug 22 14:57:00 UTC 2019 Removed Files: src/sys/arch/mac68k/dev: adbsys.c Log Message: Remove adbsys.c, which has been unused since 1998! To generate a diff of this commit: cvs rdiff -u -r1.48 -r0 src/sys/arch/mac68k/dev/adbsys

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

2019-08-22 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Aug 22 14:57:00 UTC 2019 Removed Files: src/sys/arch/mac68k/dev: adbsys.c Log Message: Remove adbsys.c, which has been unused since 1998! To generate a diff of this commit: cvs rdiff -u -r1.48 -r0 src/sys/arch/mac68k/dev/adbsys