Date: Thu, 27 Nov 2003 00:37:36 -0800 (PST) From: Martin Blapp <mbr@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ips ips.c ips.h ips_commands.c Message-ID: <200311270837.hAR8ba1K080927@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
mbr 2003/11/27 00:37:36 PST FreeBSD src repository Modified files: sys/dev/ips ips.c ips.h ips_commands.c Log: ServeRaid (at least 5i) didn't initialize correctly. To get them working (cache, automatic rebuild and hotswap) the FFDC info (First Failure Data Capture) on the adapter must be initialised. Logical drives in critical/degraded states weren't added to the drive list. FreeBSD was not able to see a degraded array after a reboot. Degraded drives are now also added to the drivelist and the state of the logical drive is given at boottime. The adapter type is detected from informations in nvram page 5 and displayed at boottime. Change IPS_OS_FREEBSD definition from 10 to 8 according to IBM specs. Submitted by: <Patrick Guelat> pgfb@imp.ch Reviewed by: mbr, scottl Approved by: re Revision Changes Path 1.6 +64 -2 src/sys/dev/ips/ips.c 1.5 +57 -2 src/sys/dev/ips/ips.h 1.7 +90 -0 src/sys/dev/ips/ips_commands.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200311270837.hAR8ba1K080927>