Re: ata-scsi driver update

Jurgen Kramer (gtm.kramer@inter.nl.net)
01 Jul 2003 21:06:31 +0200


Hi,

I've just tried your patch. Compiling fails at make dep:

mv /usr/src/linux-2.4.21/include/linux/modules/scsi_syms.ver.tmp
/usr/src/linux-2.4.21/include/linux/modules/scsi_syms.ver
gcc -D__KERNEL__ -I/usr/src/linux-2.4.21/include -Wall
-Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common
-fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686
-nostdinc -iwithprefix include -E -D__GENKSYMS__ 53c700.c
| /sbin/genksyms -k 2.4.21 >
/usr/src/linux-2.4.21/include/linux/modules/53c700.ver.tmp
In file included from 53c700.c:142:
53c700.h:40:2: #error "Config.in must define either
CONFIG_53C700_IO_MAPPED or CONFIG_53C700_MEM_MAPPED to use this scsi
core."
53c700.c:163:22: 53c700_d.h: No such file or directory
mv /usr/src/linux-2.4.21/include/linux/modules/53c700.ver.tmp
/usr/src/linux-2.4.21/include/linux/modules/53c700.ver
make[4]: *** No rule to make target `libata.c', needed by
`/usr/src/linux-2.4.21/include/linux/modules/libata.ver'. Stop.
make[4]: Leaving directory `/usr/src/linux-2.4.21/drivers/scsi'
make[3]: *** [_sfdep_scsi] Error 2
make[3]: Leaving directory `/usr/src/linux-2.4.21/drivers'
make[2]: *** [fastdep] Error 2
make[2]: Leaving directory `/usr/src/linux-2.4.21/drivers'
make[1]: *** [_sfdep_drivers] Error 2
make[1]: Leaving directory `/usr/src/linux-2.4.21'
make: *** [dep-files] Error 2

Under SCSI low-level drivers only ATA support and Intel PIIX/ICH support
are selected.

This is with a freshly installed and patched 2.4.21.

Greetings,

Jurgen

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