A recent patch to linit.c:

         error = pci_register_driver(&aac_pci_driver);
-        if (error)
+        if (error < 0)
                 return error;

Sincerely -- Mark Salyzyn

-----Original Message-----
From: Konstantin Khorenko [mailto:[EMAIL PROTECTED] 
Sent: Friday, April 01, 2005 5:34 AM
To: Salyzyn, Mark
Cc: [email protected]; Vasily Averin
Subject: [Fwd: New driver aacraid-1.1.5.2391 for kernels 2.4.x problem.]


    Hello!

It seems to me that card initialization is broken in new driver
aacraid-1.1.5.2391.
The problem arises on Linux kernels 2.4.x, if the driver is compiled
into the kernel.

In that case kernel doesn't find root device to mount, if it locates on
a disk, connected to adaptec scsi controller.
(Card finds the controller, but finds out no devices on it.)

In the case the driver is compiled as a module, it works fine (at the
first glance).

Please, could you find out what the problem is?

P.S. the previous driver i use (1.1.4) worked fine compiled into the
kernel.


Best regards,

Konstantin Khorenko
SWsoft, Inc.


-
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to