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
Kirill Smelkov
linux
Commits
cebb7f74
Commit
cebb7f74
authored
May 03, 2002
by
Linus Torvalds
Browse files
Options
Browse Files
Download
Plain Diff
Automerge
parents
e9df2323
8313b771
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
Documentation/i810_rng.txt
Documentation/i810_rng.txt
+3
-0
drivers/char/i810_rng.c
drivers/char/i810_rng.c
+2
-1
No files found.
Documentation/i810_rng.txt
View file @
cebb7f74
...
...
@@ -70,6 +70,9 @@ Driver details:
Change history:
Version 0.9.8:
* Support other i8xx chipsets by adding 82801E detection
Version 0.9.7:
* Support other i8xx chipsets too (by adding 82801BA(M) and
82801CA(M) detection)
...
...
drivers/char/i810_rng.c
View file @
cebb7f74
...
...
@@ -35,7 +35,7 @@
/*
* core module and version information
*/
#define RNG_VERSION "0.9.
7
"
#define RNG_VERSION "0.9.
8
"
#define RNG_MODULE_NAME "i810_rng"
#define RNG_DRIVER_NAME RNG_MODULE_NAME " hardware driver " RNG_VERSION
#define PFX RNG_MODULE_NAME ": "
...
...
@@ -336,6 +336,7 @@ static struct pci_device_id rng_pci_tbl[] __initdata = {
{
0x8086
,
0x2428
,
PCI_ANY_ID
,
PCI_ANY_ID
,
},
{
0x8086
,
0x2448
,
PCI_ANY_ID
,
PCI_ANY_ID
,
},
{
0x8086
,
0x244e
,
PCI_ANY_ID
,
PCI_ANY_ID
,
},
{
0x8086
,
0x245e
,
PCI_ANY_ID
,
PCI_ANY_ID
,
},
{
0
,
},
};
MODULE_DEVICE_TABLE
(
pci
,
rng_pci_tbl
);
...
...
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