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/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

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

2019-08-18 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Aug 18 07:05:16 UTC 2019 Modified Files: src/sys/arch/mac68k/mac68k: machdep.c pmap_bootstrap.c Log Message: 0x%p ---> %p To generate a diff of this commit: cvs rdiff -u -r1.354 -r1.355 src/sys/arch/mac68k/mac68k/machdep.c cvs

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

2019-08-18 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Aug 18 07:05:16 UTC 2019 Modified Files: src/sys/arch/mac68k/mac68k: machdep.c pmap_bootstrap.c Log Message: 0x%p ---> %p To generate a diff of this commit: cvs rdiff -u -r1.354 -r1.355 src/sys/arch/mac68k/mac68k/machdep.c cvs

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

2019-08-18 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Aug 18 07:03:55 UTC 2019 Modified Files: src/sys/arch/mac68k/mac68k: machdep.c Log Message: We've switched to 8KB page. XXX pullup to netbsd-9 To generate a diff of this commit: cvs rdiff -u -r1.353 -r1.354

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

2019-08-18 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Aug 18 07:03:55 UTC 2019 Modified Files: src/sys/arch/mac68k/mac68k: machdep.c Log Message: We've switched to 8KB page. XXX pullup to netbsd-9 To generate a diff of this commit: cvs rdiff -u -r1.353 -r1.354

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

2019-08-09 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Aug 9 11:05:53 UTC 2019 Modified Files: src/sys/arch/mac68k/conf: WSFB.common Log Message: Mimic macppc color/font settings, which also reduces differences b/w color and monochrome color depths. To generate a diff of this

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

2019-08-09 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Aug 9 11:05:53 UTC 2019 Modified Files: src/sys/arch/mac68k/conf: WSFB.common Log Message: Mimic macppc color/font settings, which also reduces differences b/w color and monochrome color depths. To generate a diff of this

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

2019-08-02 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Aug 2 10:46:50 UTC 2019 Modified Files: src/sys/arch/mac68k/conf: WSFB.common Log Message: Add commented out GENFB_SHADOWFB option. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

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

2019-08-02 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Aug 2 10:46:50 UTC 2019 Modified Files: src/sys/arch/mac68k/conf: WSFB.common Log Message: Add commented out GENFB_SHADOWFB option. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/sys/arch/mac68k

2019-07-23 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Jul 23 15:19:07 UTC 2019 Modified Files: src/sys/arch/mac68k/include: psc.h src/sys/arch/mac68k/mac68k: psc.c src/sys/arch/mac68k/obio: esp.c espvar.h Log Message: PR port-mac68k/24883 Support DMA xfer for SCSI

CVS commit: src/sys/arch/mac68k

2019-07-23 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Jul 23 15:19:07 UTC 2019 Modified Files: src/sys/arch/mac68k/include: psc.h src/sys/arch/mac68k/mac68k: psc.c src/sys/arch/mac68k/obio: esp.c espvar.h Log Message: PR port-mac68k/24883 Support DMA xfer for SCSI

CVS commit: src/sys/arch/mac68k

2019-07-23 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Jul 23 07:52:53 UTC 2019 Modified Files: src/sys/arch/mac68k/include: bus.h src/sys/arch/mac68k/obio: esp.c espvar.h Log Message: PR port-mac68k/24883 Style-only changes in preparation to import AV DMA code: - G/C

CVS commit: src/sys/arch/mac68k

2019-07-23 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Jul 23 07:52:53 UTC 2019 Modified Files: src/sys/arch/mac68k/include: bus.h src/sys/arch/mac68k/obio: esp.c espvar.h Log Message: PR port-mac68k/24883 Style-only changes in preparation to import AV DMA code: - G/C

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

2019-06-06 Thread John Klos
Module Name:src Committed By: jklos Date: Thu Jun 6 20:42:33 UTC 2019 Modified Files: src/sys/arch/mac68k/include: param.h Log Message: As per port-m68k/54254 and a few months of testing, mac68k will switch to 8KB pages. OK with hauke@, rjs@ and tsutsui@. To generate a

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

2019-06-06 Thread John Klos
Module Name:src Committed By: jklos Date: Thu Jun 6 20:42:33 UTC 2019 Modified Files: src/sys/arch/mac68k/include: param.h Log Message: As per port-m68k/54254 and a few months of testing, mac68k will switch to 8KB pages. OK with hauke@, rjs@ and tsutsui@. To generate a

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

2019-02-18 Thread Christos Zoulas
In article <21181.1550538...@splode.eterna.com.au>, matthew green wrote: >Christos Zoulas writes: >> In article <20190219003451.093b2f...@cvs.netbsd.org>, >> matthew green wrote: >> >-=-=-=-=-=- >> >> >+ memcpy(intrnames, inames, MAX_INAME_LENGTH); >> >> That should be: >>

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

2019-02-18 Thread matthew green
Christos Zoulas writes: > In article <20190219003451.093b2f...@cvs.netbsd.org>, > matthew green wrote: > >-=-=-=-=-=- > > >+memcpy(intrnames, inames, MAX_INAME_LENGTH); > > That should be: > memcpy(intrnames, inames, sizeof(intrnames)); well. maybe. but it's not really any better.

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

2019-02-18 Thread Christos Zoulas
In article <20190219003451.093b2f...@cvs.netbsd.org>, matthew green wrote: >-=-=-=-=-=- >+ memcpy(intrnames, inames, MAX_INAME_LENGTH); That should be: memcpy(intrnames, inames, sizeof(intrnames)); christos

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

2010-03-02 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Tue Mar 2 15:01:04 UTC 2010 Modified Files: src/sys/arch/mac68k/mac68k: pmap_bootstrap.c Log Message: A variable protostfree is only declared for M68040 or M68060 kernels, so it should also be wrapped with #ifdef M68040/#endif