Re: Re[2]: Support of AMD 762?

Alan Cox (alan@lxorguk.ukuu.org.uk)
Thu, 2 May 2002 22:27:11 +0100 (BST)


> AC> When someone volunteers to test it
> I do!

--- arch/i386/kernel/pci-irq.c~ Thu May 2 21:00:46 2002
+++ arch/i386/kernel/pci-irq.c Thu May 2 21:00:46 2002
@@ -489,6 +489,8 @@
pirq_serverworks_get, pirq_serverworks_set },
{ "AMD756 VIPER", PCI_VENDOR_ID_AMD, PCI_DEVICE_ID_AMD_VIPER_740B,
pirq_amd756_get, pirq_amd756_set },
+ { "AMD768", PCI_VENDOR_ID_AMD, PCI_DEVICE_ID_AMD_VIPER_7443,
+ pirq_amd756_get, pirq_amd756_set },

{ "default", 0, 0, NULL, NULL }
};
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/