[lib] add defaults for SUN/LSI LCSM100_I
authorCharlie Brady <charlieb-dm-devel@budge.apana.org.au>
Wed, 24 Jun 2009 22:24:00 +0000 (00:24 +0200)
committerChristophe Varoqui <christophe.varoqui@free.fr>
Wed, 24 Jun 2009 22:24:00 +0000 (00:24 +0200)
same as LCSM100_F

libmultipath/hwtable.c
multipath.conf.defaults

index 60f41af..900d178 100644 (file)
@@ -878,10 +878,10 @@ static struct hwentry default_hw[] = {
                .checker_name  = RDAC,
                .prio_name     = PRIO_RDAC,
        },
-       /* SUN/LSI 2540 */
+       /* SUN/LSI 2510, 2540 */
        {
                .vendor        = "SUN",
-               .product       = "LCSM100_F",
+               .product       = "LCSM100_[IF]",
                .getuid        = DEFAULT_GETUID,
                .features      = DEFAULT_FEATURES,
                .hwhandler     = "1 rdac",
index 3651e40..fb1dd6c 100644 (file)
 #      }
 #      device {
 #              vendor                  "SUN"
-#              product                 "LCSM100_F"
+#              product                 "LCSM100_[IF]"
 #              getuid_callout          "/lib/udev/scsi_id --whitelisted --device=/dev/%n"
 #              features                "0"
 #              hardware_handler        "1 rdac"