Re: PATCH: Add support for IT8212 IDE controllers

From: Elmar Hinz (elmar.hinz_at_vcd-berlin.de)
Date: 08/03/04

  • Next message: Guillaume Thouvenin: "Re: [Patch for review] BSD accounting IO stats"
    Date:	Tue, 03 Aug 2004 13:16:23 +0200
    To: linux-kernel@vger.kernel.org
    
    

    Alan Cox wrote:
    > There is a messy scsi faking vendor driver for this card but this instead
    > is a standard Linux IDE layer driver.
    >

    I try to answer to this post. As I newly subscribed to this list, I
    probably won't catch the original thread.

    After application of this patch I get the following error during
    compilation. This are my first steps with kernel patching. Probably the
    fault is on my side.

    Regards Elmar

       CC drivers/ide/pci/it8212.o
    drivers/ide/pci/it8212.c:643: error: `PCI_DEVICE_ID_ITE_8212' undeclared
    here (not in a function)
    drivers/ide/pci/it8212.c:643: error: Initialisierungselement ist nicht
    konstant
    drivers/ide/pci/it8212.c:643: error: (near initialization for
    `it8212_pci_tbl[0].device')
    drivers/ide/pci/it8212.c:643: error: Initialisierungselement ist nicht
    konstant
    drivers/ide/pci/it8212.c:643: error: (near initialization for
    `it8212_pci_tbl[0]')
    drivers/ide/pci/it8212.c:644: error: Initialisierungselement ist nicht
    konstant
    drivers/ide/pci/it8212.c:644: error: (near initialization for
    `it8212_pci_tbl[1]')
    make[4]: *** [drivers/ide/pci/it8212.o] Fehler 1
    make[3]: *** [drivers/ide/pci] Fehler 2
    make[2]: *** [drivers/ide] Fehler 2
    make[1]: *** [drivers] Fehler 2
    make[1]: Verlasse Verzeichnis »/usr/src/linux-2.6.8-rc2«
    make: *** [stamp-build] Fehler 2

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


  • Next message: Guillaume Thouvenin: "Re: [Patch for review] BSD accounting IO stats"