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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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/
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
Module Name:src
Committed By: cegger
Date: Tue May 12 14:22:39 UTC 2009
Modified Files:
src/sys/dev/hpc: bivideo.c btnmgr.c button.c hpcapm.c hpcin.c
hpcioman.c hpckbd.c hpcout.c hpf1275a_tty.c pwctl.c
Log Message:
struct device * -> device_t, no functional cha
Module Name:src
Committed By: cegger
Date: Tue May 12 12:13:49 UTC 2009
Modified Files:
src/sys/dev/hpc: bivideo.c btnmgr.c button.c hpcapm.c hpcin.c
hpcioman.c hpckbd.c hpcout.c hpf1275a_tty.c pwctl.c
Log Message:
struct cfdata * -> cfdata_t, no functional cha
Module Name:src
Committed By: uwe
Date: Sun Apr 5 02:17:18 UTC 2009
Modified Files:
src/sys/dev/hpc: hpckbd.c
Log Message:
Register with pmf(9), tell it we don't need anything.
To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/sys/dev/hpc/hpckbd.c
Pleas
Module Name:src
Committed By: uwe
Date: Sun Apr 5 02:14:41 UTC 2009
Modified Files:
src/sys/dev/hpc: hpcfb.c
Log Message:
Register with pmf(9). Thus we register with both dopowerhooks(9) and
pmf(9), but they are mutually exclusive (apm(4) vs apmdev(4)).
Express pmf(9) h
Module Name:src
Committed By: uwe
Date: Sun Apr 5 02:04:40 UTC 2009
Modified Files:
src/sys/dev/hpc: hpcapm.c
Log Message:
Register with pmf(9), tell it we don't need anything.
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/sys/dev/hpc/hpcapm.c
Pleas
Module Name:src
Committed By: uwe
Date: Sun Apr 5 01:48:47 UTC 2009
Modified Files:
src/sys/dev/hpc: hpcfb.c
Log Message:
Split device_t and softc.
To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 src/sys/dev/hpc/hpcfb.c
Please note that diffs are not publ
Module Name:src
Committed By: uwe
Date: Sun Apr 5 00:34:42 UTC 2009
Modified Files:
src/sys/dev/hpc: btnmgr.c
Log Message:
Register with pmf(9), tell it we don't need anything.
btnmgr(4) is just a hub for other devices to plug into with
config_hook(9), there is no real ha
Module Name:src
Committed By: uwe
Date: Fri Apr 3 05:01:10 UTC 2009
Modified Files:
src/sys/dev/hpc: files.hpcapm
src/sys/dev/hpc/apm: apmdev.c files.apm
Log Message:
Use dev/apm/files.apm for APM options in opt_apm.h.
Now both apm and apmdev files.apm can be inc
Module Name:src
Committed By: uwe
Date: Fri Apr 3 04:21:51 UTC 2009
Modified Files:
src/sys/dev/hpc: files.hpcapm
Log Message:
Config glue for attaching apm at apmdevif.
Unfortunately dev/apm/files.apm and dev/hpc/apm/files.apm cannot be
included both at the same time (t
Module Name:src
Committed By: uwe
Date: Fri Apr 3 04:17:03 UTC 2009
Added Files:
src/sys/dev/hpc: apm_apmdevif.c
Log Message:
Attachment glue to attach apm0 at hpcapm0.
Tested on Jornada 690.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/sys/dev/hpc/apm_
Module Name:src
Committed By: uwe
Date: Fri Apr 3 02:08:38 UTC 2009
Modified Files:
src/sys/dev/hpc/apm: apmdev.c
Log Message:
Further reduce diffs to dev/apm/apm.c.
Bring over remaining bits of logic not picked up in the first round.
Main semantic difference between the
Module Name:src
Committed By: uwe
Date: Mon Mar 30 06:22:25 UTC 2009
Modified Files:
src/sys/dev/hpc/apm: apmdev.c apmvar.h
Log Message:
Split device_t and softc, use aprint_*, rename/reformat stuff to
minimize diffs to dev/apm/apm.c (even at the cost of uglification).
Te
Module Name:src
Committed By: uwe
Date: Mon Mar 30 06:17:40 UTC 2009
Modified Files:
src/sys/dev/hpc: hpcapm.c
Log Message:
Fix battery_state vs. battery_flags confusion.
Fill all fields of struct apm_power_info in hpcapm_get_powstat.
To generate a diff of this commit:
c
34 matches
Mail list logo