From 95a8bcd85472934e5ee348f92500ddec9f59369d Mon Sep 17 00:00:00 2001 From: Scott Long Date: Tue, 23 Jan 2007 02:47:33 +0000 Subject: [PATCH] Remove a PCI ID entry that conflicts with the AMR driver. --- sys/dev/mfi/mfi_pci.c | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/dev/mfi/mfi_pci.c b/sys/dev/mfi/mfi_pci.c index f78648ca9acb..ebd1fef05bfe 100644 --- a/sys/dev/mfi/mfi_pci.c +++ b/sys/dev/mfi/mfi_pci.c @@ -88,7 +88,6 @@ struct mfi_ident { int flags; const char *desc; } mfi_identifiers[] = { - {0x1000, 0x0409, 0xffff, 0xffff, 0, "LSI MegaSAS 1064R"}, /* Lindsay ZCR IOP */ {0x1000, 0x0411, 0xffff, 0xffff, 0, "LSI MegaSAS 1064R"}, /* Brocton IOP */ {0x1000, 0x0413, 0xffff, 0xffff, 0, "LSI MegaSAS 1064R"}, /* Verde ZCR */ {0x1028, 0x0015, 0xffff, 0xffff, 0, "Dell PERC 5/i"},