Tue Jul 29 21:11:24 2008 UTC ()
Update to 2.1.10:

This release adds chip names for the GeForce 9 mobile chips and the GeForce GTX
GPUs.  It also adds code to read DDC-based EDIDs for LVDS panels that have such
a thing.

- -- Aaron

Aaron Plattner (9):
      GeForce 9 mobile chips.
      GeForce GTX 280 and 260 chip names.
      Replace copyright notices with stock MIT X11 boilerplate.
      Add new chips to the man page and fix capitalization of "Quadro".
      Add a note that MODE_PANEL really means "larger than
      BIOS-programmed panel size".
      G80: Handle extended I2C ports and LVDS panels with DDC-based EDIDs.
      Fix build by using CARD32 instead of uint32_t, like we do
      everywhere else.
      More G8x chips.
      Bump to 2.1.10.


(wiz)
diff -r1.10 -r1.11 pkgsrc/x11/xf86-video-nv/Makefile
diff -r1.9 -r1.10 pkgsrc/x11/xf86-video-nv/distinfo

cvs diff -r1.10 -r1.11 pkgsrc/x11/xf86-video-nv/Makefile (expand / switch to unified diff)

--- pkgsrc/x11/xf86-video-nv/Makefile 2008/05/30 10:43:42 1.10
+++ pkgsrc/x11/xf86-video-nv/Makefile 2008/07/29 21:11:24 1.11
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.10 2008/05/30 10:43:42 wiz Exp $ 1# $NetBSD: Makefile,v 1.11 2008/07/29 21:11:24 wiz Exp $
2 2
3DISTNAME= xf86-video-nv-2.1.9 3DISTNAME= xf86-video-nv-2.1.10
4CATEGORIES= x11 4CATEGORIES= x11
5MASTER_SITES= ${MASTER_SITE_XORG:=driver/} 5MASTER_SITES= ${MASTER_SITE_XORG:=driver/}
6EXTRACT_SUFX= .tar.bz2 6EXTRACT_SUFX= .tar.bz2
7 7
8MAINTAINER= joerg@NetBSD.org 8MAINTAINER= joerg@NetBSD.org
9HOMEPAGE= http://xorg.freedesktop.org/ 9HOMEPAGE= http://xorg.freedesktop.org/
10COMMENT= Modular Xorg NVIDIA video driver 10COMMENT= Modular Xorg NVIDIA video driver
11 11
12PKG_DESTDIR_SUPPORT= user-destdir 12PKG_DESTDIR_SUPPORT= user-destdir
13 13
14USE_LIBTOOL= YES 14USE_LIBTOOL= YES
15GNU_CONFIGURE= YES 15GNU_CONFIGURE= YES
16USE_TOOLS+= pkg-config 16USE_TOOLS+= pkg-config

cvs diff -r1.9 -r1.10 pkgsrc/x11/xf86-video-nv/distinfo (expand / switch to unified diff)

--- pkgsrc/x11/xf86-video-nv/distinfo 2008/05/30 10:43:42 1.9
+++ pkgsrc/x11/xf86-video-nv/distinfo 2008/07/29 21:11:24 1.10
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.9 2008/05/30 10:43:42 wiz Exp $ 1$NetBSD: distinfo,v 1.10 2008/07/29 21:11:24 wiz Exp $
2 2
3SHA1 (xf86-video-nv-2.1.9.tar.bz2) = 3143c09ea0b96421738bdaca4f8638bfa9c90d81 3SHA1 (xf86-video-nv-2.1.10.tar.bz2) = 03545be9634a043b68438dae2a3266c41af60e7e
4RMD160 (xf86-video-nv-2.1.9.tar.bz2) = bb6ad50498928b180366c943a8d56f7f1f0a1b3f 4RMD160 (xf86-video-nv-2.1.10.tar.bz2) = 215b70830514afe489a60799b230b68fa18f4397
5Size (xf86-video-nv-2.1.9.tar.bz2) = 386003 bytes 5Size (xf86-video-nv-2.1.10.tar.bz2) = 384448 bytes