diff options
| author | Nathan Whitehorn <nwhitehorn@FreeBSD.org> | 2018-01-02 03:59:46 +0000 |
|---|---|---|
| committer | Nathan Whitehorn <nwhitehorn@FreeBSD.org> | 2018-01-02 03:59:46 +0000 |
| commit | 67530f82dd5e50b0666ded863e33d0aeda8cacee (patch) | |
| tree | 5d9031b993e3b1f69131c159131a31f3cd100400 /sys/powerpc/ps3 | |
| parent | b545252a16da055cf68071b81dc3bc07c0cc80b8 (diff) | |
Notes
Diffstat (limited to 'sys/powerpc/ps3')
| -rw-r--r-- | sys/powerpc/ps3/ps3_syscons.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/powerpc/ps3/ps3_syscons.c b/sys/powerpc/ps3/ps3_syscons.c index 6b4db2a2ed7f..aeec42b0cd25 100644 --- a/sys/powerpc/ps3/ps3_syscons.c +++ b/sys/powerpc/ps3/ps3_syscons.c @@ -229,7 +229,7 @@ ps3fb_init(struct vt_device *vd) /* 32-bit VGA palette */ vt_generate_cons_palette(sc->fb_info.fb_cmap, COLOR_FORMAT_RGB, - 255, 0, 255, 8, 255, 16); + 255, 16, 255, 8, 255, 0); /* Set correct graphics context */ lv1_gpu_context_attribute(sc->sc_fbcontext, |
