Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Apr 2013 23:37:15 +0000 (UTC)
From:      Sean Bruno <sbruno@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r249350 - head/share/man/man4
Message-ID:  <201304102337.r3ANbFgU022151@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sbruno
Date: Wed Apr 10 23:37:15 2013
New Revision: 249350
URL: http://svnweb.freebsd.org/changeset/base/249350

Log:
  Update ciss(4) man page.  We absolutely support performant mode of operation
  on this controller.  Indicate that the 5300 is the *only* controller that
  will only work in simple mode.
  
  Bus rescans should not be needed now and I consider it a bug if disks do
  not appear or dissapear when created or destroyed.
  
  Obtained from:	Yahoo! Inc

Modified:
  head/share/man/man4/ciss.4

Modified: head/share/man/man4/ciss.4
==============================================================================
--- head/share/man/man4/ciss.4	Wed Apr 10 23:31:19 2013	(r249349)
+++ head/share/man/man4/ciss.4	Wed Apr 10 23:37:15 2013	(r249350)
@@ -62,14 +62,11 @@ control protocol from earlier Compaq ada
 .Pp
 Currently
 .Nm
-only supports the
+supports the
 .Dq simple
-transport layer over PCI.
-This interface (ab)uses the I2O register set (specifically the post
-queues) to exchange commands with the adapter.
-Other interfaces are available, but we are not supposed to know about them,
-and it is dubious whether they would provide major performance improvements
-except under extreme load.
+and
+.Dq performant
+transport layer.
 .Pp
 Non-disk devices (such as internal DATs and devices
 attached to the external SCSI bus) are supported as normal CAM devices
@@ -82,8 +79,8 @@ Direct Access devices (such as disk
 drives) are only exposed as
 .Xr pass 4
 devices.
-Hot-insertion and removal of devices is supported but a bus
-rescan might be necessary.
+Hot-insertion and removal of devices is supported and notification messages
+will be reported to the console and logs.  
 .Pp
 The problem which adapter freezes with the message
 .Dq ADAPTER HEARTBEAT FAILED
@@ -97,7 +94,7 @@ driver include:
 .Pp
 .Bl -bullet -compact
 .It
-Compaq Smart Array 5300
+Compaq Smart Array 5300 (simple mode only)
 .It
 Compaq Smart Array 532
 .It



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201304102337.r3ANbFgU022151>