Module Name:    src
Committed By:   cegger
Date:           Sat Jan 22 15:21:37 UTC 2011

Modified Files:
        src/external/mit/xorg/server/xorg-server/hw/xfree86/common: Makefile

Log Message:
Define HAVE_PCI_DEVICE_IS_BOOT_VGA.
Makes Xorg use of pci_device_is_boot_vga.

First discussed with macallan@ then public on tech-kern@ and tech-x11@


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 \
    src/external/mit/xorg/server/xorg-server/hw/xfree86/common/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/mit/xorg/server/xorg-server/hw/xfree86/common/Makefile
diff -u src/external/mit/xorg/server/xorg-server/hw/xfree86/common/Makefile:1.15 src/external/mit/xorg/server/xorg-server/hw/xfree86/common/Makefile:1.16
--- src/external/mit/xorg/server/xorg-server/hw/xfree86/common/Makefile:1.15	Mon Nov 29 09:34:41 2010
+++ src/external/mit/xorg/server/xorg-server/hw/xfree86/common/Makefile	Sat Jan 22 15:21:37 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.15 2010/11/29 09:34:41 skrll Exp $
+#	$NetBSD: Makefile,v 1.16 2011/01/22 15:21:37 cegger Exp $
 
 .include <bsd.sys.mk> # for HOST_SH
 
@@ -83,7 +83,8 @@
 		-D__XSERVERNAME__='"Xorg"' -D__XCONFIGFILE__='"xorg.conf"' \
 		-D__VENDORDWEBSUPPORT__='"http://wiki.X.Org";' \
 		-DXVENDORNAME='"The X.Org Foundation"' \
-		-DHAVE_XORG_CONFIG_H
+		-DHAVE_XORG_CONFIG_H \
+		-DHAVE_PCI_DEVICE_IS_BOOT_VGA
 
 .if ${MACHINE_ARCH} == "i386"
 CPPFLAGS+=	-DPCCONS_SUPPORT -DPCVT_SUPPORT

Reply via email to