Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
90a8d4f3
Commit
90a8d4f3
authored
Nov 06, 2002
by
Neil Brown
Committed by
Linus Torvalds
Nov 06, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] Support latest NVRAM card from micromemory.
Just a new PCI ID (and get twice the MegaHz :-).
parent
4327a6d9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
drivers/block/umem.c
drivers/block/umem.c
+3
-0
include/linux/umem.h
include/linux/umem.h
+1
-0
No files found.
drivers/block/umem.c
View file @
90a8d4f3
...
...
@@ -1119,6 +1119,9 @@ static void mm_pci_remove(struct pci_dev *dev)
static
const
struct
pci_device_id
__devinitdata
mm_pci_ids
[]
=
{
{
.
vendor
=
PCI_VENDOR_ID_MICRO_MEMORY
,
.
device
=
PCI_DEVICE_ID_MICRO_MEMORY_5415CN
,
},
{
.
vendor
=
PCI_VENDOR_ID_MICRO_MEMORY
,
.
device
=
PCI_DEVICE_ID_MICRO_MEMORY_5425CN
,
},
{
/* end: all zeroes */
}
};
...
...
include/linux/umem.h
View file @
90a8d4f3
...
...
@@ -127,4 +127,5 @@ struct mm_dma_desc {
#define PCI_VENDOR_ID_MICRO_MEMORY 0x1332
#define PCI_DEVICE_ID_MICRO_MEMORY_5415CN 0x5415
#define PCI_DEVICE_ID_MICRO_MEMORY_5425CN 0x5425
#endif
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