Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
reform-boundary-uboot
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jack Humbert
reform-boundary-uboot
Commits
df02bd1b
Commit
df02bd1b
authored
18 years ago
by
Stefan Roese
Browse files
Options
Downloads
Patches
Plain Diff
Fix IxEthDB.h to compile again
Patch by Stefan Roese, 14 Jun 2006
parent
ed4633c9
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG
+3
-0
3 additions, 0 deletions
CHANGELOG
cpu/ixp/npe/include/IxEthDB.h
+2
-2
2 additions, 2 deletions
cpu/ixp/npe/include/IxEthDB.h
with
5 additions
and
2 deletions
CHANGELOG
+
3
−
0
View file @
df02bd1b
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
cpu/ixp/npe/include/IxEthDB.h
+
2
−
2
View file @
df02bd1b
...
...
@@ -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
*
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment