Module Name:src
Committed By: macallan
Date: Wed Mar 19 10:53:53 UTC 2025
Modified Files:
src/sys/dev/sun: cgsix.c
Log Message:
don't set BUS_SPACCE_MAP_PREFETCHABLE - no known bus we can be connected to
supports it
To generate a diff of this commit:
cvs rdiff -u -r1.72
Module Name:src
Committed By: macallan
Date: Wed Mar 19 10:53:53 UTC 2025
Modified Files:
src/sys/dev/sun: cgsix.c
Log Message:
don't set BUS_SPACCE_MAP_PREFETCHABLE - no known bus we can be connected to
supports it
To generate a diff of this commit:
cvs rdiff -u -r1.72
Module Name:src
Committed By: thorpej
Date: Tue Feb 13 13:46:14 UTC 2024
Modified Files:
src/sys/dev/sun: sireg.h
Log Message:
Add the Sun3 obio flavor's DMA controller access registers.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/dev/sun/sireg.h
Module Name:src
Committed By: thorpej
Date: Tue Feb 13 13:46:14 UTC 2024
Modified Files:
src/sys/dev/sun: sireg.h
Log Message:
Add the Sun3 obio flavor's DMA controller access registers.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/dev/sun/sireg.h
Module Name:src
Committed By: riastradh
Date: Wed Oct 26 23:47:55 UTC 2022
Modified Files:
src/sys/dev/sun: sunkbd.c
Log Message:
sunkbd(4): Convert to ttylock/ttyunlock.
To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 src/sys/dev/sun/sunkbd.c
Please note
Module Name:src
Committed By: riastradh
Date: Wed Oct 26 23:47:55 UTC 2022
Modified Files:
src/sys/dev/sun: sunkbd.c
Log Message:
sunkbd(4): Convert to ttylock/ttyunlock.
To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 src/sys/dev/sun/sunkbd.c
Please note
Module Name:src
Committed By: thorpej
Date: Sun Sep 25 21:30:29 UTC 2022
Modified Files:
src/sys/dev/sun: bwtwo.c cgsix.c cgthree.c kbd_zs.c sunkbd.c
Log Message:
Remove unnecessary include of .
To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 src/sys/dev/su
Module Name:src
Committed By: thorpej
Date: Sun Sep 25 21:30:29 UTC 2022
Modified Files:
src/sys/dev/sun: bwtwo.c cgsix.c cgthree.c kbd_zs.c sunkbd.c
Log Message:
Remove unnecessary include of .
To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 src/sys/dev/su
Module Name:src
Committed By: macallan
Date: Thu Apr 28 03:12:03 UTC 2022
Modified Files:
src/sys/dev/sun: cgsix.c
Log Message:
be lazy about clearing the cursor - in most cases we're about to overwrite it
anyway. Same logic as with VCONS_DONT_READ.
visible speedup in thin
Module Name:src
Committed By: macallan
Date: Thu Apr 28 03:12:03 UTC 2022
Modified Files:
src/sys/dev/sun: cgsix.c
Log Message:
be lazy about clearing the cursor - in most cases we're about to overwrite it
anyway. Same logic as with VCONS_DONT_READ.
visible speedup in thin
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
Module Name:src
Committed By: macallan
Date: Thu Jan 14 02:18:59 UTC 2010
Modified Files:
src/sys/dev/sun: wskbdmap_sun.c
Log Message:
actually assign audio control command codes to the audio control keys
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/
17 matches
Mail list logo