patch-2.4.19 linux-2.4.19/drivers/char/i810_rng.c
Next file: linux-2.4.19/drivers/char/indydog.c
Previous file: linux-2.4.19/drivers/char/i810-tco.h
Back to the patch index
Back to the overall index
- Lines: 20
- Date:
Fri Aug 2 17:39:43 2002
- Orig file:
linux-2.4.18/drivers/char/i810_rng.c
- Orig date:
Thu Oct 11 09:14:32 2001
diff -urN linux-2.4.18/drivers/char/i810_rng.c linux-2.4.19/drivers/char/i810_rng.c
@@ -35,7 +35,7 @@
/*
* core module and version information
*/
-#define RNG_VERSION "0.9.6"
+#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 ": "
@@ -334,7 +334,9 @@
static struct pci_device_id rng_pci_tbl[] __initdata = {
{ 0x8086, 0x2418, PCI_ANY_ID, PCI_ANY_ID, },
{ 0x8086, 0x2428, PCI_ANY_ID, PCI_ANY_ID, },
- { 0x8086, 0x1130, 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);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)