FreeBSD Bugzilla – Attachment 25726 Details for
Bug 43953
Backport of BMC5703 drivers
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.13 KB, created by
Hembo
on 2002-10-12 04:00:13 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Hembo
Created:
2002-10-12 04:00:13 UTC
Size:
1.13 KB
patch
obsolete
>--- src/sys/dev/bge/if_bgereg.h.org Thu Oct 10 18:02:33 2002 >+++ src/sys/dev/bge/if_bgereg.h Fri Oct 11 19:13:51 2002 >@@ -202,9 +202,9 @@ > #define BGE_PCIMISCCTL_ASICREV 0xFFFF0000 > > #define BGE_BIGENDIAN_INIT \ >- (BGE_BGE_PCIMISCCTL_ENDIAN_BYTESWAP| \ >+ (BGE_PCIMISCCTL_ENDIAN_BYTESWAP| \ > BGE_PCIMISCCTL_ENDIAN_WORDSWAP|BGE_PCIMISCCTL_CLEAR_INTA| \ >- BGE_PCIMISCCTL_INDIRECT_ACCESS|PCIMISCCTL_MASK_PCI_INTR) >+ BGE_PCIMISCCTL_INDIRECT_ACCESS|BGE_PCIMISCCTL_MASK_PCI_INTR) > > #define BGE_LITTLEENDIAN_INIT \ > (BGE_PCIMISCCTL_CLEAR_INTA|BGE_PCIMISCCTL_MASK_PCI_INTR| \ >@@ -221,6 +221,9 @@ > #define BGE_ASICREV_BCM5701_B0 0x01000000 > #define BGE_ASICREV_BCM5701_B2 0x01020000 > #define BGE_ASICREV_BCM5701_B5 0x01050000 >+#define BGE_ASICREV_BCM5703_A0 0x10000000 >+#define BGE_ASICREV_BCM5703_A1 0x10010000 >+#define BGE_ASICREV_BCM5703_A2 0x10020000 > > /* shorthand one */ > #define BGE_ASICREV_BCM5700 0x71000000 >@@ -1782,6 +1785,7 @@ > #define BCOM_DEVICEID_BCM5700 0x1644 > #define BCOM_DEVICEID_BCM5701 0x1645 > #define BCOM_DEVICEID_BCM5702X 0x16A6 >+#define BCOM_DEVICEID_BCM5703X 0x16A7 > > /* > * Alteon AceNIC PCI vendor/device ID.
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 43953
:
25724
|
25725
| 25726 |
25727
|
25728