From: Tim Hockin <thockin@sun.com>
To: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
torvalds@transmeta.com, jgarzik@mandrakesoft.com, mj@ucw.cz,
alan@redhat.com
Subject: [PATCH] PCI devid ordering
Date: Mon, 13 Aug 2001 19:18:48 -0700 [thread overview]
Message-ID: <3B788A88.B5E7CBA2@sun.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 374 bytes --]
All,
Attached is a VERY small patch against 2.4.8, which I have been sending for
a while. It merely re-orders one of the PCI device ids - the list was
supposed to be kept in order.
If there is any reason this can't go into the next 2.4.x release, please
let me know.
Tim
--
Tim Hockin
Systems Software Engineer
Sun Microsystems, Cobalt Server Appliances
thockin@sun.com
[-- Attachment #2: pci_devid.diff --]
[-- Type: text/plain, Size: 694 bytes --]
diff -ruN dist+patches-2.4.8/include/linux/pci_ids.h cobalt-2.4.8/include/linux/pci_ids.h
--- dist+patches-2.4.8/include/linux/pci_ids.h Mon Aug 6 10:11:58 2001
+++ cobalt-2.4.8/include/linux/pci_ids.h Mon Aug 13 16:42:50 2001
@@ -1041,8 +1041,8 @@
#define PCI_DEVICE_ID_SERVERWORKS_LE 0x0009
#define PCI_DEVICE_ID_SERVERWORKS_CIOB30 0x0010
#define PCI_DEVICE_ID_SERVERWORKS_CMIC_HE 0x0011
-#define PCI_DEVICE_ID_SERVERWORKS_CSB5 0x0201
#define PCI_DEVICE_ID_SERVERWORKS_OSB4 0x0200
+#define PCI_DEVICE_ID_SERVERWORKS_CSB5 0x0201
#define PCI_DEVICE_ID_SERVERWORKS_OSB4IDE 0x0211
#define PCI_DEVICE_ID_SERVERWORKS_CSB5IDE 0x0212
#define PCI_DEVICE_ID_SERVERWORKS_OSB4USB 0x0220
reply other threads:[~2001-08-14 2:15 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=3B788A88.B5E7CBA2@sun.com \
--to=thockin@sun.com \
--cc=alan@redhat.com \
--cc=jgarzik@mandrakesoft.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mj@ucw.cz \
--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.