Subject: CVS commit: [netbsd-1-6] src/sys/dev/pci
To: None <source-changes@netbsd.org>
From: James Chacon <jmc@netbsd.org>
List: source-changes
Date: 01/26/2003 12:23:21
Module Name: src
Committed By: jmc
Date: Sun Jan 26 10:23:21 UTC 2003
Modified Files:
src/sys/dev/pci [netbsd-1-6]: agp.c
Log Message:
Pullup revisions 1.15-1.16 (requested by manu in ticket #1073)
-avoid lock leak in error case
-Free AGP memory on close, to avoid a memory leak in case
the X server doesn't free it explicitely.
(It appears that the X server never calls AGPIOC_DEALLOCATE.)
To generate a diff of this commit:
cvs rdiff -r1.14 -r1.14.10.1 src/sys/dev/pci/agp.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.