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
4596c75c
Commit
4596c75c
authored
Oct 18, 2006
by
Ben Collins
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[mv643xx] Add pci device table for auto module loading.
Signed-off-by:
Ben Collins
<
bcollins@ubuntu.com
>
parent
5cacb9f8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
drivers/net/mv643xx_eth.c
drivers/net/mv643xx_eth.c
+6
-0
No files found.
drivers/net/mv643xx_eth.c
View file @
4596c75c
...
...
@@ -1557,6 +1557,12 @@ static void __exit mv643xx_cleanup_module(void)
module_init
(
mv643xx_init_module
);
module_exit
(
mv643xx_cleanup_module
);
static
struct
pci_device_id
pci_marvell_mv64360
[]
=
{
{
PCI_DEVICE
(
PCI_VENDOR_ID_MARVELL
,
PCI_DEVICE_ID_MARVELL_MV64360
)
},
{}
};
MODULE_DEVICE_TABLE
(
pci
,
pci_marvell_mv64360
);
MODULE_LICENSE
(
"GPL"
);
MODULE_AUTHOR
(
"Rabeeh Khoury, Assaf Hoffman, Matthew Dharm, Manish Lachwani"
" and Dale Farnsworth"
);
...
...
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