diff options
author | Ian Lepore <ian@FreeBSD.org> | 2018-07-08 00:27:28 +0000 |
---|---|---|
committer | Ian Lepore <ian@FreeBSD.org> | 2018-07-08 00:27:28 +0000 |
commit | cf2cec68bdd543331451234b8bfc9b86a571e7d9 (patch) | |
tree | c80613abab58d52429da84e90c4b1409408a0838 /share/man/man4/man4.arm/Makefile | |
parent | fdd9550b54a677f1e342139c2d4b839cb7d814c7 (diff) |
Add pnp info to imx6_ahci, and add a module makefile, and a manpage for it.
Notes
Notes:
svn path=/head/; revision=336079
Diffstat (limited to 'share/man/man4/man4.arm/Makefile')
-rw-r--r-- | share/man/man4/man4.arm/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/share/man/man4/man4.arm/Makefile b/share/man/man4/man4.arm/Makefile index 39e2d6897343..829dbfe774ff 100644 --- a/share/man/man4/man4.arm/Makefile +++ b/share/man/man4/man4.arm/Makefile @@ -12,6 +12,7 @@ MAN= \ bcm283x_pwm.4 \ cgem.4 \ devcfg.4 \ + imx6_ahci.4 \ imx_wdog.4 \ mge.4 \ npe.4 \ |