[Bug 210799] if_bwi broken

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Jul 3 22:42:03 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=210799

Adrian Chadd <adrian at freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |adrian at freebsd.org

--- Comment #1 from Adrian Chadd <adrian at freebsd.org> ---
* Can you try bwn on -HEAD and see if it works? I fixed a whole bunch of issues
and I'd like to move things ot use it.

* Is this okay:

Index: sys/dev/bwi/if_bwi.c
===================================================================
--- sys/dev/bwi/if_bwi.c        (revision 302306)
+++ sys/dev/bwi/if_bwi.c        (working copy)
@@ -1899,7 +1899,7 @@
                               lowaddr,                 /* lowaddr */
                               BUS_SPACE_MAXADDR,       /* highaddr */
                               NULL, NULL,              /* filter, filterarg */
-                              BUS_SPACE_MAXSIZE,       /* maxsize */
+                              65536,                   /* maxsize */
                               BUS_SPACE_UNRESTRICTED,  /* nsegments */
                               BUS_SPACE_MAXSIZE_32BIT, /* maxsegsize */
                               0,                       /* flags */

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-wireless mailing list