Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/usb Add the now-tested 3Com 3C460B Pegasus-II adapte...
details: https://anonhg.NetBSD.org/src/rev/a26c764d2a16
branches: trunk
changeset: 533229:a26c764d2a16
user: nathanw <nathanw%NetBSD.org@localhost>
date: Tue Jun 25 01:07:38 2002 +0000
description:
Add the now-tested 3Com 3C460B Pegasus-II adapter (Currently US$5 from
cheap web vendors).
diffstat:
sys/dev/usb/if_aue.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r 71d49acff64b -r a26c764d2a16 sys/dev/usb/if_aue.c
--- a/sys/dev/usb/if_aue.c Tue Jun 25 00:32:24 2002 +0000
+++ b/sys/dev/usb/if_aue.c Tue Jun 25 01:07:38 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: if_aue.c,v 1.75 2002/03/18 14:01:05 christos Exp $ */
+/* $NetBSD: if_aue.c,v 1.76 2002/06/25 01:07:38 nathanw Exp $ */
/*
* Copyright (c) 1997, 1998, 1999, 2000
* Bill Paul <wpaul%ee.columbia.edu@localhost>. All rights reserved.
@@ -77,7 +77,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_aue.c,v 1.75 2002/03/18 14:01:05 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_aue.c,v 1.76 2002/06/25 01:07:38 nathanw Exp $");
#if defined(__NetBSD__)
#include "opt_inet.h"
@@ -169,6 +169,7 @@
};
Static const struct aue_type aue_devs[] = {
+ {{ USB_VENDOR_3COM, USB_PRODUCT_3COM_3C460B}, PII },
{{ USB_VENDOR_ABOCOM, USB_PRODUCT_ABOCOM_XX1}, PNA|PII },
{{ USB_VENDOR_ABOCOM, USB_PRODUCT_ABOCOM_XX2}, PII },
{{ USB_VENDOR_ABOCOM, USB_PRODUCT_ABOCOM_UFE1000}, LSYS },
Home |
Main Index |
Thread Index |
Old Index