On Fri, Feb 09, 2018 at 12:30:00AM +, m...@netbsd.org wrote:
> The alternative version sounds more desirable (keyboard power button
> works even if not console), what do you think?
The typical/default setup on suns is: if keyboard is attached at reset/power
up time, it will become console.
If
> case 0x30:
> #if NSYSMON_ENVSYS
> - if (k->k_isconsole)
> + if (k->k_isconsole) {
> k->k_ev = KEY_UP(code) ?
> PSWITCH_EVENT_RELEASED :
>
> | > Committed By: christos
> | > Date: Sat Sep 26 03:31:53 UTC 2015
> | >
> | > Modified Files:
> | > src/sys/dev/sun: disklabel.h
> | >
> | > Log Message:
> | > avoid conflicts with our own ioctls
> |
> | i can't find it off hand, but i used to have software that used
> | o
On Sep 29, 3:07pm, m...@eterna.com.au (matthew green) wrote:
-- Subject: re: CVS commit: src/sys/dev/sun
| "Christos Zoulas" writes:
| > Module Name:src
| > Committed By: christos
| > Date: Sat Sep 26 03:31:53 UTC 2015
| >
| > Modified Files
"Christos Zoulas" writes:
> Module Name: src
> Committed By: christos
> Date: Sat Sep 26 03:31:53 UTC 2015
>
> Modified Files:
> src/sys/dev/sun: disklabel.h
>
> Log Message:
> avoid conflicts with our own ioctls
i can't find it off hand, but i used to have software that used
on
Hello,
on Thursday 12 September 2013 08:42:19 Martin Husemann wrote:
> Module Name: src
> Committed By: martin
> Date: Thu Sep 12 12:42:18 UTC 2013
>
> Modified Files:
> src/sys/dev/sun: cgsix.c
>
> Log Message:
> Simplify CG6_DRAW() and CG6_BLIT() macros so gcc 4.8.1 does not warn