head 1.6; access; symbols pkgsrc-2013Q2:1.6.0.8 pkgsrc-2013Q2-base:1.6 pkgsrc-2012Q4:1.6.0.6 pkgsrc-2012Q4-base:1.6 pkgsrc-2011Q4:1.6.0.4 pkgsrc-2011Q4-base:1.6 pkgsrc-2011Q2:1.6.0.2 pkgsrc-2011Q2-base:1.6 pkgsrc-2010Q2:1.5.0.8 pkgsrc-2010Q2-base:1.5 pkgsrc-2010Q1:1.5.0.6 pkgsrc-2010Q1-base:1.5 pkgsrc-2009Q4:1.5.0.4 pkgsrc-2009Q4-base:1.5 pkgsrc-2009Q3:1.5.0.2 pkgsrc-2009Q3-base:1.5 pkgsrc-2009Q2:1.4.0.2 pkgsrc-2009Q2-base:1.4 pkgsrc-2008Q4:1.3.0.18 pkgsrc-2008Q4-base:1.3 pkgsrc-2008Q3:1.3.0.16 pkgsrc-2008Q3-base:1.3 cube-native-xorg:1.3.0.14 cube-native-xorg-base:1.3 pkgsrc-2008Q2:1.3.0.12 pkgsrc-2008Q2-base:1.3 pkgsrc-2008Q1:1.3.0.10 pkgsrc-2008Q1-base:1.3 pkgsrc-2007Q4:1.3.0.8 pkgsrc-2007Q4-base:1.3 pkgsrc-2007Q3:1.3.0.6 pkgsrc-2007Q3-base:1.3 pkgsrc-2007Q2:1.3.0.4 pkgsrc-2007Q2-base:1.3 pkgsrc-2007Q1:1.3.0.2 pkgsrc-2007Q1-base:1.3 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.6 date 2010.09.21.05.43.16; author sno; state dead; branches; next 1.5; 1.5 date 2009.08.09.22.47.09; author wiz; state Exp; branches; next 1.4; 1.4 date 2009.05.12.13.20.41; author tnn; state Exp; branches; next 1.3; 1.3 date 2007.03.20.15.01.12; author joerg; state dead; branches; next 1.2; 1.2 date 2007.01.13.05.36.35; author toshii; state Exp; branches; next 1.1; 1.1 date 2007.01.13.05.15.50; author toshii; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2007.01.13.05.15.50; author toshii; state Exp; branches; next ; desc @@ 1.6 log @Updating x11/xf86-video-nv from 2.1.14nb2 to 2.1.18 (pkg/43886) pkgsrc changes: - add license definition Upstream changes: 2010-07-30 nv 2.1.18 Remove RANDR_12_INTERFACE checking, always defined. config: add comments for main statements config: replace deprecated use of AC_OUTPUT with AC_CONFIG_FILES config: replace deprecated AC_HELP_STRING with AS_HELP_STRING config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS config: complete AC_INIT m4 quoting config: remove unrequired AC_SUBST([XORG_CFLAGS]) config: remove unrequired AC_HEADER_STDC config: remove AC_PROG_CC as it overrides AC_PROG_C_C99 config: update AC_PREREQ statement to 2.60 config: upgrade to util-macros 1.8 for additional man page support Add a missing " }," pointed out by Johannes Obermayr. Merge branch 'master' of git://soprano/~aaron/xf86-video-nv The /compat code is no longer required. Add PCI table entries for the GeForce 315 Unlike for lspci and the kernel, X bus IDs are decimal instead of hex. Bring NVKnownChipsets up to date. Fix the kernel driver error reporting to be a little more verbose. Depend on libpciaccess >= 0.10.7. Revert "Refuse to bind to a device which has kernel modesetting active." nv: refuse to load if there's a kernel driver bound to the device already COPYING: update file with Copyright notices from source code. Don't use libcwrappers for calloc and free Refuse to bind to a device which has kernel modesetting active. Update MCP6x supported products. Bug #19817: Add support for GeForce 7025 and 7050. Bug #24787: Don't crash if LVDS initialization fails 2010-03-08 nv 2.1.17 More products G80: Cast register reads before shifting them to avoid truncation to 32 bits. Bug #19545: Add support for MCP7x-based integrated GPUs. G80: Log unrecognized outputs Bug #26612: Separate LUTs per output. Update Sun license notices to current X.Org standard form configure.ac: remove unused sdkdir=$(pkg-config...) statement 2009-12-15 nv 2.1.16 New board names Remove an unnecessary (and typo'd) gitignore comment g80: Add a no-op gamma hook so we don't crash on 1.7 servers Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206 INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206 Several driver modules do not have a ChangeLog target in Makefile.am #23814 .gitignore: use common defaults with custom section # 24239 .gitignore: use common defaults with custom section # 24239 More new boards New boards 2009-09-11 nv 2.1.15 abi: fixup so the define is picked up nv: change to using ABI version check nv: update for resources/RAC API removal Update to xextproto 7.1 support. xf86-video-nv: use XORG_CHANGELOG macro to create ChangeLog. #22611 @ text @$NetBSD: patch-aa,v 1.5 2009/08/09 22:47:09 wiz Exp $ --- src/nv_driver.c.orig 2009-06-27 00:47:57.000000000 +0000 +++ src/nv_driver.c @@@@ -373,6 +373,7 @@@@ static SymTabRec NVKnownChipsets[] = { 0x10DE0244, "GeForce Go 6150" }, { 0x10DE0245, "Quadro NVS 210S / NVIDIA GeForce 6150LE" }, { 0x10DE0247, "GeForce Go 6100" }, + { 0x10DE0533, "GeForce 7000M" }, { 0x10DE03D0, "GeForce 6150SE" }, { 0x10DE03D1, "GeForce 6100 nForce 405" }, @@@@ -764,6 +765,7 @@@@ NVIsSupported(CARD32 id) case 0x0340: case 0x0390: case 0x03D0: + case 0x0530: return TRUE; } @@@@ -1685,6 +1687,7 @@@@ NVPreInit(ScrnInfoPtr pScrn, int flags) case 0x0390: /* GeForce 7600 */ case 0x0240: /* GeForce 6100 */ case 0x03D0: + case 0x0530: /* GeForce 7000M */ pNv->Architecture = NV_ARCH_40; break; default: @ 1.5 log @Update to 2.1.14: Aaron Plattner (6): Fix a dumb typo in the chip name entry for the GeForce 9800 GTX+ More chip names. New chip support. Fix modesets on certain GPUs that were broken by the previous commit. More new chips Bump to 2.1.14 Adam Jackson (1): Remove useless loader symbol lists. Yinan Shen (1): G80: Fix incorrect I2C port access for ports above 3. @ text @d1 1 a1 1 $NetBSD: patch-aa,v 1.4 2009/05/12 13:20:41 tnn Exp $ @ 1.4 log @patch-a{a,b}: Match PCI id for GeForce 7000M. From http://people.freebsd.org/~ariff/ports/xf86-video-nv/patch-xzz via Alexey Lebedev on pkgsrc-users@@. @ text @d1 1 a1 1 $NetBSD$ d3 1 a3 1 --- src/nv_driver.c.orig 2009-04-07 19:33:51.000000000 +0200 d5 1 a5 2 @@@@ -365,6 +365,7 @@@@ static SymTabRec NVKnownChipsets[] = { 0x10DE0242, "GeForce 6100" }, d7 1 d11 3 a13 3 /*************** G8x ***************/ { 0x10DE0191, "GeForce 8800 GTX" }, @@@@ -844,6 +845,7 @@@@ NVIsSupported(CARD32 id) d21 1 a21 1 @@@@ -1772,6 +1774,7 @@@@ NVPreInit(ScrnInfoPtr pScrn, int flags) @ 1.3 log @Update to xf86-video-nv-2.0.0. This adds support for G80 chipsets (which might not be entirely stable yet). Nuke the gmake dependency. Take maintainership. @ text @d1 1 a1 1 $NetBSD: patch-aa,v 1.2 2007/01/13 05:36:35 toshii Exp $ d3 7 a9 4 --- configure.orig 2006-12-16 08:48:45.000000000 +0900 +++ configure @@@@ -21458,10 +21458,10 @@@@ echo "$as_me: Building with package name fi d11 9 a19 4 cat >>confdefs.h <<_ACEOF -#define PACKAGE_VERSION_MAJOR `echo $PACKAGE_VERSION | sed -ne 's/^\([^\.]\+\).*/\1/p'` +#define PACKAGE_VERSION_MAJOR `echo $PACKAGE_VERSION | sed -ne 's/^\([^\.][^\.]*\).*/\1/p'` _ACEOF d21 8 a28 14 - PVM=`echo $PACKAGE_VERSION | sed -ne 's/^\([^\.]\+\)\.\([^\.]\+\).*/\2/p'` + PVM=`echo $PACKAGE_VERSION | sed -ne 's/^\([^\.][^\.]*\)\.\([^\.][^\.]*\).*/\2/p'` if test "x$PVM" = "x"; then PVM="0" fi @@@@ -21470,7 +21470,7 @@@@ cat >>confdefs.h <<_ACEOF #define PACKAGE_VERSION_MINOR $PVM _ACEOF - PVP=`echo $PACKAGE_VERSION | sed -ne 's/^\([^\.]\+\)\.\([^\.]\+\)\.\([^\.]\+\).*/\3/p'` + PVP=`echo $PACKAGE_VERSION | sed -ne 's/^\([^\.][^\.]*\)\.\([^\.][^\.]*\)\.\([^\.][^\.]*\).*/\3/p'` if test "x$PVP" = "x"; then PVP="0" fi @ 1.2 log @Fix two more sed REs to get the correct package version numbers compiled. @ text @d1 1 a1 1 $NetBSD$ @ 1.1 log @Initial revision @ text @d3 1 a3 1 --- configure.orig 2007-01-13 12:47:16.000000000 +0900 d5 1 a5 1 @@@@ -21458,7 +21458,7 @@@@ echo "$as_me: Building with package name d13 14 a26 1 PVM=`echo $PACKAGE_VERSION | sed -ne 's/^\([^\.]\+\)\.\([^\.]\+\).*/\2/p'` @ 1.1.1.1 log @Add xf86-video-nv-1.2.2. This is the video driver for NVIDIA cards for the modular Xorg server. @ text @@