* PIRQ for ServerWorks CSB5
@ 2001-10-16 1:56 Tim Hockin
0 siblings, 0 replies; only message in thread
From: Tim Hockin @ 2001-10-16 1:56 UTC (permalink / raw)
To: Linux Kernel Mailing List, alan, torvalds
[-- Attachment #1: Type: text/plain, Size: 227 bytes --]
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
[-- Attachment #2: csb5-pirq.diff --]
[-- Type: text/plain, Size: 738 bytes --]
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 },
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2001-10-16 1:59 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-10-16 1:56 PIRQ for ServerWorks CSB5 Tim Hockin
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.