Messages in this thread |  | | Date | Sun, 10 Mar 2002 18:14:57 -0800 | | From | Jack Bowling <> | | Subject | initio scsi won't compile in 2.5.6 |
| |
The following output from an attempted compile of kernel 2.5.6 indicates to me that the initio scsi module has yet to be ported over to the new code. I am not a programmer so am just throwing it out there as something that would be nice to have done if I am eventually ever going to use 2.5.6 and beyond with my scsi hardware :-))
------------
gcc -D__KERNEL__ -I/usr/src/linux-2.5.6/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2 -march=i686 -DKBUILD_BASENAME=ini9100u -c -o ini9100u.o ini9100u.c ini9100u.c:111:2: #error Please convert me to Documentation/DMA-mapping.txt ini9100u.c: In function `i91uBuildSCB': ini9100u.c:494: structure has no member named `address' ini9100u.c:503: structure has no member named `address' make[3]: *** [ini9100u.o] Error 1 make[3]: Leaving directory `/usr/src/linux-2.5.6/drivers/scsi' make[2]: *** [first_rule] Error 2 make[2]: Leaving directory `/usr/src/linux-2.5.6/drivers/scsi' make[1]: *** [_subdir_scsi] Error 2 make[1]: Leaving directory `/usr/src/linux-2.5.6/drivers' make: *** [_dir_drivers] Error 2
-------
jb
PS - please copy me on any replies. I am not subbed to lkml
-- Jack Bowling mailto: jbinpg@shaw.ca - 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/
|  |