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

2024-06-06 Thread Nathanial Sloss
Module Name:src Committed By: nat Date: Fri Jun 7 02:51:45 UTC 2024 Modified Files: src/sys/arch/mac68k/mac68k: machdep.c Log Message: Relax the video size sanity check. If stride and height are defined, compute the required size. Fixes external video on my Powerbook

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

2024-06-06 Thread Nathanial Sloss
Module Name:src Committed By: nat Date: Fri Jun 7 02:51:45 UTC 2024 Modified Files: src/sys/arch/mac68k/mac68k: machdep.c Log Message: Relax the video size sanity check. If stride and height are defined, compute the required size. Fixes external video on my Powerbook

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

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

CVS commit: src/sys/arch/mac68k

2024-03-13 Thread Nathanial Sloss
Module Name:src Committed By: nat Date: Wed Mar 13 07:55:29 UTC 2024 Modified Files: src/sys/arch/mac68k/conf: files.mac68k majors.mac68k Added Files: src/sys/arch/mac68k/conf: AUDIO AUDIOSBC src/sys/arch/mac68k/obio: ascaudio.c ascaudiovar.h ascreg.h Log

CVS commit: src/sys/arch/mac68k

2024-03-13 Thread Nathanial Sloss
Module Name:src Committed By: nat Date: Wed Mar 13 07:55:29 UTC 2024 Modified Files: src/sys/arch/mac68k/conf: files.mac68k majors.mac68k Added Files: src/sys/arch/mac68k/conf: AUDIO AUDIOSBC src/sys/arch/mac68k/obio: ascaudio.c ascaudiovar.h ascreg.h Log

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

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

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

2024-01-03 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed Jan 3 12:43:43 UTC 2024 Modified Files: src/sys/arch/mac68k/mac68k: machdep.c Log Message: get_physical(): Use bit defs from To generate a diff of this commit: cvs rdiff -u -r1.365 -r1.366

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

2024-01-03 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed Jan 3 12:43:43 UTC 2024 Modified Files: src/sys/arch/mac68k/mac68k: machdep.c Log Message: get_physical(): Use bit defs from To generate a diff of this commit: cvs rdiff -u -r1.365 -r1.366

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

2023-10-01 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Sun Oct 1 21:04:10 UTC 2023 Modified Files: src/sys/arch/mac68k/mac68k: vectors.s Log Message: remove unncessary leading space in #ifdef FPSP block. remove one trailing whitespace. To generate a diff of this commit: cvs rdiff

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

2023-10-01 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Sun Oct 1 21:04:10 UTC 2023 Modified Files: src/sys/arch/mac68k/mac68k: vectors.s Log Message: remove unncessary leading space in #ifdef FPSP block. remove one trailing whitespace. To generate a diff of this commit: cvs rdiff

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

2023-09-23 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Sat Sep 23 13:45:50 UTC 2023 Modified Files: src/sys/arch/mac68k/mac68k: machdep.c Log Message: pass just l param to exec_aout_prep_oldzmagic instead of l->l_proc. In a huge "merge ktrace-lwp." commit struct proc was changed by

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

2023-09-23 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Sat Sep 23 13:45:50 UTC 2023 Modified Files: src/sys/arch/mac68k/mac68k: machdep.c Log Message: pass just l param to exec_aout_prep_oldzmagic instead of l->l_proc. In a huge "merge ktrace-lwp." commit struct proc was changed by

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

2023-07-11 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Jul 11 17:55:04 UTC 2023 Modified Files: src/sys/arch/mac68k/include: intr.h Log Message: mac68k/intr.h: Expose ipl_cookie_t to _KMEMUSER for crash(8). To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32

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

2023-07-11 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Jul 11 17:55:04 UTC 2023 Modified Files: src/sys/arch/mac68k/include: intr.h Log Message: mac68k/intr.h: Expose ipl_cookie_t to _KMEMUSER for crash(8). To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32

CVS commit: src/sys/arch/mac68k

2023-02-18 Thread Nathanial Sloss
Module Name:src Committed By: nat Date: Sat Feb 18 13:28:05 UTC 2023 Modified Files: src/sys/arch/mac68k/conf: GENERICSBC INSTALLSBC src/sys/arch/mac68k/dev: sbc.c sbcvar.h Log Message: Introduce a flag to disable PDMA when writing. The use of pdma when writing

CVS commit: src/sys/arch/mac68k

