I'm having problems with my Marvell 88SE6111 IDE Controller found on my ASUS P5K SE board.
lspci says:
Code: Select all
03:00.0 IDE interface: Marvell Technology Group Ltd. Device 6121 (rev b2)Code: Select all
SERVERU Source code # make
make ARCH=x86_64 CC=cc LD=ld CROSS_COMPILE= V= -C /lib/modules/2.6.25-gentoo-r2/build M=`pwd` modules
make[1]: Entering directory `/usr/src/linux-2.6.25-gentoo-r2'
make[1]: *** No rule to make target `code'. Stop.
make[1]: Leaving directory `/usr/src/linux-2.6.25-gentoo-r2'
make: *** [all] Error 2Code: Select all
SERVERU thor-nonraid # make
make ARCH=x86_64 CC=cc LD=ld CROSS_COMPILE= V= -C /lib/modules/2.6.25-gentoo-r2/build M=`pwd` modules
make[1]: Entering directory `/usr/src/linux-2.6.25-gentoo-r2'
CC [M] /home/Mar6121/1.0.0.9/thor-nonraid/linux/linux_sense.o
/home/Mar6121/1.0.0.9/thor-nonraid/linux/linux_sense.c: In function 'HBA_Translate_Req_Status_To_OS_Status':
/home/Mar6121/1.0.0.9/thor-nonraid/linux/linux_sense.c:23: error: 'struct scsi_cmnd' has no member named 'use_sg'
/home/Mar6121/1.0.0.9/thor-nonraid/linux/linux_sense.c:50: error: 'struct scsi_cmnd' has no member named 'use_sg'
/home/Mar6121/1.0.0.9/thor-nonraid/linux/linux_sense.c:53: error: 'struct scsi_cmnd' has no member named 'request_buffer'
/home/Mar6121/1.0.0.9/thor-nonraid/linux/linux_sense.c:54: error: 'struct scsi_cmnd' has no member named 'use_sg'
/home/Mar6121/1.0.0.9/thor-nonraid/linux/linux_sense.c:60: error: 'struct scsi_cmnd' has no member named 'request_bufflen'
make[2]: *** [/home/Mar6121/1.0.0.9/thor-nonraid/linux/linux_sense.o] Error 1
make[1]: *** [_module_/home/Mar6121/1.0.0.9/thor-nonraid] Error 2
make[1]: Leaving directory `/usr/src/linux-2.6.25-gentoo-r2'
make: *** [all] Error 2Code: Select all
<*> generic/default IDE chipset support
<*> Marvell PATA support via legacy mode
<*> SCSI disk support
<*> SCSI CDROM supportThanks



