Re: Any way to get the NDISulator working on 11.0-RELEASE?

2017-04-27 Thread Kiernan Hager
Update: I just realized I forgot to say this:
When I tried to load the generated module in 11.0, it panicked with
IRQL_NOT_LESS_THAN_OR_EQUAL
If it would help, I could probably get a core dump file within a couple days

On Fri, Apr 7, 2017 at 12:02 AM, Adrian Chadd <adrian.ch...@gmail.com>
wrote:

> hi,
>
> do mention that on the list. i don't hav time to help with it :(
>
>
> -a
>
>
> On 6 April 2017 at 21:40, Kiernan Hager <kah.listaddr...@gmail.com> wrote:
> > Update: I just realized I forgot to say this:
> > When I tried to load the generated module in 11.0, it panicked with
> > IRQL_NOT_LESS_THAN_OR_EQUAL
> > If it would help, I could probably get a core dump file tomorrow
> >
> >
> > On Thursday, April 6, 2017, Adrian Chadd <adrian.ch...@gmail.com> wrote:
> >>
> >> hi,
> >>
> >> can someone else verify this keyboard-light control patch set is OK? I
> >> can merge it if needed.
> >>
> >>
> >>
> >> -adrian
> >>
> >>
> >> On 6 April 2017 at 11:17, John O. Brickley <obryan.brick...@gmail.com>
> >> wrote:
> >> >
> >> > Hi -
> >> >
> >> > I would be very interested in hearing how that goes!  The
> >> > BCM4331---along with some fan and keyboard-light control patches to
> asmc
> >> > which have yet to be integrated[1]---is the sole remaining bit of
> >> > inoperative hardware on 2012 Macbook Pros.
> >> >
> >> > - John
> >> >
> >> > [1]: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=217505
> >> >
> >> > Felix Friedlander writes:
> >> >
> >> >> I *was* using it for my BCM4331 prior to 11-BETA, when it
> mysteriously
> >> >> broke.
> >> >> If I can find some time this weekend I’ll have another go at getting
> it
> >> >> working.
> >> > ___
> >> > freebsd-wireless@freebsd.org mailing list
> >> > https://lists.freebsd.org/mailman/listinfo/freebsd-wireless
> >> > To unsubscribe, send any mail to
> >> > "freebsd-wireless-unsubscr...@freebsd.org"
> >> ___
> >> freebsd-wireless@freebsd.org mailing list
> >> https://lists.freebsd.org/mailman/listinfo/freebsd-wireless
> >> To unsubscribe, send any mail to
> >> "freebsd-wireless-unsubscr...@freebsd.org"
>
___
freebsd-wireless@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-wireless
To unsubscribe, send any mail to "freebsd-wireless-unsubscr...@freebsd.org"

What is this code I found in bwn?

2017-04-02 Thread Kiernan Hager
In gnu/dev/bwn/phy_n/if_bwn_phy_n_tables.c, i found this code lurking:

/* Auto increment broken + caching issue on BCM43224? */
if (siba_get_chipid(sc->sc_dev) == 43224 && 
siba_get_revid(sc->sc_dev) == 1) {
BWN_PHY_READ(mac, BWN_NPHY_TABLE_DATALO);
BWN_PHY_WRITE(mac, BWN_NPHY_TABLE_ADDR, offset + i);
}

Does this mean that there is some level of support for the BCM43224 in
the bwn driver? Or is it just something for identification?
___
freebsd-wireless@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-wireless
To unsubscribe, send any mail to "freebsd-wireless-unsubscr...@freebsd.org"


Any way to get the NDISulator working on 11.0-RELEASE?

2017-04-02 Thread Kiernan Hager
I am the not-so-proud owner of a BCM43224 wireless card, which is in my
MacBook and, I am told, not easily replaced due to it having an odd shape.
I am currently using 10.3. I tried to compile it myself from the github
repository, but it gave me an error (I can't remember what it was). Does
anyone know if there is a way to make NDISulator or the built-in version to
work on 11.0?
___
freebsd-wireless@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-wireless
To unsubscribe, send any mail to "freebsd-wireless-unsubscr...@freebsd.org"


Advice for writing wireless drivers?

2017-03-24 Thread Kiernan Hager
I was thinking of trying to port (some of) brcmsmac to FreeBSD in order to
support BCM43224, but I then realized that I don't know very much about
Linux wireless drivers. Does anyone know if there is a good resource
explaining the major differences between FreeBSD and Linux device drivers?
___
freebsd-wireless@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-wireless
To unsubscribe, send any mail to "freebsd-wireless-unsubscr...@freebsd.org"