diff options
author | John Bowler <jbowler@nslu2-linux.org> | 2005-11-21 07:22:08 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-11-21 07:22:08 +0000 |
commit | 7a245f350a82e342742b549543471f0c5855c48f (patch) | |
tree | 2601589791e9d5d9ead6d16dc921ed9894dc1a2f /packages/ixp4xx/ixp4xx-csr-2.1/ixethdb-header.patch | |
parent | 0932ccb0097c847404aaecdd8d4ea5adcbe107d1 (diff) |
ixp4xx-csr: November 16 2005 release from Intel 2.1
Diffstat (limited to 'packages/ixp4xx/ixp4xx-csr-2.1/ixethdb-header.patch')
-rw-r--r-- | packages/ixp4xx/ixp4xx-csr-2.1/ixethdb-header.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/ixp4xx/ixp4xx-csr-2.1/ixethdb-header.patch b/packages/ixp4xx/ixp4xx-csr-2.1/ixethdb-header.patch new file mode 100644 index 0000000000..e426afe914 --- /dev/null +++ b/packages/ixp4xx/ixp4xx-csr-2.1/ixethdb-header.patch @@ -0,0 +1,11 @@ +--- ixp400_xscale_sw/src/ethDB/include/IxEthDB_p.h.orig 2005-11-20 08:51:54.710993353 -0800 ++++ ixp400_xscale_sw/src/ethDB/include/IxEthDB_p.h 2005-11-20 08:51:57.559172578 -0800 +@@ -693,7 +693,7 @@ IX_ETH_DB_PUBLIC UINT32 ixEthDBEntryXORH + IX_ETH_DB_PUBLIC UINT32 ixEthDBKeyXORHash(void *macAddress); + + /* Port updates */ +-IX_ETH_DB_PUBLIC IxEthDBStatus ixEthDBNPEUpdateHandler(IxEthDBPortId portID, IxEthDBFeature type); ++IX_ETH_DB_PUBLIC IxEthDBStatus ixEthDBNPEUpdateHandler(IxEthDBPortId portID, IxEthDBRecordType type); + IX_ETH_DB_PUBLIC void ixEthDBUpdatePortLearningTrees(IxEthDBPortMap triggerPorts); + IX_ETH_DB_PUBLIC void ixEthDBNPEAccessRequest(IxEthDBPortId portID); + IX_ETH_DB_PUBLIC void ixEthDBUpdateLock(void); |