PERFORCE change 31664 for review

Peter Wemm peter at FreeBSD.org
Thu May 22 19:38:07 PDT 2003


http://perforce.freebsd.org/chv.cgi?CH=31664

Change 31664 by peter at peter_hammer on 2003/05/22 19:37:18

	Make syscons (vga specifically) work again after moving
	KVM (atdevbase in particular) above 4GB.

Affected files ...

.. //depot/projects/hammer/sys/dev/fb/vga.c#12 edit

Differences ...

==== //depot/projects/hammer/sys/dev/fb/vga.c#12 (text+ko) ====

@@ -1792,7 +1792,7 @@
 {
 #ifndef VGA_NO_FONT_LOADING
     u_char buf[PARAM_BUFSIZE];
-    u_int32_t segment;
+    vm_offset_t segment;
     int c;
 #ifdef VGA_ALT_SEQACCESS
     int s;
@@ -1872,7 +1872,7 @@
 {
 #ifndef VGA_NO_FONT_LOADING
     u_char buf[PARAM_BUFSIZE];
-    u_int32_t segment;
+    vm_offset_t segment;
     int c;
 #ifdef VGA_ALT_SEQACCESS
     int s;


More information about the p4-projects mailing list