From: thomas schorpp <thomas.schorpp@googlemail.com>
To: James.Bottomley@HansenPartnership.com
Cc: Linux SCSI list <linux-scsi@vger.kernel.org>
Subject: [Fwd: [PATCH]aic7xxx: Take the LED out of diagnostic mode on PM resume, too.]
Date: Wed, 08 Oct 2008 13:21:19 +0200 [thread overview]
Message-ID: <48EC97AF.8080300@gmail.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 74 bytes --]
NACK? malformed patches? do You want it against scsi-git? or what?
y
tom
[-- Attachment #2: [PATCH]aic7xxx: Take the LED out of diagnostic mode on PM resume, too..eml --]
[-- Type: message/rfc822, Size: 1841 bytes --]
[-- Attachment #2.1.1: Type: text/plain, Size: 353 bytes --]
Take the Diag/Activity-LED of the HBA out of diagnostic mode on PM resume after successful PM resume from standby and HBA restart,
it remained always on before. If something fails before complete recovery, it should remain on, since it is a diagnostics LED,
reason for the used higher layer for the clear.
Signed-off-by: thomas.schorpp@gmail.com
[-- Attachment #2.1.2: aic7xxx_PM_fixled.patch --]
[-- Type: text/x-diff, Size: 542 bytes --]
--- drivers/scsi/aic7xxx/aic7xxx_core.c 2008-10-03 13:53:39.000000000 +0200
+++ drivers/scsi/aic7xxx/aic7xxx_core.c 2008-10-03 14:26:04.000000000 +0200
@@ -814,6 +814,7 @@
static void
ahc_restart(struct ahc_softc *ahc)
{
+ uint8_t sblkctl;
ahc_pause(ahc);
@@ -868,6 +869,12 @@
ahc_outb(ahc, SEQADDR0, 0);
ahc_outb(ahc, SEQADDR1, 0);
+ /*
+ * Take the LED out of diagnostic mode on PM resume, too
+ */
+ sblkctl = ahc_inb(ahc, SBLKCTL);
+ ahc_outb(ahc, SBLKCTL, (sblkctl & ~(DIAGLEDEN|DIAGLEDON)));
+
ahc_unpause(ahc);
}
[-- Attachment #3: Nachricht als Attachment --]
[-- Type: message/rfc822, Size: 3303 bytes --]
From: thomas schorpp <t.schorpp@gmx.de>
To: SCSI development list <linux-scsi@vger.kernel.org>
Subject: [PATCH][DOC]aic7xxx: Correct wrong Kernel Documentation for Adaptec AHA19160(B) HBA
Date: Fri, 23 Mar 2007 17:45:52 +0100
Message-ID: <46040440.1020704@gmx.de>
--- Documentation/scsi/aic7xxx.txt 2007-03-23 16:44:05.000000000 +0100
+++ Documentation/scsi/aic7xxx.txt 2007-03-23 17:01:19.000000000 +0100
@@ -28,7 +28,7 @@
aic7880 10 PCI/32 20MHz 16Bit 16
aic7890 20 PCI/32 40MHz 16Bit 16 3 4 5 6 7 8
aic7891 20 PCI/64 40MHz 16Bit 16 3 4 5 6 7 8
- aic7892 20 PCI/64-66 80MHz 16Bit 16 3 4 5 6 7 8
+ aic7892 20 PCI/32/64-66 80MHz 16Bit 16 3 4 5 6 7 8
aic7895 15 PCI/32 20MHz 16Bit 16 2 3 4 5
aic7895C 15 PCI/32 20MHz 16Bit 16 2 3 4 5 8
aic7896 20 PCI/32 40MHz 16Bit 16 2 3 4 5 6 7 8
@@ -114,7 +114,7 @@
AHA-29160N aic7892 PCI/32 LVD-HD68F SE-HD50F
SE-50M
AHA-29160LP aic7892 PCI/64-66
- AHA-19160 aic7892 PCI/64-66
+ AHA-19160 aic7892 PCI/32
AHA-29150LP aic7892 PCI/64-66
AHA-29130LP aic7892 PCI/64-66
AHA-3960D aic7899 PCI/64-66 2 X LVD-HD68F 2 X LVD-VHD68F
Correct documentation according to the aic7892 chip, adaptec aha19160 hba specs.
Signed-off-by tom schorpp <t.schorpp@gmx.de>
-
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
next reply other threads:[~2008-10-08 11:21 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-10-08 11:21 thomas schorpp [this message]
2008-10-15 14:23 ` [Fwd: [PATCH]aic7xxx: Take the LED out of diagnostic mode on PM resume, too.] Hannes Reinecke
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=48EC97AF.8080300@gmail.com \
--to=thomas.schorpp@googlemail.com \
--cc=James.Bottomley@HansenPartnership.com \
--cc=linux-scsi@vger.kernel.org \
--cc=thomas.schorpp@gmail.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox