View | Details | Raw Unified | Return to bug 43953 | Differences between
and this patch

Collapse All | Expand All

(-)src/sys/dev/bge/if_bgereg.h (-2 / +6 lines)
Lines 202-210 Link Here
202
#define BGE_PCIMISCCTL_ASICREV		0xFFFF0000
202
#define BGE_PCIMISCCTL_ASICREV		0xFFFF0000
203
203
204
#define BGE_BIGENDIAN_INIT						\
204
#define BGE_BIGENDIAN_INIT						\
205
	(BGE_BGE_PCIMISCCTL_ENDIAN_BYTESWAP|				\
205
	(BGE_PCIMISCCTL_ENDIAN_BYTESWAP|				\
206
	BGE_PCIMISCCTL_ENDIAN_WORDSWAP|BGE_PCIMISCCTL_CLEAR_INTA|	\
206
	BGE_PCIMISCCTL_ENDIAN_WORDSWAP|BGE_PCIMISCCTL_CLEAR_INTA|	\
207
	BGE_PCIMISCCTL_INDIRECT_ACCESS|PCIMISCCTL_MASK_PCI_INTR)
207
	BGE_PCIMISCCTL_INDIRECT_ACCESS|BGE_PCIMISCCTL_MASK_PCI_INTR)
208
208
209
#define BGE_LITTLEENDIAN_INIT						\
209
#define BGE_LITTLEENDIAN_INIT						\
210
	(BGE_PCIMISCCTL_CLEAR_INTA|BGE_PCIMISCCTL_MASK_PCI_INTR|	\
210
	(BGE_PCIMISCCTL_CLEAR_INTA|BGE_PCIMISCCTL_MASK_PCI_INTR|	\
Lines 221-226 Link Here
221
#define BGE_ASICREV_BCM5701_B0		0x01000000
221
#define BGE_ASICREV_BCM5701_B0		0x01000000
222
#define BGE_ASICREV_BCM5701_B2		0x01020000
222
#define BGE_ASICREV_BCM5701_B2		0x01020000
223
#define BGE_ASICREV_BCM5701_B5		0x01050000
223
#define BGE_ASICREV_BCM5701_B5		0x01050000
224
#define BGE_ASICREV_BCM5703_A0		0x10000000
225
#define BGE_ASICREV_BCM5703_A1		0x10010000
226
#define BGE_ASICREV_BCM5703_A2		0x10020000
224
227
225
/* shorthand one */
228
/* shorthand one */
226
#define BGE_ASICREV_BCM5700		0x71000000
229
#define BGE_ASICREV_BCM5700		0x71000000
Lines 1782-1787 Link Here
1782
#define BCOM_DEVICEID_BCM5700		0x1644
1785
#define BCOM_DEVICEID_BCM5700		0x1644
1783
#define BCOM_DEVICEID_BCM5701		0x1645
1786
#define BCOM_DEVICEID_BCM5701		0x1645
1784
#define BCOM_DEVICEID_BCM5702X		0x16A6
1787
#define BCOM_DEVICEID_BCM5702X		0x16A6
1788
#define BCOM_DEVICEID_BCM5703X		0x16A7
1785
1789
1786
/*
1790
/*
1787
 * Alteon AceNIC PCI vendor/device ID.
1791
 * Alteon AceNIC PCI vendor/device ID.

Return to bug 43953