Re: PATCH: Add support for IT8212 IDE controllers

From: Elmar Hinz
Date: Tue Aug 03 2004 - 06:17:14 EST


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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/