From e41f6225faec622d3f1ce943cff4e3647d65df97 Mon Sep 17 00:00:00 2001 From: wpaul Date: Sun, 20 Apr 2003 19:05:33 +0000 Subject: 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. --- usr.sbin/sade/devices.c | 1 + 1 file changed, 1 insertion(+) (limited to 'usr.sbin/sade') 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" }, -- cgit v1.1