Module Name: src Committed By: msaitoh Date: Mon Feb 1 05:38:36 UTC 2010
Modified Files: src/sys/dev/pci: if_bge.c pcireg.h Log Message: Fix the bug that unaligned access occurs on amd64. It also fixes the bug that error bits aren't cleard because these bit are W2C (in other words W1C). Reported by Michael van Elst. To generate a diff of this commit: cvs rdiff -u -r1.178 -r1.179 src/sys/dev/pci/if_bge.c cvs rdiff -u -r1.62 -r1.63 src/sys/dev/pci/pcireg.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.