git://scm.lunaixsky.com
/
lunaix-os.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Change of vterm handling logic on backend chardev input event (#40)
[lunaix-os.git]
/
lunaix-os
/
hal
/
gfxa
/
vga
/
vga_pmio_ops.c
1
#include "vga.h"
2
3
static u32_t vga_gfx_regmap[][2] = {
4
[VGA_ARX] = { 0x3C0, 0x3C1 }, [VGA_SRX] = { 0x3C4, 0x3C5 },
5
[VGA_GRX] = { 0x3CE, 0x3CF }, [VGA_CRX] = { 0x3D4, 0x3D5 },
6
[VGA_DACX] = { 0x3C8, 0x3C9 }, [VGA_MISCX] = { 0x3CC, 0x3C2 }
7
};
8
9
// TODO