From 11d68df652fc5c02924b1e0aa7cc996ea410e7f3 Mon Sep 17 00:00:00 2001 From: dipohl <dipohl@4ea69e1a-61f1-4043-bf83-b5c94c648137> Date: Thu, 8 Jan 2009 20:11:23 +0000 Subject: [PATCH] Page to list supported RAID-Controllers. git-svn-id: https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/trunk@2697 4ea69e1a-61f1-4043-bf83-b5c94c648137 --- www/docs/raid-controller_support.html | 92 +++++++++++++++++++++++++++ 1 file changed, 92 insertions(+) create mode 100644 www/docs/raid-controller_support.html diff --git a/www/docs/raid-controller_support.html b/www/docs/raid-controller_support.html new file mode 100644 index 000000000..8a1527e83 --- /dev/null +++ b/www/docs/raid-controller_support.html @@ -0,0 +1,92 @@ +<?xml version="1.0" encoding="ISO-8859-1"?> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> +<head> + <title>smartmontools - Supported RAID-Controllers $Date: 2009/01/08 20:11:23 $)</title> + <link rev="made" href="mailto:smartmontools-support@sourceforge.net" /> + <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=ISO-8859-1" /> + <meta name="description" content="smartmontools - List of supported RAID-Controllers" /> + <meta name="keywords" content="RAID-Controller, Support, supported controllers, documentation, smartctl, smartd, S.M.A.R.T., SMART, disk, monitor, monitoring" /> + <meta name="DC.creator" content="Gabriele Pohl" /> + <meta name="DC.rights" scheme="DCTERMS.URI" content="http://www.gnu.org/licenses/gpl-2.0.html" /> + <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" /> + <meta http-equiv="content-style-type" content="text/css" /> + <link rel="stylesheet" type="text/css" href="../css/style.css" /> +</head> +<body> +<!-- $Id: raid-controller_support.html,v 1.1 2009/01/08 20:11:23 dipohl Exp $ --> +<div id="header"> + <h1><a id="logo" href="http://smartmontools.sourceforge.net/"><img src="../smart_logo.gif" width="105" height="59" border="0" hspace="20" align="middle" name="smartmontools_Logo" alt="S.M.A.R.T. Logo" /></a> + smartmontools - Supported RAID-Controllers</h1> +</div> + +<div id="mainmenu" class="nav"> + <ul> + <li class="first"><a accesskey="n" href="../index.html">Home</a></li> + <li class="active"><a href="../doc.html">Documentation</a></li> + <li><a accesskey="d" href="../download.html">Download</a></li> + <li><a accesskey="f" href="../faq.html">FAQ</a></li> + <li><a accesskey="h" href="../help.html">Help</a></li> + <li><a accesskey="a" href="../about.html">About</a></li> + <li><a accesskey="l" href="../links.html">Links</a></li> + <li class="last"><a accesskey="s" href="../sphider/search.php">Search</a></li> + </ul> +</div> + +<div> +<span class="marked">D R A F T and work in progress..</span><br /> + +<h3><a name="overview"></a>Supported RAID-Controllers</h3> + +<table border="1" cellpadding="5" cellspacing="2"> + <tr> + <th rowspan="2" bgcolor="Lavender">RAID-Controller</th> + <th colspan="3" bgcolor="Lavender">Supported in OS</th> + </tr> + <tr> + <th bgcolor="Azure">Linux</th> + <th bgcolor="AntiqueWhite">FreeBSD</th> + <th bgcolor="Azure">MS-Windows</th> + </tr> + <tr> + <td><tt>3ware SATA RAID controller</tt></td> + <td align="center" bgcolor="Azure"><tt>Yes</tt></td> <!-- Linux --> + <td align="center" bgcolor="AntiqueWhite"><tt>Yes</tt></td> <!-- FreeBSD --> + <td align="center" bgcolor="Azure"><tt>Yes</tt></td> <!-- MS-Windows --> + </tr> + <tr> + <td><tt>Areca SATA RAID controller</tt></td> + <td align="center" bgcolor="Azure"><tt>Yes</tt</tt></td> <!-- Linux --> + <td align="center" bgcolor="AntiqueWhite"><tt>No</tt></td> <!-- FreeBSD --> + <td align="center" bgcolor="Azure"><tt>No</tt></td> <!-- MS-Windows --> + </tr> + <tr> + <td><tt>Highpoint controller</tt></td> + <td align="center" bgcolor="Azure"><tt>??</tt</tt></td> <!-- Linux --> + <td align="center" bgcolor="AntiqueWhite"><tt>??</tt></td> <!-- FreeBSD --> + <td align="center" bgcolor="Azure"><tt>??</tt></td> <!-- MS-Windows --> + </tr> + +</table> + +</div> +<hr style="clear:left" /> +<div align="center"> +Hosted by<br /> +<a href="http://sourceforge.net/"><img style="border:0;width=:88px;height:31px" + src="http://sourceforge.net/sflogo.php?group_id=64297&type=5" alt="SourceForge.net" /></a> + <br /> +<font size="-1">Maintained by: <a href="mailto:smartmontools-support@lists.sourceforge.net">Gabriele Pohl</a><br /> +Copyright (C) 2008 Bruce Allen, Gabriele Pohl published under <a href="http://www.gnu.org/licenses/gpl-2.0.html#SEC1">GNU GPL</a><br /> +Last update: $Date: 2009/01/08 20:11:23 $</font><br /> +<a href="http://validator.w3.org/checklink?uri=http%3A%2F%2Fsmartmontools.sourceforge.net%2Fdocs%2Fraid-controller_support.html">W3C Link-Checker</a><br /> +<a href="http://validator.w3.org/check?uri=referer"><img + src="http://www.w3.org/Icons/valid-xhtml10-blue" + alt="Valid XHTML 1.0 Transitional" height="31" width="88" border="0" /></a> +<a href="http://jigsaw.w3.org/css-validator/check/referer"> + <img style="border:0;width:88px;height:31px" + src="http://jigsaw.w3.org/css-validator/images/vcss-blue" + alt="CSS ist valide!" /></a> +</div> +</body> +</html> -- GitLab