From aa3c786e5d37593ed73bc53225e866f8fa3e4f52 Mon Sep 17 00:00:00 2001 From: David Gwynne Date: Fri, 19 Nov 2004 23:14:28 +0000 Subject: 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 --- sys/dev/usb/if_atu.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'sys') 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 . 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 } -- cgit v1.2.3