summaryrefslogtreecommitdiffstats
path: root/sys/dev/fb/vga.c
diff options
context:
space:
mode:
authoryokota <yokota@FreeBSD.org>2000-01-10 08:47:04 +0000
committeryokota <yokota@FreeBSD.org>2000-01-10 08:47:04 +0000
commit90b982fc421007982a2ddc668a06966aa3b3d62a (patch)
tree7c62a21ddd778c108998c689020b410f16be99b7 /sys/dev/fb/vga.c
parentb09e75922967e8200484ba056cd55c3b555824c3 (diff)
downloadFreeBSD-src-90b982fc421007982a2ddc668a06966aa3b3d62a.zip
FreeBSD-src-90b982fc421007982a2ddc668a06966aa3b3d62a.tar.gz
- Fix typo: CGA40 -> CGA80
- Remove erroneous comments.
Diffstat (limited to 'sys/dev/fb/vga.c')
-rw-r--r--sys/dev/fb/vga.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/fb/vga.c b/sys/dev/fb/vga.c
index f733e47..530484f 100644
--- a/sys/dev/fb/vga.c
+++ b/sys/dev/fb/vga.c
@@ -748,16 +748,16 @@ fill_adapter_param(int code, video_adapter_t *adp)
} dcc[] = {
{ DCC_MONO, DCC_EGA40 /* CGA monitor */ },
{ DCC_MONO, DCC_EGA80 /* CGA monitor */ },
- { DCC_MONO, DCC_EGA80 /* CGA emulation */ },
+ { DCC_MONO, DCC_EGA80 },
{ DCC_MONO, DCC_EGA80 },
{ DCC_CGA40, DCC_EGAMONO },
{ DCC_CGA80, DCC_EGAMONO },
{ DCC_EGA40 /* CGA monitor */, DCC_MONO},
{ DCC_EGA80 /* CGA monitor */, DCC_MONO},
- { DCC_EGA80 /* CGA emulation */,DCC_MONO },
+ { DCC_EGA80, DCC_MONO },
{ DCC_EGA80, DCC_MONO },
{ DCC_EGAMONO, DCC_CGA40 },
- { DCC_EGAMONO, DCC_CGA40 },
+ { DCC_EGAMONO, DCC_CGA80 },
};
if ((code < 0) || (code >= sizeof(dcc)/sizeof(dcc[0]))) {
OpenPOWER on IntegriCloud