Re: PCI_DEVICE_ID_INTEL_82440MX_1 is not defined in 2.3.99-pre9-1

From: Jeff Garzik (jgarzik@mandrakesoft.com)
Date: Sat May 13 2000 - 14:59:38 EST


"Juan J. Quintela" wrote:
>
> Hi
> In the 2.3.99-pre9-1 the use of the constant
> PCI_DEVICE_ID_INTEL_82440MX_1 has been introduced, without an
> apropiate definition. This prevents the IDE subsystem from
> compiling.

I notified Martin Mares about it. Temporary fix: delete the single
line that breaks compilation, an entry in a lookup table.

Real fix: add the id to pci.ids and regenerate pci_ids.h..

        Jeff

-- 
Jeff Garzik              | Liberty is always dangerous, but
Building 1024            | it is the safest thing we have.
MandrakeSoft, Inc.       |      -- Harry Emerson Fosdick

Index: arch/i386/kernel/pci-irq.c =================================================================== RCS file: /g/cvslan/linux_2_3/arch/i386/kernel/pci-irq.c,v retrieving revision 1.1.1.5 diff -u -r1.1.1.5 pci-irq.c --- arch/i386/kernel/pci-irq.c 2000/05/13 16:22:43 1.1.1.5 +++ arch/i386/kernel/pci-irq.c 2000/05/13 19:58:52 @@ -222,7 +222,6 @@ { "PIIX", PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_82371FB_0, pirq_piix_get, pirq_piix_set }, { "PIIX", PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_82371SB_0, pirq_piix_get, pirq_piix_set }, { "PIIX", PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_82371AB_0, pirq_piix_get, pirq_piix_set }, - { "PIIX", PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_82440MX_1, pirq_piix_get, pirq_piix_set }, { "ALI", PCI_VENDOR_ID_AL, PCI_DEVICE_ID_AL_M1533, pirq_ali_get, pirq_ali_set }, { "VIA", PCI_VENDOR_ID_VIA, PCI_DEVICE_ID_VIA_82C586_0, pirq_via_get, pirq_via_set }, { "VIA", PCI_VENDOR_ID_VIA, PCI_DEVICE_ID_VIA_82C596, pirq_via_get, pirq_via_set },

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Mon May 15 2000 - 21:00:23 EST