linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Adam J. Richter" <adam@yggdrasil.com>
To: mj@ucw.cz
Cc: alan@lxorguk.ukuu.org.uk, axboe@suse.de, andre@linux-ide.org,
	mlan@cpu.lu, toe@unlserve.unl.edu, kraxel@bytesex.org,
	linux-kernel@vger.kernel.org
Subject: Patch(2.5.52): Add missing PCI ID's for nVidia IDE and PlanB frame grabber
Date: Wed, 18 Dec 2002 15:35:35 -0800	[thread overview]
Message-ID: <20021218153535.A9491@baldur.yggdrasil.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 716 bytes --]

Hi Martin,

	This patch adds two pci device id definitions needed to make
a couple of drivers compile in 2.5.52:

	drivers/ide/pci/nvidia.c needs PCI_DEVICE_IDE_NVIDIA_NFORCE_IDE
	drivers/media/video/planb.c needs PCI_DEVICE_IDE_APPLE_PLANB

	If nobody complains, could you please forward these changes to
Linus and confirm to me that you have done this (so I can have a
better idea of what to do if they not appear in 2.5.53)?  Thanks in
advance.

-- 
Adam J. Richter     __     ______________   575 Oroville Road
adam@yggdrasil.com     \ /                  Milpitas, California 95035
+1 408 309-6081         | g g d r a s i l   United States of America
                         "Free Software For The Rest Of Us."

[-- Attachment #2: pci_ids.diff --]
[-- Type: text/plain, Size: 827 bytes --]

--- linux-2.5.52/include/linux/pci_ids.h	2002-12-15 18:07:54.000000000 -0800
+++ linux/include/linux/pci_ids.h	2002-12-18 15:07:29.000000000 -0800
@@ -700,6 +700,7 @@
 #define PCI_VENDOR_ID_APPLE		0x106b
 #define PCI_DEVICE_ID_APPLE_BANDIT	0x0001
 #define PCI_DEVICE_ID_APPLE_GC		0x0002
+#define PCI_DEVICE_ID_APPLE_PLANB	0x0004
 #define PCI_DEVICE_ID_APPLE_HYDRA	0x000e
 #define PCI_DEVICE_ID_APPLE_UNI_N_FW	0x0018
 #define PCI_DEVICE_ID_APPLE_KL_USB	0x0019
@@ -946,6 +947,7 @@
 #define PCI_DEVICE_ID_NVIDIA_QUADRO4_550XGL	0x017B
 #define PCI_DEVICE_ID_NVIDIA_QUADRO4_500_GOGL	0x017C
 #define PCI_DEVICE_ID_NVIDIA_IGEFORCE2		0x01a0
+#define PCI_DEVICE_ID_NVIDIA_NFORCE_IDE		0x01bc
 #define PCI_DEVICE_ID_NVIDIA_GEFORCE3		0x0200
 #define PCI_DEVICE_ID_NVIDIA_GEFORCE3_1		0x0201
 #define PCI_DEVICE_ID_NVIDIA_GEFORCE3_2		0x0202

             reply	other threads:[~2002-12-18 23:36 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-12-18 23:35 Adam J. Richter [this message]
2002-12-19  1:02 ` Patch(2.5.52): Add missing PCI ID's for nVidia IDE and PlanB frame grabber Alan Cox
2002-12-19 20:17   ` Michel Lanners

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=20021218153535.A9491@baldur.yggdrasil.com \
    --to=adam@yggdrasil.com \
    --cc=alan@lxorguk.ukuu.org.uk \
    --cc=andre@linux-ide.org \
    --cc=axboe@suse.de \
    --cc=kraxel@bytesex.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mj@ucw.cz \
    --cc=mlan@cpu.lu \
    --cc=toe@unlserve.unl.edu \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).