Correct the comment describing the BGE_PCISTATE_PCI_BUSSPEED bit.

It had the sense of the bit reversed.
This commit is contained in:
John Polstra 2007-01-11 01:43:24 +00:00
parent 9bb8020ab3
commit 0fb18ca82e

View File

@ -348,7 +348,7 @@
#define BGE_PCISTATE_FORCE_RESET 0x00000001
#define BGE_PCISTATE_INTR_STATE 0x00000002
#define BGE_PCISTATE_PCI_BUSMODE 0x00000004 /* 1 = PCI, 0 = PCI-X */
#define BGE_PCISTATE_PCI_BUSSPEED 0x00000008 /* 1 = 33/66, 0 = 66/133 */
#define BGE_PCISTATE_PCI_BUSSPEED 0x00000008 /* 1 = 66/133, 0 = 33/66 */
#define BGE_PCISTATE_32BIT_BUS 0x00000010 /* 1 = 32bit, 0 = 64bit */
#define BGE_PCISTATE_WANT_EXPROM 0x00000020
#define BGE_PCISTATE_EXPROM_RETRY 0x00000040