Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
canbus
CTU CAN FD IP Core
Commits
1c639ac6
Commit
1c639ac6
authored
Jan 23, 2019
by
Pavel Pisa
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
driver: update user-space test for new reserved PID:VID 1760:0xff00.
Signed-off-by:
Pavel Pisa
<
pisa@cmp.felk.cvut.cz
>
parent
c0f3e451
Pipeline
#6043
passed with stages
in 12 minutes and 25 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
driver/ctu_can_fd_userspace.cpp
driver/ctu_can_fd_userspace.cpp
+3
-1
No files found.
driver/ctu_can_fd_userspace.cpp
View file @
1c639ac6
...
...
@@ -251,7 +251,9 @@ int main(int argc, char *argv[])
case
'p'
:
addrs
[
0
]
=
pci_find_bar
(
0x1172
,
0xcafd
,
0
,
1
);
if
(
!
addrs
[
0
])
err
(
1
,
"-p PCI device not found"
);
addrs
[
0
]
=
pci_find_bar
(
0x1760
,
0xff00
,
0
,
1
);
if
(
!
addrs
[
0
])
err
(
1
,
"-p PCI device not found"
);
addrs
[
1
]
=
addrs
[
0
]
+
0x4000
;
break
;
case
'h'
:
...
...
Pavel Pisa
@pisa
mentioned in issue
#256 (closed)
·
Jan 23, 2019
mentioned in issue
#256 (closed)
mentioned in issue #256
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment