Subject: CVS commit: src/sys/dev/pci
To: None <source-changes@NetBSD.org>
From: Martin Husemann <martin@netbsd.org>
List: source-changes
Date: 02/24/2005 08:04:02
Module Name:	src
Committed By:	martin
Date:		Thu Feb 24 08:04:02 UTC 2005

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

Log Message:
Fix the size of psc_regs (0x3c >> 2 is the biggest index used to access
it now, so pick 0x40 >> 2). Fixes "Bug 6", reported by Ted Unangst on
tech-kern.


To generate a diff of this commit:
cvs rdiff -r1.37 -r1.38 src/sys/dev/pci/if_ex_pci.c

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