Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
spec-sw
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Analyze
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
This is an archived project. Repository and other project resources are read-only.
fmc-projects
spec
spec-sw
Commits
f1efe00e
Commit
f1efe00e
authored
12 years ago
by
Alessandro Rubini
Browse files
Options
Downloads
Patches
Plain Diff
spec-fmc: the base address is .5M withing bar0
parent
fba878ca
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
kernel/spec-fmc.c
+1
-1
1 addition, 1 deletion
kernel/spec-fmc.c
with
1 addition
and
1 deletion
kernel/spec-fmc.c
+
1
−
1
View file @
f1efe00e
...
...
@@ -170,7 +170,7 @@ int spec_fmc_create(struct spec_dev *spec)
/* FIXME: many fields of the device are still NULL */
fmc
->
carrier_name
=
"SPEC"
;
fmc
->
carrier_data
=
spec
;
fmc
->
base
=
spec
->
remap
[
0
]
;
fmc
->
base
=
spec
->
remap
[
0
]
+
0x80000
;
/* 512k window at 512k offset */
fmc
->
irq
=
spec
->
pdev
->
irq
;
fmc
->
op
=
&
spec_fmc_operations
;
spec
->
fmc
=
fmc
;
...
...
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