Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Oct 2010 01:15:21 +0000
From:      Alexander Best <arundel@freebsd.org>
To:        freebsd-fs@freebsd.org
Subject:   two ata(4) issues
Message-ID:  <20101026011521.GA53390@freebsd.org>

next in thread | raw e-mail | index | archive | help

--vkogqOf2sHV7VnPd
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

hi there,

1) ata(4) doesn't seem to be linked to ar(4) (see attached patch)
2) sys/modules/ata/atacam doesn't build

cheers.
alex

-- 
a13x

--vkogqOf2sHV7VnPd
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="Makefile_ar.4.diff"

diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile
index 7e5cdf1..617df32 100644
--- a/share/man/man4/Makefile
+++ b/share/man/man4/Makefile
@@ -505,7 +505,8 @@ MLINKS+=agp.4 agpgart.4
 MLINKS+=ale.4 if_ale.4
 MLINKS+=altq.4 ALTQ.4
 MLINKS+=an.4 if_an.4
-MLINKS+=ata.4 acd.4 \
+MLINKS+=ata.4 ar.4
+	ata.4 acd.4 \
 	ata.4 ad.4 \
 	ata.4 afd.4 \
 	ata.4 ast.4

--vkogqOf2sHV7VnPd--



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