public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* small fix for nforce ide chipset driver in 2.5.54
@ 2003-01-08  7:55 James Curbo
  2003-01-08 13:53 ` Alan Cox
  0 siblings, 1 reply; 4+ messages in thread
From: James Curbo @ 2003-01-08  7:55 UTC (permalink / raw)
  To: andre; +Cc: linux-kernel

I recently acquired an Epox 8RDA motherboard, which uses the Nforce2
chipset. While trying to compile 2.5.54 I ran across an error in
drivers/ide/pci/nvidia.c. Several times the define
PCI_DEVICE_ID_NVIDIA_NFORCE_IDE is referenced, but is not defined
anywhere. It seems it is missing from include/linux/pci_ids.h. On my
board it shows up as:

00:09.0 IDE interface: nVidia Corporation: Unknown device 0065 (rev a2)
(prog-if 8a [Master SecP PriP])

so I added a #define for PCI_DEVICE_ID_NVIDIA_NFORCE_IDE as 0x0065. It
compiled fine and I am in fact running that kernel now. I would have
just sent a patch but I am new to kernel hacking, this is just a one
liner and I'm sure you know where it goes better than I do.

thanks, James

-- 
James Curbo <hannibal@adtrw.org> <phoenix@sandwich.net>

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2003-01-09 16:54 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-01-08  7:55 small fix for nforce ide chipset driver in 2.5.54 James Curbo
2003-01-08 13:53 ` Alan Cox
2003-01-09  6:56   ` James Curbo
2003-01-09 17:49     ` Alan Cox

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox