summaryrefslogtreecommitdiffstats
path: root/sys/dev/vt/hw/vga/vt_vga.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/vt/hw/vga/vt_vga.c')
-rw-r--r--sys/dev/vt/hw/vga/vt_vga.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/vt/hw/vga/vt_vga.c b/sys/dev/vt/hw/vga/vt_vga.c
index 7d8b2f1..834e6e8 100644
--- a/sys/dev/vt/hw/vga/vt_vga.c
+++ b/sys/dev/vt/hw/vga/vt_vga.c
@@ -609,7 +609,6 @@ vga_initialize(struct vt_device *vd, int textmode)
* planes.
*/
for (ofs = 0; ofs < VT_VGA_MEMSIZE; ofs++) {
- MEM_READ1(sc, ofs);
MEM_WRITE1(sc, ofs, 0);
}
}
OpenPOWER on IntegriCloud