diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2002-04-09 11:18:46 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2002-04-09 11:18:46 +0000 |
| commit | 2ce7d7a0335f8424a2645ec044a0202ebef230d8 (patch) | |
| tree | 268a77a1e098a6cee634a0556b2a1c21b4097e68 /sys/dev/fb | |
| parent | 1aec374128431b68c99f4fa78613b50e392a3cde (diff) | |
Notes
Diffstat (limited to 'sys/dev/fb')
| -rw-r--r-- | sys/dev/fb/vga.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/fb/vga.c b/sys/dev/fb/vga.c index 235709a31b32..8fc1fd287332 100644 --- a/sys/dev/fb/vga.c +++ b/sys/dev/fb/vga.c @@ -1049,8 +1049,7 @@ probe_adapters(void) #endif /* - * Ensure a zero start address. This is mainly to recover after - * switching from pcvt using userconfig(). The registers are w/o + * Ensure a zero start address. The registers are w/o * for old hardware so it's too hard to relocate the active screen * memory. * This must be done before vga_save_state() for VGA. |
