projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
19144d0
)
[PATCH] hw_random: 82801AB PCI Bridge support
author
Eric Van Buggenhaut
<ericvb@debian.org>
Sun, 8 Jan 2006 09:05:03 +0000
(
01:05
-0800)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Mon, 9 Jan 2006 04:14:06 +0000
(20:14 -0800)
pci.lst lists device
80862430
as another RNG
# grep
80862430
/lib/discover/pci.lst
80862430
bridge i810_rng
82801AB
PCI Bridge
but it's not listed in rng_pci_tbl[]
Cc: Jeff Garzik <jgarzik@pobox.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/char/hw_random.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/char/hw_random.c
b/drivers/char/hw_random.c
index 49769f59ea1b2fb79528a5e054f90bf28ea9499d..b3bc2e37e6160957786d7ecd69cf9d6c92bed250 100644
(file)
--- a/
drivers/char/hw_random.c
+++ b/
drivers/char/hw_random.c
@@
-169,6
+169,7
@@
static struct pci_device_id rng_pci_tbl[] = {
{ 0x8086, 0x2418, PCI_ANY_ID, PCI_ANY_ID, 0, 0, rng_hw_intel },
{ 0x8086, 0x2428, PCI_ANY_ID, PCI_ANY_ID, 0, 0, rng_hw_intel },
+ { 0x8086, 0x2430, PCI_ANY_ID, PCI_ANY_ID, 0, 0, rng_hw_intel },
{ 0x8086, 0x2448, PCI_ANY_ID, PCI_ANY_ID, 0, 0, rng_hw_intel },
{ 0x8086, 0x244e, PCI_ANY_ID, PCI_ANY_ID, 0, 0, rng_hw_intel },
{ 0x8086, 0x245e, PCI_ANY_ID, PCI_ANY_ID, 0, 0, rng_hw_intel },