summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordlg <dlg@openbsd.org>2004-11-19 23:14:27 +0000
committerdlg <dlg@openbsd.org>2004-11-19 23:14:27 +0000
commit7cbe59ab07905300ce3bbe55a74bf37cce536aeb (patch)
tree2e3042d00876f0aaef691d6888e4105a8ac7ad5a
parentcleanup includes (diff)
downloadwireguard-openbsd-7cbe59ab07905300ce3bbe55a74bf37cce536aeb.tar.xz
wireguard-openbsd-7cbe59ab07905300ce3bbe55a74bf37cce536aeb.zip
remove the atmel dwl120 since its product ids dont seem to exist, it looks
like a typo. since the atmel at76c503a appears to be the real device we just remove the typo
-rw-r--r--sys/dev/usb/if_atu.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/dev/usb/if_atu.c b/sys/dev/usb/if_atu.c
index f6f5e699931..2674939e5d5 100644
--- a/sys/dev/usb/if_atu.c
+++ b/sys/dev/usb/if_atu.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_atu.c,v 1.19 2004/11/19 22:38:12 dlg Exp $ */
+/* $OpenBSD: if_atu.c,v 1.20 2004/11/19 23:14:27 dlg Exp $ */
/*
* Copyright (c) 2003, 2004
* Daan Vreeken <Danovitsch@Vitsch.net>. All rights reserved.
@@ -130,9 +130,6 @@ struct atu_type atu_devs[] = {
/* SMC2662 V.4 */
{ USB_VENDOR_ATMEL, USB_PRODUCT_ATMEL_AT76C505A,
RadioRFMD2958_SMC, ATU_QUIRK_NO_REMAP | ATU_QUIRK_FW_DELAY },
- /* XXX is this one right? */
- { USB_VENDOR_ATMEL, USB_PRODUCT_ATMEL_DWL120,
- RadioIntersil, ATU_NO_QUIRK },
{ USB_VENDOR_ACERP, USB_PRODUCT_ACERP_AWL300,
RadioIntersil, ATU_NO_QUIRK },
{ 0, 0, 0, 0 }