[PATCH] hp100

From: Angelo Dell'Aera (buffer@antifork.org)
Date: Fri Sep 19 2003 - 12:12:34 EST



Regards,

Angelo


--- linux-2.6.0-test5/drivers/net/hp100.c.old 2003-09-19 18:56:38.000000000 +0200
+++ linux-2.6.0-test5/drivers/net/hp100.c 2003-09-19 18:56:57.000000000 +0200
@@ -417,7 +417,7 @@
pci_index = 0;
for (pci_id_index = 0; pci_id_index < HP100_PCI_IDS_SIZE;
pci_id_index++) {
- while ((pci_dev = pci_find_device(hp100_pci_ids[pci_id_index].vendor,
+ while ((pci_dev = pci_get_device(hp100_pci_ids[pci_id_index].vendor,
hp100_pci_ids[pci_id_index].device,
pci_dev)) != NULL) {
if (pci_index < (pci_start_index & 7)) {
-
To unsubscribe from this list: send the line "unsubscribe linux-net" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html