[7087] in linux-scsi channel archive
Re: aha2940 problem - more detail
daemon@ATHENA.MIT.EDU (Doug Ledford)
Tue Aug 31 04:28:20 1999
Date: Tue, 31 Aug 1999 04:15:29 -0400
From: Doug Ledford <dledford@redhat.com>
To: Wang Qi <wangq@ddc.xj.cnpc.com.cn>
CC: Linux-SCSI <linux-scsi@vger.rutgers.edu>
Wang Qi wrote:
> in my conf.modules file I used the following two lines:
>
> alias scsi_hostadapter aic7xxx
> options aic7xxx aic7xxx=verbose,extended
The second line above is broken. As is documented in the file
/usr/src/linux/drivers/scsi/README.aic7xxx, the aic7xxx= portion of an insmod
command can not have any commas (,) present. The program insmod doesn't
handle the comma correctly and the options don't get passed to the driver.
Instead, use this line:
options aic7xxx aic7xxx=verbose.extended
--
Doug Ledford <dledford@redhat.com>
Opinions expressed are my own, but
they should be everybody's.
-
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to majordomo@vger.rutgers.edu