mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-07-07 23:11:47 +00:00
Fix IxEthDB.h to compile again
Patch by Stefan Roese, 14 Jun 2006
This commit is contained in:
parent
ed4633c93a
commit
df02bd1b3f
2 changed files with 5 additions and 2 deletions
|
@ -2,6 +2,9 @@
|
||||||
Changes since U-Boot 1.1.4:
|
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
|
* Minor cleanup for PCS440EP board
|
||||||
Patch by Stefan Roese, 13 Jun 2006
|
Patch by Stefan Roese, 13 Jun 2006
|
||||||
|
|
||||||
|
|
|
@ -799,10 +799,10 @@ IxEthDBStatus ixEthDBFilteringDatabaseShowRecords(IxEthDBPortId portID, IxEthDBR
|
||||||
* @verbatim
|
* @verbatim
|
||||||
IxEthDBPortMap portMap;
|
IxEthDBPortMap portMap;
|
||||||
|
|
||||||
/* clear all ports from port map */
|
// clear all ports from port map
|
||||||
memset(portMap, 0, sizeof (portMap));
|
memset(portMap, 0, sizeof (portMap));
|
||||||
|
|
||||||
/* include portID in port map */
|
// include portID in port map
|
||||||
portMap[portID / 8] = 1 << (portID % 8);
|
portMap[portID / 8] = 1 << (portID % 8);
|
||||||
@endverbatim
|
@endverbatim
|
||||||
*
|
*
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue