CVS commit: src/sys/dev/hpc

2021-06-04 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sat Jun 5 02:27:08 UTC 2021 Modified Files: src/sys/dev/hpc: hpcfb.c Log Message: hpcfb_cnattach(): If fbconf == NULL, this is for early console output (used for hpcmips/VR41xx machines), and wsdisplay_preattach() should be used ins

CVS commit: src/sys/dev/hpc

2018-09-18 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Tue Sep 18 14:57:32 UTC 2018 Modified Files: src/sys/dev/hpc: hpckbd.c Log Message: Clarify the comment in the "unconst" version of hpckbd_keymap_setup. Both sh3 (P1) and mips (kseg0) have the kernel directly mapped. To generate a

CVS commit: src/sys/dev/hpc

2018-09-18 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Tue Sep 18 09:09:26 UTC 2018 Modified Files: src/sys/dev/hpc: hpckbd.c Log Message: Fix comment formatting in previous. To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 src/sys/dev/hpc/hpckbd.c Please note that diffs

CVS commit: src/sys/dev/hpc

2018-09-17 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Sep 18 02:58:10 UTC 2018 Modified Files: src/sys/dev/hpc: hpckbd.c Log Message: Apply workaround introduced in r1.31 to hpcmips. Fix kernel crash when console is attached. Now, my MC/R550 boots multiuser. Thanks Masahiko Ito fo

CVS commit: src/sys/dev/hpc/apm

2018-07-21 Thread Maya Rashish
Module Name:src Committed By: maya Date: Sat Jul 21 18:11:09 UTC 2018 Modified Files: src/sys/dev/hpc/apm: apmdev.c Log Message: Remove unused variable. To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 src/sys/dev/hpc/apm/apmdev.c Please note that diffs are

CVS commit: src/sys/dev/hpc

2017-08-07 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Mon Aug 7 23:57:40 UTC 2017 Modified Files: src/sys/dev/hpc: hpckbd.c Log Message: XXX: On hpcsh only - bring back old incorrect hpckbd_keymap_setup() fixed in 1.31. The old one with UNCONST does work on hpcsh b/c the kernel is dir

CVS commit: src/sys/dev/hpc

2017-08-01 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Wed Aug 2 00:58:18 UTC 2017 Modified Files: src/sys/dev/hpc: hpf1275a_tty.c Log Message: Fix the previous fix that doesn't even compile. To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 src/sys/dev/hpc/hpf1275a_tty.c

CVS commit: src/sys/dev/hpc

2017-06-25 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sun Jun 25 12:21:00 UTC 2017 Modified Files: src/sys/dev/hpc: hpcapm.c Log Message: spl leak, found by Mootja To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/sys/dev/hpc/hpcapm.c Please note that diffs are not p

CVS commit: src/sys/dev/hpc

2017-06-12 Thread Emmanuel Dreyfus
Module Name:src Committed By: manu Date: Mon Jun 12 09:23:39 UTC 2017 Modified Files: src/sys/dev/hpc: hpckbd.c Log Message: Restore wscons keymaps feature on hpcarm hpc ports need to alter keydesc data at runtime in order to load alternate keymaps. But since keydesc is c

CVS commit: src/sys/dev/hpc

2016-09-05 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Sep 6 06:27:17 UTC 2016 Modified Files: src/sys/dev/hpc: btnmgr.c Log Message: Don't read beyond the end of an array To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 src/sys/dev/hpc/btnmgr.c Please note that di

CVS commit: src/sys/dev/hpc

2015-04-06 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Tue Apr 7 01:24:32 UTC 2015 Modified Files: src/sys/dev/hpc: hpcfb.c Log Message: Add missing semicolon To generate a diff of this commit: cvs rdiff -u -r1.59 -r1.60 src/sys/dev/hpc/hpcfb.c Please note that diffs are not publ

CVS commit: src/sys/dev/hpc

2015-04-04 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Apr 4 15:39:40 UTC 2015 Modified Files: src/sys/dev/hpc: hpcfb.c Log Message: fix leak, found by Brainy. To generate a diff of this commit: cvs rdiff -u -r1.58 -r1.59 src/sys/dev/hpc/hpcfb.c Please note that diffs are no

CVS commit: src/sys/dev/hpc

2013-11-09 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Nov 9 21:31:56 UTC 2013 Modified Files: src/sys/dev/hpc: hpcapm.c Log Message: fix unused variable warning To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/sys/dev/hpc/hpcapm.c Please note that diffs are

CVS commit: src/sys/dev/hpc/apm

2013-11-08 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Nov 9 02:44:52 UTC 2013 Modified Files: src/sys/dev/hpc/apm: apmdev.c Log Message: fixed unused variable warning To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 src/sys/dev/hpc/apm/apmdev.c Please note that

CVS commit: src/sys/dev/hpc

2013-06-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Jun 28 14:44:15 UTC 2013 Modified Files: src/sys/dev/hpc: hpf1275a_tty.c Log Message: fix uninitialized pointer. This could have never worked. http://m00nbsd.net/ae123a9bae03f7dde5c6d654412daf5a.html To generate a diff of

CVS commit: src/sys/dev/hpc/apm

2012-10-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Oct 3 23:55:22 UTC 2012 Modified Files: src/sys/dev/hpc/apm: apmdev.c Log Message: remove diagnostic printfs to make this compile again. To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 src/sys/dev/hpc/apm/ap

CVS commit: src/sys/dev/hpc

2011-06-11 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Sat Jun 11 16:34:36 UTC 2011 Modified Files: src/sys/dev/hpc: hpckbd.c Log Message: split device_t/softc. To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 src/sys/dev/hpc/hpckbd.c Please note that diffs are not pub

CVS commit: src/sys/dev/hpc

2010-07-31 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun Aug 1 02:47:43 UTC 2010 Modified Files: src/sys/dev/hpc: bivideo.c Log Message: Replace powerhook_establish(9) with pmf(9). To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 src/sys/dev/hpc/bivideo.c Please no

CVS commit: src/sys/dev/hpc

2010-07-31 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun Aug 1 02:43:12 UTC 2010 Modified Files: src/sys/dev/hpc: hpcfb.c Log Message: Remove deprecated powerhook_establish(9) since apmdev(4) which required the old API was gone. To generate a diff of this commit: cvs rdiff -u -r

CVS commit: src/sys/dev/hpc

2010-06-18 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Fri Jun 18 09:11:44 UTC 2010 Modified Files: src/sys/dev/hpc: hpcfb.c Log Message: Add WSDISPLAYIO_LINEBYTES, which is required by Xorg wsfb server. To generate a diff of this commit: cvs rdiff -u -r1.55 -r1.56 src/sys/dev/hpc/

CVS commit: src/sys/dev/hpc

2010-05-14 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat May 15 06:01:13 UTC 2010 Modified Files: src/sys/dev/hpc: hpcfb.c Log Message: Set RI_NO_AUTO in ri->ri_flg if hpcfb_init() is invoked from cnattach. Fixes silent hang on hpcsh and hpcmips. XXX: all other rasops based consol