PIRQ for ServerWorks CSB5

Tim Hockin (thockin@sun.com)
Mon, 15 Oct 2001 18:56:14 -0700


This is a multi-part message in MIME format.
--------------0951EF777EBD7E2EB0C4F5E3
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Linus, Alan,

This is a simple 2-liner to add PIRQ support for the ServerWorks CSB5 chip.

Please apply, or let me know :)

Tim

-- 
Tim Hockin
Systems Software Engineer
Sun Microsystems, Cobalt Server Appliances
thockin@sun.com
--------------0951EF777EBD7E2EB0C4F5E3
Content-Type: text/plain; charset=us-ascii;
 name="csb5-pirq.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename="csb5-pirq.diff"

diff -ruN dist-2.4.12+patches/arch/i386/kernel/pci-irq.c cvs-2.4.12+patches/arch/i386/kernel/pci-irq.c --- dist-2.4.12+patches/arch/i386/kernel/pci-irq.c Mon Oct 15 10:20:41 2001 +++ cvs-2.4.12+patches/arch/i386/kernel/pci-irq.c Mon Oct 15 10:20:51 2001 @@ -458,6 +458,8 @@ { "VLSI 82C534", PCI_VENDOR_ID_VLSI, PCI_DEVICE_ID_VLSI_82C534, pirq_vlsi_get, pirq_vlsi_set }, { "ServerWorks", PCI_VENDOR_ID_SERVERWORKS, PCI_DEVICE_ID_SERVERWORKS_OSB4, pirq_serverworks_get, pirq_serverworks_set }, + { "ServerWorks", PCI_VENDOR_ID_SERVERWORKS, PCI_DEVICE_ID_SERVERWORKS_CSB5, + pirq_serverworks_get, pirq_serverworks_set }, { "AMD756 VIPER", PCI_VENDOR_ID_AMD, PCI_DEVICE_ID_AMD_VIPER_740B, pirq_amd756_get, pirq_amd756_set },

--------------0951EF777EBD7E2EB0C4F5E3--

- 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/