Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dma_ip_drivers
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
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
Libraries
dma_ip_drivers
Commits
f921d8af
Commit
f921d8af
authored
Sep 01, 2020
by
Karen Xie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
xdma: add gen4 device ids
parent
df7169f3
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
XDMA/linux-kernel/xdma/xdma_mod.c
XDMA/linux-kernel/xdma/xdma_mod.c
+4
-0
No files found.
XDMA/linux-kernel/xdma/xdma_mod.c
View file @
f921d8af
...
...
@@ -45,6 +45,10 @@ MODULE_LICENSE("Dual BSD/GPL");
static
int
xpdev_cnt
;
static
const
struct
pci_device_id
pci_ids
[]
=
{
{
PCI_DEVICE
(
0x10ee
,
0x9048
),
},
{
PCI_DEVICE
(
0x10ee
,
0x9044
),
},
{
PCI_DEVICE
(
0x10ee
,
0x9042
),
},
{
PCI_DEVICE
(
0x10ee
,
0x9041
),
},
{
PCI_DEVICE
(
0x10ee
,
0x903f
),
},
{
PCI_DEVICE
(
0x10ee
,
0x9038
),
},
{
PCI_DEVICE
(
0x10ee
,
0x9028
),
},
...
...
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