diff options
author | wiz <wiz> | 2008-07-29 21:11:24 +0000 |
---|---|---|
committer | wiz <wiz> | 2008-07-29 21:11:24 +0000 |
commit | 2424687a34dd0ab4110f883c4ea3383af46355a1 (patch) | |
tree | 704a219e95229a2cd9705e2f6e290a74ff035e5c /x11/xf86-video-nv | |
parent | 912a31b659e91a3bf502868f94b7f13fc0b0017a (diff) | |
download | pkgsrc-2424687a34dd0ab4110f883c4ea3383af46355a1.tar.gz |
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.
Diffstat (limited to 'x11/xf86-video-nv')
-rw-r--r-- | x11/xf86-video-nv/Makefile | 4 | ||||
-rw-r--r-- | x11/xf86-video-nv/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/x11/xf86-video-nv/Makefile b/x11/xf86-video-nv/Makefile index 95f8ff6c689..af9d7944707 100644 --- a/x11/xf86-video-nv/Makefile +++ b/x11/xf86-video-nv/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.10 2008/05/30 10:43:42 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2008/07/29 21:11:24 wiz Exp $ -DISTNAME= xf86-video-nv-2.1.9 +DISTNAME= xf86-video-nv-2.1.10 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XORG:=driver/} EXTRACT_SUFX= .tar.bz2 diff --git a/x11/xf86-video-nv/distinfo b/x11/xf86-video-nv/distinfo index ec09a4b079e..d9c76e66802 100644 --- a/x11/xf86-video-nv/distinfo +++ b/x11/xf86-video-nv/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.9 2008/05/30 10:43:42 wiz Exp $ +$NetBSD: distinfo,v 1.10 2008/07/29 21:11:24 wiz Exp $ -SHA1 (xf86-video-nv-2.1.9.tar.bz2) = 3143c09ea0b96421738bdaca4f8638bfa9c90d81 -RMD160 (xf86-video-nv-2.1.9.tar.bz2) = bb6ad50498928b180366c943a8d56f7f1f0a1b3f -Size (xf86-video-nv-2.1.9.tar.bz2) = 386003 bytes +SHA1 (xf86-video-nv-2.1.10.tar.bz2) = 03545be9634a043b68438dae2a3266c41af60e7e +RMD160 (xf86-video-nv-2.1.10.tar.bz2) = 215b70830514afe489a60799b230b68fa18f4397 +Size (xf86-video-nv-2.1.10.tar.bz2) = 384448 bytes |