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 [EMAIL PROTECTED]

Reply via email to