svn commit: r230313 - head/sys/dev/ciss
Sean Bruno
sbruno at FreeBSD.org
Wed Jan 18 19:35:17 UTC 2012
Author: sbruno
Date: Wed Jan 18 19:35:16 2012
New Revision: 230313
URL: http://svn.freebsd.org/changeset/base/230313
Log:
Add support for HP P420 to ciss(4)
Tested on upcoming Gen 8 releases of hardware from HP.
MFC to all supported releases.
Obtained from: Yahoo! Inc.
MFC after: 2 weeks
Modified:
head/sys/dev/ciss/ciss.c
Modified: head/sys/dev/ciss/ciss.c
==============================================================================
--- head/sys/dev/ciss/ciss.c Wed Jan 18 19:12:33 2012 (r230312)
+++ head/sys/dev/ciss/ciss.c Wed Jan 18 19:35:16 2012 (r230313)
@@ -329,6 +329,7 @@ static struct
{ 0x103C, 0x3249, CISS_BOARD_SA5, "HP Smart Array P812" },
{ 0x103C, 0x324A, CISS_BOARD_SA5, "HP Smart Array P712m" },
{ 0x103C, 0x324B, CISS_BOARD_SA5, "HP Smart Array" },
+ { 0x103C, 0x3351, CISS_BOARD_SA5, "HP Smart Array P420" },
{ 0, 0, 0, NULL }
};
More information about the svn-src-head
mailing list