aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/fb
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2001-07-23 12:05:27 +0000
committerKris Kennaway <kris@FreeBSD.org>2001-07-23 12:05:27 +0000
commit56bded8a2916e65ec31d00dcee679f39f8c7a672 (patch)
treeef26e3a00053ed7d945354bad866ccfa483a70cf /sys/dev/fb
parentb0b32f29dc31b0c7becfd4f12a1bee258210cc23 (diff)
Notes
Diffstat (limited to 'sys/dev/fb')
-rw-r--r--sys/dev/fb/vga.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/fb/vga.c b/sys/dev/fb/vga.c
index 3a9dac15999a..a05ea1bf357f 100644
--- a/sys/dev/fb/vga.c
+++ b/sys/dev/fb/vga.c
@@ -1605,7 +1605,7 @@ setup_mode:
params.regs[5-1+0x04] |= 0x04;
/* turn off doubleword mode */
params.regs[10+0x14] &= 0xbf;
- /* turn off word adressing */
+ /* turn off word addressing */
params.regs[10+0x17] |= 0x40;
/* set logical screen width */
params.regs[10+0x13] = 80;