two ata(4) issues

Alexander Best arundel at freebsd.org
Tue Oct 26 01:17:28 UTC 2010


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
-------------- next part --------------
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


More information about the freebsd-fs mailing list