2.3.10-pre4 aic7xxx compile error

George Bonser (grep@shorelink.com)
Mon, 5 Jul 1999 23:40:38 -0700 (PDT)


Looks like the PCI_DEVICE_ID_ADAPTEC_38602 probably needs to be defined in
include/linux/pci.h

make[4]: Entering directory `/usr/src/kernel-source-2.3.10/drivers/scsi'
ld -m elf_i386 -r -o a100u2w.o inia100.o i60uscsi.o
gcc272 -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes -O2
-fomit-frame-pointer -D__SMP__ -pipe -fno-strength-reduce -DCPU=686 -c
-o aic7xxx.o aic7xxx.c
aic7xxx.c: In function `aic7xxx_detect':
aic7xxx.c:9310: `PCI_DEVICE_ID_ADAPTEC_38602' undeclared (first use this
function)
aic7xxx.c:9310: (Each undeclared identifier is reported only once
aic7xxx.c:9310: for each function it appears in.)
make[4]: *** [aic7xxx.o] Error 1
make[4]: Leaving directory `/usr/src/kernel-source-2.3.10/drivers/scsi'
make[3]: *** [first_rule] Error 2
make[3]: Leaving directory `/usr/src/kernel-source-2.3.10/drivers/scsi'
make[2]: *** [_subdir_scsi] Error 2
make[2]: Leaving directory `/usr/src/kernel-source-2.3.10/drivers'
make[1]: *** [_dir_drivers] Error 2
make[1]: Leaving directory `/usr/src/kernel-source-2.3.10'
make: *** [build] Error 2

-
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/