https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=210799
Adrian Chadd <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Adrian Chadd <[email protected]> --- * 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. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-wireless To unsubscribe, send any mail to "[email protected]"
