From: Hannes Reinecke <hare@suse.de>
To: device-mapper development <dm-devel@redhat.com>
Subject: [PATCH] multipath-tools: IBM hwtable update
Date: Mon, 13 Mar 2006 12:31:04 +0100 [thread overview]
Message-ID: <441557F8.10008@suse.de> (raw)
[-- Attachment #1: Type: text/plain, Size: 388 bytes --]
Hi Christophe,
attached is an update for the IBM hwtable.
There is a new hardware ID for the IBM F20; and I've also switched to
'dasd_id' from udev instead of dasdview from s390-tools.
Please apply.
Cheers,
Hannes
--
Dr. Hannes Reinecke hare@suse.de
SuSE Linux Products GmbH S390 & zSeries
Maxfeldstraße 5 +49 911 74053 688
90409 Nürnberg http://www.suse.de
[-- Attachment #2: multipath-tools-shark-update --]
[-- Type: text/plain, Size: 1003 bytes --]
diff --git a/libmultipath/hwtable.c b/libmultipath/hwtable.c
index 5c7d625..008e518 100644
--- a/libmultipath/hwtable.c
+++ b/libmultipath/hwtable.c
@@ -201,7 +201,7 @@ static struct hwentry default_hw[] = {
/*
* IBM controler family
*
- * Maintainer : Hannes Reinecke, Suse
+ * Maintainer : Hannes Reinecke, SuSE
* Mail : hare@suse.de
*/
{
@@ -254,7 +254,7 @@ static struct hwentry default_hw[] = {
{
/* IBM ESS F20 aka Shark */
.vendor = "IBM",
- .product = "2105F20",
+ .product = "2105{800,F20}",
.getuid = DEFAULT_GETUID,
.getprio = NULL,
.features = "1 queue_if_no_path",
@@ -303,7 +303,7 @@ static struct hwentry default_hw[] = {
/* IBM S/390 ECKD DASD */
.vendor = "IBM",
.product = "S/390 DASD ECKD",
- .getuid = "/sbin/dasdview -j /dev/%n",
+ .getuid = "/sbin/dasd_id /dev/%n",
.getprio = NULL,
.features = DEFAULT_FEATURES,
.hwhandler = DEFAULT_HWHANDLER,
[-- Attachment #3: Type: text/plain, Size: 0 bytes --]
next reply other threads:[~2006-03-13 11:31 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-03-13 11:31 Hannes Reinecke [this message]
2006-03-13 13:51 ` [PATCH] multipath-tools: IBM hwtable update Christophe Varoqui
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=441557F8.10008@suse.de \
--to=hare@suse.de \
--cc=dm-devel@redhat.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 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.