diff options
author | wpaul <wpaul@FreeBSD.org> | 2003-04-20 19:05:33 +0000 |
---|---|---|
committer | wpaul <wpaul@FreeBSD.org> | 2003-04-20 19:05:33 +0000 |
commit | e41f6225faec622d3f1ce943cff4e3647d65df97 (patch) | |
tree | 97ca9c3274a2a29ea03460b6181e805043e61e46 /sys/i386/conf | |
parent | dce3b02b367216359cd6e26f70d0d523caf70ab3 (diff) | |
download | FreeBSD-src-e41f6225faec622d3f1ce943cff4e3647d65df97.zip FreeBSD-src-e41f6225faec622d3f1ce943cff4e3647d65df97.tar.gz |
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.
Diffstat (limited to 'sys/i386/conf')
-rw-r--r-- | sys/i386/conf/GENERIC | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC index 730261b..34ad789 100644 --- a/sys/i386/conf/GENERIC +++ b/sys/i386/conf/GENERIC @@ -252,5 +252,6 @@ device urio # Diamond Rio 500 MP3 player device uscanner # Scanners # USB Ethernet, requires mii device aue # ADMtek USB ethernet +device axe # ASIX Electronics USB ethernet device cue # CATC USB ethernet device kue # Kawasaki LSI USB ethernet |