two ata(4) issues

Alexander Best arundel at freebsd.org
Tue Oct 26 01:15:21 UTC 2010


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


More information about the freebsd-fs mailing list