2023-02-18 Thread Nathanial Sloss
Module Name:src Committed By: nat Date: Sat Feb 18 13:28:05 UTC 2023 Modified Files: src/sys/arch/mac68k/conf: GENERICSBC INSTALLSBC src/sys/arch/mac68k/dev: sbc.c sbcvar.h Log Message: Introduce a flag to disable PDMA when writing. The use of pdma when writing

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

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

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

2023-01-05 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Thu Jan 5 18:48:13 UTC 2023 Modified Files: src/sys/arch/mac68k/conf: INSTALL Log Message: Disable (comment out) options DIAGNOSTIC in INSTALL kernels. It has been there since the initial revision 1.1 while it was disabled in

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

2023-01-05 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Thu Jan 5 18:48:13 UTC 2023 Modified Files: src/sys/arch/mac68k/conf: INSTALL Log Message: Disable (comment out) options DIAGNOSTIC in INSTALL kernels. It has been there since the initial revision 1.1 while it was disabled in

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

2022-12-25 Thread Nathanial Sloss
Module Name:src Committed By: nat Date: Mon Dec 26 01:05:36 UTC 2022 Modified Files: src/sys/arch/mac68k/mac68k: machdep.c Log Message: Sanity check and set the framebuffer length if necessary. Addresses PR 57126. To generate a diff of this commit: cvs rdiff -u -r1.363

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

2022-12-25 Thread Nathanial Sloss
Module Name:src Committed By: nat Date: Mon Dec 26 01:05:36 UTC 2022 Modified Files: src/sys/arch/mac68k/mac68k: machdep.c Log Message: Sanity check and set the framebuffer length if necessary. Addresses PR 57126. To generate a diff of this commit: cvs rdiff -u -r1.363

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

2022-09-17 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Sep 18 02:45:38 UTC 2022 Modified Files: src/sys/arch/mac68k/nubus: if_netdock_nubus.c Log Message: Eliminate use of IFF_OACTIVE. To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35

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

2022-09-17 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Sep 18 02:45:38 UTC 2022 Modified Files: src/sys/arch/mac68k/nubus: if_netdock_nubus.c Log Message: Eliminate use of IFF_OACTIVE. To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35

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

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

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

2022-08-20 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat Aug 20 20:02:22 UTC 2022 Modified Files: src/sys/arch/mac68k/obio: wdc_obio.c Log Message: Unmap resources and print error messages properly in error paths. To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32

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

2022-08-20 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat Aug 20 20:02:22 UTC 2022 Modified Files: src/sys/arch/mac68k/obio: wdc_obio.c Log Message: Unmap resources and print error messages properly in error paths. To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32

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

2022-08-20 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat Aug 20 19:05:07 UTC 2022 Modified Files: src/sys/arch/mac68k/obio: wdc_obio.c Log Message: KNF and misc style fixes. To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 src/sys/arch/mac68k/obio/wdc_obio.c Please

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

2022-08-20 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat Aug 20 19:05:07 UTC 2022 Modified Files: src/sys/arch/mac68k/obio: wdc_obio.c Log Message: KNF and misc style fixes. To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 src/sys/arch/mac68k/obio/wdc_obio.c Please

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

2022-08-15 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Aug 15 12:16:25 UTC 2022 Modified Files: src/sys/arch/mac68k/obio: esp.c espvar.h Log Message: Rework avdma to fix PR port-mac68k/56131 as well as add synchronous transfer support. According to analysis by Michael Zucca, PSC

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

2022-08-15 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Aug 15 12:16:25 UTC 2022 Modified Files: src/sys/arch/mac68k/obio: esp.c espvar.h Log Message: Rework avdma to fix PR port-mac68k/56131 as well as add synchronous transfer support. According to analysis by Michael Zucca, PSC

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

2022-08-15 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Aug 15 11:29:53 UTC 2022 Modified Files: src/sys/arch/mac68k/obio: esp.c Log Message: Remove stray newline. No binary changes. To generate a diff of this commit: cvs rdiff -u -r1.62 -r1.63 src/sys/arch/mac68k/obio/esp.c

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

2022-08-15 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Aug 15 11:29:53 UTC 2022 Modified Files: src/sys/arch/mac68k/obio: esp.c Log Message: Remove stray newline. No binary changes. To generate a diff of this commit: cvs rdiff -u -r1.62 -r1.63 src/sys/arch/mac68k/obio/esp.c

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

