Subject: CVS commit: src/sys/dev/pci
To: None <source-changes@NetBSD.org>
From: Valeriy E. Ushakov <uwe@netbsd.org>
List: source-changes
Date: 05/20/2006 12:29:57
Module Name: src
Committed By: uwe
Date: Sat May 20 12:29:57 UTC 2006
Modified Files:
src/sys/dev/pci: igsfb_pci.c
Log Message:
Redo previous fix properly. Original code had a typo caused by very similar
function and variable names. We need to protect tag comparison b/c we don't
want to perform it against an uninitialized tag.
To generate a diff of this commit:
cvs rdiff -r1.14 -r1.15 src/sys/dev/pci/igsfb_pci.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.