[5239] in linux-scsi channel archive
Problem with aha1510b
daemon@ATHENA.MIT.EDU (MALANCHINI Marzio)
Mon Nov 30 03:00:38 1998
From: MALANCHINI Marzio <Marzio.Malanchini@omnitel.it>
To: "'linux-scsi@vger.rutgers.edu'" <linux-scsi@vger.rutgers.edu>
Date: Mon, 30 Nov 1998 08:58:23 +0100
I want to use the aha1510b scsi interface. I build the aha152x driver as a
module with the option -DSKIP_BIOSTEST but when i try to start (insmod
aha152x aha152x=0x140,10,7,1) the module say:
aha152x: processing command line:
........
aha152x: invalid line (controller=1).
I try to debug the module: in the function aha152x_porttest(setup->io_port))
call by aha152x_checksetup give always 255 value in the function
GETPORT(io_port+O_STACK) use in the statement below
SETPORT(io_port+O_DMACNTRL1, 0); /* reset stack pointer */
for(i=0; i<16 && GETPORT(io_port+O_STACK)==i; i++)
;
Is this a problem of the code or my aha1510b never work under linux?
Ciao
Marzio Malanchini
-
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to majordomo@vger.rutgers.edu