提交 df02bd1b 编写于 作者: S Stefan Roese

Fix IxEthDB.h to compile again

Patch by Stefan Roese, 14 Jun 2006
上级 ed4633c9
......@@ -2,6 +2,9 @@
Changes since U-Boot 1.1.4:
======================================================================
* Fix IxEthDB.h to compile again
Patch by Stefan Roese, 14 Jun 2006
* Minor cleanup for PCS440EP board
Patch by Stefan Roese, 13 Jun 2006
......
......@@ -799,10 +799,10 @@ IxEthDBStatus ixEthDBFilteringDatabaseShowRecords(IxEthDBPortId portID, IxEthDBR
* @verbatim
IxEthDBPortMap portMap;
/* clear all ports from port map */
// clear all ports from port map
memset(portMap, 0, sizeof (portMap));
/* include portID in port map */
// include portID in port map
portMap[portID / 8] = 1 << (portID % 8);
@endverbatim
*
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册