Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/usb OQO wifi interface needs quirks



details:   https://anonhg.NetBSD.org/src/rev/b46a87abde47
branches:  trunk
changeset: 574524:b46a87abde47
user:      itojun <itojun%NetBSD.org@localhost>
date:      Thu Mar 03 08:10:35 2005 +0000

description:
OQO wifi interface needs quirks
(not confirmed if it works or not, so commented out)

diffstat:

 sys/dev/usb/if_atu.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 051ec4190830 -r b46a87abde47 sys/dev/usb/if_atu.c
--- a/sys/dev/usb/if_atu.c      Thu Mar 03 08:10:01 2005 +0000
+++ b/sys/dev/usb/if_atu.c      Thu Mar 03 08:10:35 2005 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_atu.c,v 1.8 2005/03/02 11:35:07 itojun Exp $ */
+/*     $NetBSD: if_atu.c,v 1.9 2005/03/03 08:10:35 itojun Exp $ */
 /*     $OpenBSD: if_atu.c,v 1.48 2004/12/30 01:53:21 dlg Exp $ */
 /*
  * Copyright (c) 2003, 2004
@@ -48,7 +48,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_atu.c,v 1.8 2005/03/02 11:35:07 itojun Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_atu.c,v 1.9 2005/03/03 08:10:35 itojun Exp $");
 
 #include "bpfilter.h"
 
@@ -143,7 +143,7 @@
          RadioIntersil,        ATU_NO_QUIRK },
 #if 0
        { USB_VENDOR_OQO,       USB_PRODUCT_OQO_WIFI01,
-         RadioRFMD2958,        ATU_NO_QUIRK },
+         RadioRFMD2958_SMC,    ATU_QUIRK_NO_REMAP | ATU_QUIRK_FW_DELAY },
 #endif
 };
 



Home | Main Index | Thread Index | Old Index