head	1.2;
access;
symbols
	pkgsrc-2013Q3:1.1.0.36
	pkgsrc-2013Q3-base:1.1
	pkgsrc-2013Q2:1.1.0.34
	pkgsrc-2013Q2-base:1.1
	pkgsrc-2013Q1:1.1.0.32
	pkgsrc-2013Q1-base:1.1
	pkgsrc-2012Q4:1.1.0.30
	pkgsrc-2012Q4-base:1.1
	pkgsrc-2012Q3:1.1.0.28
	pkgsrc-2012Q3-base:1.1
	pkgsrc-2012Q2:1.1.0.26
	pkgsrc-2012Q2-base:1.1
	pkgsrc-2012Q1:1.1.0.24
	pkgsrc-2012Q1-base:1.1
	pkgsrc-2011Q4:1.1.0.22
	pkgsrc-2011Q4-base:1.1
	pkgsrc-2011Q3:1.1.0.20
	pkgsrc-2011Q3-base:1.1
	pkgsrc-2011Q2:1.1.0.18
	pkgsrc-2011Q2-base:1.1
	pkgsrc-2011Q1:1.1.0.16
	pkgsrc-2011Q1-base:1.1
	pkgsrc-2010Q4:1.1.0.14
	pkgsrc-2010Q4-base:1.1
	pkgsrc-2010Q3:1.1.0.12
	pkgsrc-2010Q3-base:1.1
	pkgsrc-2010Q2:1.1.0.10
	pkgsrc-2010Q2-base:1.1
	pkgsrc-2010Q1:1.1.0.8
	pkgsrc-2010Q1-base:1.1
	pkgsrc-2009Q4:1.1.0.6
	pkgsrc-2009Q4-base:1.1
	pkgsrc-2009Q3:1.1.0.4
	pkgsrc-2009Q3-base:1.1
	pkgsrc-2009Q2:1.1.0.2
	pkgsrc-2009Q2-base:1.1;
locks; strict;
comment	@# @;


1.2
date	2013.09.30.16.59.10;	author wiz;	state dead;
branches;
next	1.1;
commitid	q82VquIrs5U03u7x;

1.1
date	2009.06.09.17.10.16;	author hasso;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Remove xf86-video-nsc, desupported since xorg-server-1.5.1.
@
text
@$NetBSD: patch-ac,v 1.1 2009/06/09 17:10:16 hasso Exp $

http://cgit.freedesktop.org/xorg/driver/xf86-video-nsc/commit/?id=bfcfdff7

--- src/nsc_driver.c.orig	2007-08-21 01:50:08 +0300
+++ src/nsc_driver.c	2009-06-09 19:06:17 +0300
@@@@ -517,7 +517,9 @@@@ NscProbe(DriverPtr drv, int flags)
    }
    GeodeDebug(("NscProbe: Before MatchPciInstances!\n"));
    /* PCI BUS */
+#ifndef XSERVER_LIBPCIACCESS
    if (xf86GetPciVideoInfo()) {
+#endif
       numUsed = xf86MatchPciInstances(NSC_NAME, PCI_VENDOR_ID_NS,
 				      GeodeChipsets, GeodePCIchipsets,
 				      devSections, numDevSections,
@@@@ -575,7 +577,9 @@@@ NscProbe(DriverPtr drv, int flags)
 	    }
 	 }
       }
+#ifndef XSERVER_LIBPCIACCESS
    }
+#endif
 
    if (usedChips)
       xfree(usedChips);
@


1.1
log
@Update to 2.8.3. Make it compile with new xserver - stoling assyntax.h from
old xserver and the libpciaccess patch from upstream repository.

Changes since 2.8.2:

Brice Goglin (1):
      Define NSC_VERSION_* using PACKAGE_VERSION*

Eric Anholt (2):
      Bug #9588: Fix build after XFree86Server unifdef by removing HAL junk.
      Bump driver version to 2.8.3 to release untested build fixes.

James Cloos (2):
      Rename .cvsignore to .gitignore
      Add *~ to .gitignore to skip patch/emacs droppings
@
text
@d1 1
a1 1
$NetBSD$
@

