Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/pci Update from OpenBSD merging in 1.111 and 1.112 w...



details:   https://anonhg.NetBSD.org/src/rev/5d4e9010e656
branches:  trunk
changeset: 770216:5d4e9010e656
user:      elric <elric%NetBSD.org@localhost>
date:      Sat Oct 08 09:15:08 2011 +0000

description:
Update from OpenBSD merging in 1.111 and 1.112 with log messages:

1.112   Differential gain calibration makes the 6005 firmware crap
        out, so skip it for now until we figure out why.  This
        probably means the device won't function optimally, but
        that's better than not functioning at all.  Makes my "Intel
        Centrinto Advanced-N 6205" work quite well.

1.111   The 6005 and 6050-based parts need DC calibration turned
        on, otherwise the firmware will crap out, at least on the
        6005.  First step to getting my "Intel Centrino Advanced-N
        6205" to work.

Both are commited by kettenis%openbsd.org@localhost.

diffstat:

 sys/dev/pci/if_iwnreg.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 338aaead12ca -r 5d4e9010e656 sys/dev/pci/if_iwnreg.h
--- a/sys/dev/pci/if_iwnreg.h   Sat Oct 08 08:53:33 2011 +0000
+++ b/sys/dev/pci/if_iwnreg.h   Sat Oct 08 09:15:08 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_iwnreg.h,v 1.9 2011/05/15 13:56:20 christos Exp $   */
+/*     $NetBSD: if_iwnreg.h,v 1.10 2011/10/08 09:15:08 elric Exp $     */
 /*     $OpenBSD: if_iwnreg.h,v 1.40 2010/05/05 19:41:57 damien Exp $   */
 
 /*-
@@ -732,6 +732,7 @@
 struct iwn5000_calib_elem {
        uint32_t        enable;
        uint32_t        start;
+#define IWN5000_CALIB_DC       (1 << 1)
        uint32_t        send;
        uint32_t        apply;
        uint32_t        reserved;



Home | Main Index | Thread Index | Old Index