PCI ID addition to sata_promise.c

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



I just bought a Promise FastTrack TX2300 SATAII RAID Controler and had
some problems getting it working.  I found that the driver did not
recognize the card b/c the PCI ID was not listed in the source.  Below
is a patch to add the PCI ID to the driver so hopefully others won't
have this problem in the future.  Patch if you like, discard if you
don't.  Just trying to make the world a little easier for the next
guy.

--- sata_promise.c.orig 2006-07-25 12:59:44.000000000 -0500
+++ sata_promise.c      2006-07-25 13:00:29.000000000 -0500
@@ -267,6 +267,9 @@

       { PCI_VENDOR_ID_PROMISE, 0x3570, PCI_ANY_ID, PCI_ANY_ID, 0, 0,
         board_20771 },
+       { PCI_VENDOR_ID_PROMISE, 0x3577, PCI_ANY_ID, PCI_ANY_ID, 0, 0,
+         board_20771 },
+
       { }     /* terminate list */
};
-
: send the line "unsubscribe linux-ide" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux Filesystems]     [Linux SCSI]     [Linux RAID]     [Git]     [Kernel Newbies]     [Linux Newbie]     [Security]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Samba]     [Device Mapper]

  Powered by Linux