summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sade
diff options
context:
space:
mode:
authorwpaul <wpaul@FreeBSD.org>2003-04-20 19:05:33 +0000
committerwpaul <wpaul@FreeBSD.org>2003-04-20 19:05:33 +0000
commite41f6225faec622d3f1ce943cff4e3647d65df97 (patch)
tree97ca9c3274a2a29ea03460b6181e805043e61e46 /usr.sbin/sade
parentdce3b02b367216359cd6e26f70d0d523caf70ab3 (diff)
downloadFreeBSD-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 'usr.sbin/sade')
-rw-r--r--usr.sbin/sade/devices.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/sade/devices.c b/usr.sbin/sade/devices.c
index 910b230..6b00ced 100644
--- a/usr.sbin/sade/devices.c
+++ b/usr.sbin/sade/devices.c
@@ -83,6 +83,7 @@ static struct _devname {
{ DEVICE_TYPE_FLOPPY, "fd%d", "floppy drive unit A", 9, 0, 64, 4 },
{ DEVICE_TYPE_NETWORK, "an", "Aironet 4500/4800 802.11 wireless adapter" },
{ DEVICE_TYPE_NETWORK, "aue", "ADMtek USB ethernet adapter" },
+ { DEVICE_TYPE_NETWORK, "axe", "ASIX Electronics USB ethernet adapter" },
{ DEVICE_TYPE_NETWORK, "bge", "Broadcom BCM570x PCI gigabit ethernet card" },
{ DEVICE_TYPE_NETWORK, "cue", "CATC USB ethernet adapter" },
{ DEVICE_TYPE_NETWORK, "fpa", "DEC DEFPA PCI FDDI card" },
OpenPOWER on IntegriCloud