Re: CVS commit: src/sys/dev/sun

2018-02-09 Thread Martin Husemann
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

Re: CVS commit: src/sys/dev/sun

2018-02-08 Thread maya
> case 0x30: > #if NSYSMON_ENVSYS > - if (k->k_isconsole) > + if (k->k_isconsole) { > k->k_ev = KEY_UP(code) ? > PSWITCH_EVENT_RELEASED : >

re: CVS commit: src/sys/dev/sun

2015-09-29 Thread matthew green
> | > 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

re: CVS commit: src/sys/dev/sun

2015-09-29 Thread Christos Zoulas
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

re: CVS commit: src/sys/dev/sun

2015-09-28 Thread matthew green
"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

Re: CVS commit: src/sys/dev/sun

2013-09-17 Thread Michael
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