All of lore.kernel.org
 help / color / mirror / Atom feed
From: Douglas Gilbert <dougg@torque.net>
To: John Scarpa <john@tlchosting.com>
Cc: linux-scsi@vger.kernel.org
Subject: Re: Please help if u can.
Date: Wed, 21 Feb 2007 00:21:19 -0500	[thread overview]
Message-ID: <45DBD6CF.7010309@torque.net> (raw)
In-Reply-To: <45DB9D89.7030804@tlchosting.com>

John Scarpa wrote:
> Dear Luben,
> 
> I am trying to compile the aic94xx for my aic9410 directly into my
> kernel (fc5_64bit-2.6.20)...  Is this possible or must it be loaded as a
> module?  I am really not wanting to add modular support to my nice neat
> monolithic kernel.. :-(  I've been searching for ever now and tried
> everything i could to no avail..
> 
> --->Log
> aic94xx: Adaptec aic94xx SAS/SATA driver version 1.0.2 loaded
> aic94xx: found Adaptec AIC-9410W SAS/SATA Host Adapter, device 0000:04:02.0
> scsi0 : aic94xx
> aic94xx: Failed to load sequencer firmware file aic94xx-seq.fw, error -2
> aic94xx: couldn't init seqs for 0000:04:02.0
> aic94xx: couldn't init the chip
> 
> --->Specs
> FC5_64bit 2.6.20
> Supermicro 6025B-3 Server Model
> 
> 
> 
> Thank you for any help!  btw this is the first time i ever wrote a
> maintainer for help... my pride is definitely hurting right now...

John,
You have touched a rather sore point. The source files
in the aic94xx driver found in lk 2.6.20 start like this:

/*
 * Aic94xx SAS/SATA driver header file.
 *
 * Copyright (C) 2005 Adaptec, Inc.  All rights reserved.
 * Copyright (C) 2005 Luben Tuikov <luben_tuikov@adaptec.com>
 *
 * This file is licensed under GPLv2.


It would be reasonable to assume that Luben is the maintainer
of this code although the MAINTAINERS file has no entry
for the aic94xx driver.

This code was effectively removed from Luben's control
about 18 months ago and has passed through several sets
of hands since then. None of the people concerned want
to identify themselves in the source or explain
what has been done in writing. Why?

The existing copyright notices should remain but what
about the massive changes to that driver in 2006?
Where is the indication of whom John should contact?
Perhaps something like:
 "For maintenance of this driver contact
  linux-scsi@vger.kernel.org"


FYI John, Luben maintains his own version of the
aic94xx and that version holds the sequencer firmware
in a binary blob within the driver. Due to kernel policy,
that blob was moved to separate file by someone else. The
error that you are reporting suggests that the firmware
file for the aic94xx cannot be found. On my system
the file that you may be missing looks like this:
# ls -l /lib/firmware/aic94xx-seq.fw
-rw-rw-r-- 1 root root 22622 Aug 29 17:36 /lib/firmware/aic94xx-seq.fw


Doug Gilbert

  reply	other threads:[~2007-02-21  5:21 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-02-21  1:16 Please help if u can John Scarpa
2007-02-21  5:21 ` Douglas Gilbert [this message]
2007-02-21  6:20   ` Darrick J. Wong
2007-02-21 18:32     ` John Scarpa
2007-02-21 20:55       ` Darrick J. Wong
2007-02-21 22:56         ` Aravind Parchuri
2007-02-26 22:13     ` Luben Tuikov
2007-02-26 21:56   ` Luben Tuikov
2007-02-26 23:20 ` Luben Tuikov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=45DBD6CF.7010309@torque.net \
    --to=dougg@torque.net \
    --cc=john@tlchosting.com \
    --cc=linux-scsi@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.