We recently got some HP-DL365 machines with the p400i controller. This
presented a problem for us on Debian ETCH when we rolled the kernel back to
2.6.12.6 as the cciss driver wasn't new enough, and the available ones
I had the same problem (on dl320s with p400). I fixed it by patching
the 2.6.12.6 driver. patch attached.
I also had problems with the tg3 driver. I ended up downloading a
tarball from broadcom and replaced the 2.6.12.6 ones.
So far, it works fine running 1.6beta7.
/Jakob
--- linux-2.6.12.6.orig/drivers/block/cciss.c 2005-08-29 16:55:27.000000000 +0000
+++ linux-2.6.12.6/drivers/block/cciss.c 2007-03-30 08:21:02.103935189 +0000
@@ -85,6 +85,8 @@
{ PCI_VENDOR_ID_HP, PCI_DEVICE_ID_HP_CISSB,
0x103c, 0x3223, 0, 0, 0},
{ PCI_VENDOR_ID_HP, PCI_DEVICE_ID_HP_CISSB,
+ 0x103c, 0x3234, 0, 0, 0},
+ { PCI_VENDOR_ID_HP, PCI_DEVICE_ID_HP_CISSB,
0x103c, 0x3231, 0, 0, 0},
{0,}
};
@@ -106,6 +108,7 @@
{ 0x409C0E11, "Smart Array 6400", &SA5_access},
{ 0x409D0E11, "Smart Array 6400 EM", &SA5_access},
{ 0x40910E11, "Smart Array 6i", &SA5_access},
+ { 0x3234103C, "Smart Array P400", &SA5_access},
{ 0x3225103C, "Smart Array P600", &SA5_access},
{ 0x3223103C, "Smart Array P800", &SA5_access},
{ 0x3231103C, "Smart Array E400", &SA5_access},
_______________________________________________
Lustre-discuss mailing list
[EMAIL PROTECTED]
https://mail.clusterfs.com/mailman/listinfo/lustre-discuss