Subject: CVS commit: src/sys/dev/pci
To: None <source-changes@NetBSD.org>
From: Joerg Sonnenberger <joerg@netbsd.org>
List: source-changes
Date: 02/04/2008 14:12:25
Module Name:	src
Committed By:	joerg
Date:		Mon Feb  4 14:12:25 UTC 2008

Modified Files:
	src/sys/dev/pci: mpt_pci.c

Log Message:
Fix quirk to clean only PCI register 0x6a and 0x6b, which is likely
what the original code intended. This avoids the unaligned access.
According to jmmv@'s testing, this seems to work.


To generate a diff of this commit:
cvs rdiff -r1.13 -r1.14 src/sys/dev/pci/mpt_pci.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.