2022-08-15 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Aug 15 11:22:45 UTC 2022 Modified Files: src/sys/arch/mac68k/obio: esp.c Log Message: For avdma, bus_dmamap_create(9) with nsegments = 1, as PSC supports only one physically contiguous segment in a single DMA transaction.

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

2022-08-15 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Aug 15 11:22:45 UTC 2022 Modified Files: src/sys/arch/mac68k/obio: esp.c Log Message: For avdma, bus_dmamap_create(9) with nsegments = 1, as PSC supports only one physically contiguous segment in a single DMA transaction.

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

2022-08-15 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Aug 15 11:18:12 UTC 2022 Modified Files: src/sys/arch/mac68k/obio: esp.c Log Message: Minor cosmetic changes. NFC. - Use switch instead of if-else-if chain. - Dedup codes a bit. To generate a diff of this commit: cvs rdiff -u

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

2022-08-15 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Aug 15 11:18:12 UTC 2022 Modified Files: src/sys/arch/mac68k/obio: esp.c Log Message: Minor cosmetic changes. NFC. - Use switch instead of if-else-if chain. - Dedup codes a bit. To generate a diff of this commit: cvs rdiff -u

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

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

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

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

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

2021-05-13 Thread Hauke Fath
Module Name:src Committed By: hauke Date: Thu May 13 08:47:21 UTC 2021 Modified Files: src/sys/arch/mac68k/obio: iwm_fd.c Log Message: We do not match machines whose SWIM does not support the IWM register set used by this driver (SWIM II/III, SWIM behind IOP, AV models'

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

2021-05-13 Thread Hauke Fath
Module Name:src Committed By: hauke Date: Thu May 13 08:47:21 UTC 2021 Modified Files: src/sys/arch/mac68k/obio: iwm_fd.c Log Message: We do not match machines whose SWIM does not support the IWM register set used by this driver (SWIM II/III, SWIM behind IOP, AV models'

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

2021-04-27 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Wed Apr 28 02:28:06 UTC 2021 Modified Files: src/sys/arch/mac68k/mac68k: machdep.c Log Message: Change sccA address for Quadra 800 from base + 0xc000 to 0xc020. The H/W partially decodes its address, and sccA is available at

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

2021-04-27 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Wed Apr 28 02:28:06 UTC 2021 Modified Files: src/sys/arch/mac68k/mac68k: machdep.c Log Message: Change sccA address for Quadra 800 from base + 0xc000 to 0xc020. The H/W partially decodes its address, and sccA is available at

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

2021-04-27 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Wed Apr 28 02:00:59 UTC 2021 Modified Files: src/sys/arch/mac68k/mac68k: machdep.c Log Message: Make mac68k_set_io_offsets() a little bit cleaner: - Via1Base is always ``base'' for all supported models. - Set sccA and SCSIBase for

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

2021-04-27 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Wed Apr 28 02:00:59 UTC 2021 Modified Files: src/sys/arch/mac68k/mac68k: machdep.c Log Message: Make mac68k_set_io_offsets() a little bit cleaner: - Via1Base is always ``base'' for all supported models. - Set sccA and SCSIBase for

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

2021-03-13 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Mar 14 03:25:01 UTC 2021 Modified Files: src/sys/arch/mac68k/mac68k: locore.s Log Message: Fix DJMEMCMAX option for Quadra/Centris 650/800. - Use jeq instead of jra for conditional branch. - Use cmpl instead of cmp (= cmpw) for

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

2021-03-13 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Mar 14 03:25:01 UTC 2021 Modified Files: src/sys/arch/mac68k/mac68k: locore.s Log Message: Fix DJMEMCMAX option for Quadra/Centris 650/800. - Use jeq instead of jra for conditional branch. - Use cmpl instead of cmp (= cmpw) for

CVS commit: src/sys/arch/mac68k

2021-02-26 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Feb 26 10:54:13 UTC 2021 Modified Files: src/sys/arch/mac68k/conf: GENERIC files.mac68k src/sys/arch/mac68k/mac68k: machdep.c Log Message: Add MAC68K_MEMSIZE option to hard-code memory size in MB, instead of that given

CVS commit: src/sys/arch/mac68k

2021-02-26 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Feb 26 10:54:13 UTC 2021 Modified Files: src/sys/arch/mac68k/conf: GENERIC files.mac68k src/sys/arch/mac68k/mac68k: machdep.c Log Message: Add MAC68K_MEMSIZE option to hard-code memory size in MB, instead of that given

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

2021-02-26 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Feb 26 10:47:24 UTC 2021 Modified Files: src/sys/arch/mac68k/mac68k: machdep.c Log Message: Sort opt_*.h. No binary changes. To generate a diff of this commit: cvs rdiff -u -r1.358 -r1.359 src/sys/arch/mac68k/mac68k/machdep.c

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

2021-02-26 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Feb 26 10:47:24 UTC 2021 Modified Files: src/sys/arch/mac68k/mac68k: machdep.c Log Message: Sort opt_*.h. No binary changes. To generate a diff of this commit: cvs rdiff -u -r1.358 -r1.359 src/sys/arch/mac68k/mac68k/machdep.c

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

2021-02-21 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Feb 22 05:23:37 UTC 2021 Modified Files: src/sys/arch/mac68k/obio: esp.c Log Message: Elucidate why synchronous transfer is disabled for AV Macs. Sync negotiation times out when drive advertises that capability: sd1 at

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

2021-02-21 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Feb 22 05:23:37 UTC 2021 Modified Files: src/sys/arch/mac68k/obio: esp.c Log Message: Elucidate why synchronous transfer is disabled for AV Macs. Sync negotiation times out when drive advertises that capability: sd1 at

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

2021-02-21 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Feb 22 04:24:42 UTC 2021 Modified Files: src/sys/arch/mac68k/obio: esp.c Log Message: - Add missing \n's to printf(9). - Whitespace fixes. To generate a diff of this commit: cvs rdiff -u -r1.58 -r1.59

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

2021-02-21 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Feb 22 04:24:42 UTC 2021 Modified Files: src/sys/arch/mac68k/obio: esp.c Log Message: - Add missing \n's to printf(9). - Whitespace fixes. To generate a diff of this commit: cvs rdiff -u -r1.58 -r1.59

CVS commit: src/sys/arch/mac68k

2021-01-23 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Jan 24 05:20:23 UTC 2021 Modified Files: src/sys/arch/mac68k/dev: if_mc.c if_mcvar.h src/sys/arch/mac68k/obio: if_mc_obio.c Log Message: Add rnd(9) support. To generate a diff of this commit: cvs rdiff -u -r1.56 -r1.57

CVS commit: src/sys/arch/mac68k

2021-01-23 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Jan 24 05:20:23 UTC 2021 Modified Files: src/sys/arch/mac68k/dev: if_mc.c if_mcvar.h src/sys/arch/mac68k/obio: if_mc_obio.c Log Message: Add rnd(9) support. To generate a diff of this commit: cvs rdiff -u -r1.56 -r1.57

CVS commit: src/sys/arch/mac68k

2020-12-19 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat Dec 19 21:48:04 UTC 2020 Modified Files: src/sys/arch/mac68k/dev: macfb.c src/sys/arch/mac68k/nubus: cpi_nubus.c src/sys/arch/mac68k/obio: iwm_fd.c Log Message: malloc(9) -> kmem(9) To generate a diff of

CVS commit: src/sys/arch/mac68k

2020-12-19 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat Dec 19 21:48:04 UTC 2020 Modified Files: src/sys/arch/mac68k/dev: macfb.c src/sys/arch/mac68k/nubus: cpi_nubus.c src/sys/arch/mac68k/obio: iwm_fd.c Log Message: malloc(9) -> kmem(9) To generate a diff of

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

2020-12-19 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat Dec 19 21:46:40 UTC 2020 Modified Files: src/sys/arch/mac68k/dev: aed.c Log Message: Use sel{record,remove}_knote(). To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35 src/sys/arch/mac68k/dev/aed.c Please note

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

2020-12-19 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat Dec 19 21:46:40 UTC 2020 Modified Files: src/sys/arch/mac68k/dev: aed.c Log Message: Use sel{record,remove}_knote(). To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35 src/sys/arch/mac68k/dev/aed.c Please note

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

2020-10-21 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Wed Oct 21 11:15:18 UTC 2020 Modified Files: src/sys/arch/mac68k/dev: genfb_grfbus.c Log Message: Drop inappropriate WSFB_VRAM_IS_RAM bit from fbi_flags; framebuffer is not regular RAM. Thanks to jmcneill@ and macallan@ for kind

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

2020-10-21 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Wed Oct 21 11:15:18 UTC 2020 Modified Files: src/sys/arch/mac68k/dev: genfb_grfbus.c Log Message: Drop inappropriate WSFB_VRAM_IS_RAM bit from fbi_flags; framebuffer is not regular RAM. Thanks to jmcneill@ and macallan@ for kind

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

2020-07-21 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Jul 21 06:10:26 UTC 2020 Modified Files: src/sys/arch/mac68k/mac68k: intr.c locore.s via.c Log Message: For GCC8, do not omit frame pointer for intr_dispatch() and via1_intr() (-fomit-frame-pointer is enabled for -O and higher

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

2020-07-21 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Jul 21 06:10:26 UTC 2020 Modified Files: src/sys/arch/mac68k/mac68k: intr.c locore.s via.c Log Message: For GCC8, do not omit frame pointer for intr_dispatch() and via1_intr() (-fomit-frame-pointer is enabled for -O and higher

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

2020-07-20 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Jul 21 05:45:38 UTC 2020 Modified Files: src/sys/arch/mac68k/mac68k: locore.s Log Message: Align tmpstk to 4-byte boundary as required by System V (ELF) ABI. Fix GCC8-compiled kernel crash during very early boot stage when

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

2020-07-20 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Jul 21 05:45:38 UTC 2020 Modified Files: src/sys/arch/mac68k/mac68k: locore.s Log Message: Align tmpstk to 4-byte boundary as required by System V (ELF) ABI. Fix GCC8-compiled kernel crash during very early boot stage when

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

2020-06-19 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Fri Jun 19 16:30:31 UTC 2020 Modified Files: src/sys/arch/mac68k/mac68k: pram.c Log Message: KNF. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/sys/arch/mac68k/mac68k/pram.c Please note that diffs are not

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

2020-06-19 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Fri Jun 19 16:30:31 UTC 2020 Modified Files: src/sys/arch/mac68k/mac68k: pram.c Log Message: KNF. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/sys/arch/mac68k/mac68k/pram.c Please note that diffs are not

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

2020-06-09 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Tue Jun 9 11:44:48 UTC 2020 Modified Files: src/sys/arch/mac68k/dev: ams.c Log Message: Fix inverted Y-axis value passed to wsmouse_input(9). Note this is what src/sys/arch/macppc/dev/ams.c does as "upward (moving the mouse

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

2020-06-09 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Tue Jun 9 11:44:48 UTC 2020 Modified Files: src/sys/arch/mac68k/dev: ams.c Log Message: Fix inverted Y-axis value passed to wsmouse_input(9). Note this is what src/sys/arch/macppc/dev/ams.c does as "upward (moving the mouse

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

2020-05-31 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun May 31 09:00:25 UTC 2020 Modified Files: src/sys/arch/mac68k/dev: adbsysasm.s Log Message: #ifdef out debug garbage. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/sys/arch/mac68k/dev/adbsysasm.s Please

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

2020-05-31 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun May 31 09:00:25 UTC 2020 Modified Files: src/sys/arch/mac68k/dev: adbsysasm.s Log Message: #ifdef out debug garbage. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/sys/arch/mac68k/dev/adbsysasm.s Please

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

2020-05-31 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun May 31 08:59:40 UTC 2020 Modified Files: src/sys/arch/mac68k/obio: wdc_obio.c Log Message: For wdc_obio_match(), struct wdc_regs is too large for stack. Use kmem_alloc(9) instead. Frame size becomes: 3088 --> 0 To

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

2020-05-31 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun May 31 08:59:40 UTC 2020 Modified Files: src/sys/arch/mac68k/obio: wdc_obio.c Log Message: For wdc_obio_match(), struct wdc_regs is too large for stack. Use kmem_alloc(9) instead. Frame size becomes: 3088 --> 0 To

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

2020-02-05 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Feb 5 08:36:34 UTC 2020 Modified Files: src/sys/arch/mac68k/nubus: if_ae_nubus.c Log Message: Adopt To generate a diff of this commit: cvs rdiff -u -r1.41 -r1.42 src/sys/arch/mac68k/nubus/if_ae_nubus.c Please note that

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

2020-02-05 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Feb 5 08:36:56 UTC 2020 Modified Files: src/sys/arch/mac68k/nubus: if_ae_nubus.c Log Message: Trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.42 -r1.43 src/sys/arch/mac68k/nubus/if_ae_nubus.c Please

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

2020-02-05 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Feb 5 08:36:56 UTC 2020 Modified Files: src/sys/arch/mac68k/nubus: if_ae_nubus.c Log Message: Trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.42 -r1.43 src/sys/arch/mac68k/nubus/if_ae_nubus.c Please

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

2020-02-05 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Feb 5 08:36:34 UTC 2020 Modified Files: src/sys/arch/mac68k/nubus: if_ae_nubus.c Log Message: Adopt To generate a diff of this commit: cvs rdiff -u -r1.41 -r1.42 src/sys/arch/mac68k/nubus/if_ae_nubus.c Please note that

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

2020-02-03 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Feb 4 07:40:53 UTC 2020 Modified Files: src/sys/arch/mac68k/nubus: if_netdock_nubus.c Log Message: Trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34

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

2020-02-03 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Feb 4 07:40:53 UTC 2020 Modified Files: src/sys/arch/mac68k/nubus: if_netdock_nubus.c Log Message: Trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34

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

2020-02-03 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Feb 4 07:36:28 UTC 2020 Modified Files: src/sys/arch/mac68k/nubus: if_netdock_nubus.c Log Message: Adopt To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 src/sys/arch/mac68k/nubus/if_netdock_nubus.c Please

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

2020-02-03 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Feb 4 07:36:28 UTC 2020 Modified Files: src/sys/arch/mac68k/nubus: if_netdock_nubus.c Log Message: Adopt To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 src/sys/arch/mac68k/nubus/if_netdock_nubus.c Please

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

2020-01-29 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Jan 30 06:30:52 UTC 2020 Modified Files: src/sys/arch/mac68k/dev: if_mc.c Log Message: Fix more typos To generate a diff of this commit: cvs rdiff -u -r1.54 -r1.55 src/sys/arch/mac68k/dev/if_mc.c Please note that diffs are

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

2020-01-29 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Jan 30 06:30:52 UTC 2020 Modified Files: src/sys/arch/mac68k/dev: if_mc.c Log Message: Fix more typos To generate a diff of this commit: cvs rdiff -u -r1.54 -r1.55 src/sys/arch/mac68k/dev/if_mc.c Please note that diffs are

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

2020-01-29 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Jan 30 06:28:46 UTC 2020 Modified Files: src/sys/arch/mac68k/dev: if_mc.c Log Message: Fix typo To generate a diff of this commit: cvs rdiff -u -r1.53 -r1.54 src/sys/arch/mac68k/dev/if_mc.c Please note that diffs are not

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

2020-01-29 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Jan 30 06:28:46 UTC 2020 Modified Files: src/sys/arch/mac68k/dev: if_mc.c Log Message: Fix typo To generate a diff of this commit: cvs rdiff -u -r1.53 -r1.54 src/sys/arch/mac68k/dev/if_mc.c Please note that diffs are not

CVS commit: src/sys/arch/mac68k

2020-01-28 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed Jan 29 05:25:42 UTC 2020 Modified Files: src/sys/arch/mac68k/dev: if_mc.c src/sys/arch/mac68k/nubus: if_netdock_nubus.c Log Message: Adopt . To generate a diff of this commit: cvs rdiff -u -r1.52 -r1.53

CVS commit: src/sys/arch/mac68k

2020-01-28 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed Jan 29 05:25:42 UTC 2020 Modified Files: src/sys/arch/mac68k/dev: if_mc.c src/sys/arch/mac68k/nubus: if_netdock_nubus.c Log Message: Adopt . To generate a diff of this commit: cvs rdiff -u -r1.52 -r1.53

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

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

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

2019-08-22 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Aug 22 14:52:58 UTC 2019 Modified Files: src/sys/arch/mac68k/conf: files.mac68k Log Message: G/C obsoleted To generate a diff of this commit: cvs rdiff -u -r1.129 -r1.130 src/sys/arch/mac68k/conf/files.mac68k Please note that

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

2019-08-22 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Aug 22 14:52:58 UTC 2019 Modified Files: src/sys/arch/mac68k/conf: files.mac68k Log Message: G/C obsoleted To generate a diff of this commit: cvs rdiff -u -r1.129 -r1.130 src/sys/arch/mac68k/conf/files.mac68k Please note that

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

2019-08-22 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Aug 22 12:47:57 UTC 2019 Modified Files: src/sys/arch/mac68k/mac68k: clock.c Log Message: Adjust GMT bias automatically by using data obtained from Mac OS, unless RTC_OFFSET is set explicitly. To generate a diff of this

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

2019-08-22 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Aug 22 12:47:57 UTC 2019 Modified Files: src/sys/arch/mac68k/mac68k: clock.c Log Message: Adjust GMT bias automatically by using data obtained from Mac OS, unless RTC_OFFSET is set explicitly. To generate a diff of this

  1   2   3   >