Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/x11/Xserver/hw/xfree86/xf86_os enable real PCI IO operations...
details: https://anonhg.NetBSD.org/src/rev/7827b9cb7184
branches: trunk
changeset: 584529:7827b9cb7184
user: macallan <macallan%NetBSD.org@localhost>
date: Thu Sep 22 18:53:26 2005 +0000
description:
enable real PCI IO operations on macppc
( needs ofb.c 1.42 2005/09/22 and ppc_video.c 2005/09/22 )
diffstat:
x11/Xserver/hw/xfree86/xf86_os/Makefile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (21 lines):
diff -r 6c1fc5dd7510 -r 7827b9cb7184 x11/Xserver/hw/xfree86/xf86_os/Makefile
--- a/x11/Xserver/hw/xfree86/xf86_os/Makefile Thu Sep 22 18:16:56 2005 +0000
+++ b/x11/Xserver/hw/xfree86/xf86_os/Makefile Thu Sep 22 18:53:26 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2005/03/24 05:24:20 rtr Exp $
+# $NetBSD: Makefile,v 1.11 2005/09/22 18:53:26 macallan Exp $
.include "../../../Makefile.serverlib"
@@ -31,9 +31,9 @@
.endif
.if ${MACHINE} == "macppc"
-SRCS.bsd+= ppc_video.c bsdResource.c pm_noop.c lnx_agp.c ioperm_noop.c
+SRCS.bsd+= ppc_video.c bsdResource.c pm_noop.c lnx_agp.c
.for _FN in ${SRCS.bsd}
-CPPFLAGS.${_FN}= -DWSCONS_SUPPORT -DUSESTDRES -DHAVE_SYSV_IPC
+CPPFLAGS.${_FN}= -DWSCONS_SUPPORT -DUSESTDRES -DHAVE_SYSV_IPC -DUSE_PPC_MMAP
.endfor
.endif
Home |
Main Index |
Thread Index |
Old Index