diff options
author | Bill Paul <wpaul@FreeBSD.org> | 2003-04-20 19:05:33 +0000 |
---|---|---|
committer | Bill Paul <wpaul@FreeBSD.org> | 2003-04-20 19:05:33 +0000 |
commit | 87b4a25958c5a5027d19e139bea25df2011b2e84 (patch) | |
tree | 97ca9c3274a2a29ea03460b6181e805043e61e46 /share/man/man4/Makefile | |
parent | ce48b9e432bbecf856651f071414e2a88768df99 (diff) | |
download | src-87b4a25958c5a5027d19e139bea25df2011b2e84.tar.gz src-87b4a25958c5a5027d19e139bea25df2011b2e84.zip |
Add device driver support for the ASIX Electronics AX88172 USB 2.0
ethernet controller. The driver has been tested with the LinkSys
USB200M adapter. I know for a fact that there are other devices out
there with this chip but don't have all the USB vendor/device IDs.
Note: I'm not sure if this will force the driver to end up in the
install kernel image or not. Special magic needs to be done to exclude
it to keep the boot floppies from bloating again, someone please
advise.
Notes
Notes:
svn path=/head/; revision=113757
Diffstat (limited to 'share/man/man4/Makefile')
-rw-r--r-- | share/man/man4/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile index 6d8eed0dd112..3d8fba4e9dea 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -20,6 +20,7 @@ MAN= aac.4 \ atkbdc.4 \ aue.4 \ awi.4 \ + axe.4 \ bge.4 \ bktr.4 \ blackhole.4 \ |