Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
CTU CAN FD IP Core
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
14
Issues
14
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
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