summaryrefslogtreecommitdiffstats
path: root/sys/dev/syscons/syscons.h
diff options
context:
space:
mode:
authorjkim <jkim@FreeBSD.org>2010-02-24 20:13:34 +0000
committerjkim <jkim@FreeBSD.org>2010-02-24 20:13:34 +0000
commitf819ca27dd898d05382ce0a7d4fe3278d5f8d10d (patch)
tree9c3020317aae0b772b9abd7f49ad103b92df42fa /sys/dev/syscons/syscons.h
parent83c4cf226c4e74a147f8e2d45e8845e1b35c37b8 (diff)
downloadFreeBSD-src-f819ca27dd898d05382ce0a7d4fe3278d5f8d10d.zip
FreeBSD-src-f819ca27dd898d05382ce0a7d4fe3278d5f8d10d.tar.gz
Improve VESA mode switching via loader tunable `hint.sc.0.vesa_mode'.
The most notable change is history buffer is fully saved/restored now.
Diffstat (limited to 'sys/dev/syscons/syscons.h')
-rw-r--r--sys/dev/syscons/syscons.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/syscons/syscons.h b/sys/dev/syscons/syscons.h
index ee38089..a23f884 100644
--- a/sys/dev/syscons/syscons.h
+++ b/sys/dev/syscons/syscons.h
@@ -623,6 +623,7 @@ int sc_set_text_mode(scr_stat *scp, struct tty *tp, int mode,
int sc_set_graphics_mode(scr_stat *scp, struct tty *tp, int mode);
int sc_set_pixel_mode(scr_stat *scp, struct tty *tp, int xsize,
int ysize, int fontsize, int font_width);
+int sc_support_pixel_mode(void *arg);
int sc_vid_ioctl(struct tty *tp, u_long cmd, caddr_t data,
struct thread *td);
OpenPOWER on IntegriCloud