Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Feb 2003 21:30:07 -0800 (PST)
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 26058 for review
Message-ID:  <200302280530.h1S5U74Y002859@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=26058

Change 26058 by marcel@marcel_nfs on 2003/02/27 21:29:51

	Post IFC fix: vi_mmap_t has changed. There an additional
	argument.

Affected files ...

.. //depot/projects/ia64/sys/dev/vga/vga_vid.c#6 edit

Differences ...

==== //depot/projects/ia64/sys/dev/vga/vga_vid.c#6 (text+ko) ====

@@ -286,7 +286,8 @@
 }
 
 static int
-vga_vid_mmap_buf(video_adapter_t *adp, vm_offset_t offset, int prot)
+vga_vid_mmap_buf(video_adapter_t *adp, vm_offset_t offset, vm_offset_t *paddr,
+    int prot)
 {
 	static int called = 0;
 	return (vga_vid_todo(__func__, ++called));

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200302280530.h1S5U74Y002859>