From: Tim Hockin <thockin@sun.com>
To: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
alan@redhat.com, torvalds@transmeta.com
Subject: [PATCH] PIRQ for ServerWorks CSB5
Date: Mon, 15 Oct 2001 18:57:15 -0700 [thread overview]
Message-ID: <3BCB93FB.BA9FE9AD@sun.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 263 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 (resent with PATCH in the subject)
--
Tim Hockin
Systems Software Engineer
Sun Microsystems, Cobalt Server Appliances
thockin@sun.com
[-- Attachment #2: csb5-pirq.diff --]
[-- Type: text/plain, Size: 739 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 },
reply other threads:[~2001-10-16 2:00 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3BCB93FB.BA9FE9AD@sun.com \
--to=thockin@sun.com \
--cc=alan@redhat.com \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@transmeta.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.