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

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

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

On Tue Oct 26 10, Alexander Best wrote:
> 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

> 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

oops. little tipo. sorry for the noise. attached a new patch. ;)

> +	ata.4 acd.4 \
>  	ata.4 ad.4 \
>  	ata.4 afd.4 \
>  	ata.4 ast.4


-- 
a13x

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

diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile
index 7e5cdf1..e7d3dc7 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

--vtzGhvizbBRQ85DL--



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