Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/dev/pci
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.
Home |
Main Index |
Thread Index |
Old Index