Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Nov 2011 22:57:47 +0000 (UTC)
From:      Christian Brueffer <brueffer@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r227515 - head/share/man/man4
Message-ID:  <201111142257.pAEMvl2I069842@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: brueffer
Date: Mon Nov 14 22:57:47 2011
New Revision: 227515
URL: http://svn.freebsd.org/changeset/base/227515

Log:
  Remove list nesting in the hardware notes section, thus making it compatible with
  the hardware notes generation script.
  
  MFC after:	3 days

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

Modified: head/share/man/man4/mvs.4
==============================================================================
--- head/share/man/man4/mvs.4	Mon Nov 14 22:16:12 2011	(r227514)
+++ head/share/man/man4/mvs.4	Mon Nov 14 22:57:47 2011	(r227515)
@@ -120,9 +120,8 @@ The
 .Nm
 driver supports the following controllers:
 .Pp
-.Bl -tag -compact
-.It Gen-I (SATA 1.5Gbps):
-.Bl -bullet -compact
+Gen-I (SATA 1.5Gbps):
+.Bl -bullet -compact -offset "xxxxxx"
 .It
 88SX5040
 .It
@@ -132,8 +131,9 @@ driver supports the following controller
 .It
 88SX5081
 .El
-.It Gen-II (SATA 3Gbps, NCQ, PMP):
-.Bl -bullet -compact
+.Pp
+Gen-II (SATA 3Gbps, NCQ, PMP):
+.Bl -bullet -compact -offset "xxxxxx"
 .It
 88SX6040
 .It
@@ -143,8 +143,9 @@ driver supports the following controller
 .It
 88SX6081
 .El
-.It Gen-IIe (SATA 3Gbps, NCQ, PMP with FBS):
-.Bl -bullet -compact
+.Pp
+Gen-IIe (SATA 3Gbps, NCQ, PMP with FBS):
+.Bl -bullet -compact -offset "xxxxxx"
 .It
 88SX6042
 .It
@@ -156,7 +157,6 @@ driver supports the following controller
 .It
 MV78100 SoC
 .El
-.El
 .Pp
 Note, that this hardware supports command queueing and FIS-based switching
 only for ATA DMA commands.



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