Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Software for White Rabbit PTP Core
Manage
Activity
Members
Labels
Plan
Issues
39
Issue boards
Milestones
Wiki
Code
Merge requests
5
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor 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
Projects
Software for White Rabbit PTP Core
Commits
af10e6ff
Commit
af10e6ff
authored
12 years ago
by
Wesley W. Terpstra
Browse files
Options
Downloads
Patches
Plain Diff
Finally added a proper SDB record for EB in hardware.
parent
14834a47
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
dev/sdb.c
+1
-2
1 addition, 2 deletions
dev/sdb.c
with
1 addition
and
2 deletions
dev/sdb.c
+
1
−
2
View file @
af10e6ff
...
...
@@ -124,6 +124,5 @@ void sdb_find_devices(void) {
BASE_SYSCON
=
find_device
(
0xff07fc47
);
BASE_UART
=
find_device
(
0xe2d13d04
);
BASE_ONEWIRE
=
find_device
(
0x779c5443
);
BASE_ETHERBONE_CFG
=
(
unsigned
char
*
)
0x20700
;
/* !!! fixme -- needs HW change */
BASE_ETHERBONE_CFG
=
find_device
(
0x68202b22
);
}
This diff is collapsed.
Click to expand it.
Preview
0%
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