Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Apr 2003 20:01:53 -0700 (PDT)
From:      Peter Wemm <peter@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 30246 for review
Message-ID:  <200305010301.h4131rL6098287@repoman.freebsd.org>

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

Change 30246 by peter@peter_daintree on 2003/04/30 20:00:55

	Attempt to make this not hammer-specific

Affected files ...

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

Differences ...

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

@@ -60,7 +60,10 @@
 #define VGA_DEBUG		0
 #endif
 
+/* machine/pc/bios.h has got too much i386-specific stuff in it */
+#ifndef BIOS_PADDRTOVADDR
 #define BIOS_PADDRTOVADDR(x) (((x) - ISA_HOLE_START) + atdevbase)
+#endif
 int
 vga_probe_unit(int unit, video_adapter_t *buf, int flags)
 {



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