Arend,

I got a little further. The error message was modified as below:

        /* scan for cores */
        if (socitype == SOCI_AI) {
                SI_MSG("Found chip type AI (0x%08x)\n", w);
                /* pass chipc address instead of original core base */
                ai_scan(&sii->pub, pbus);
        } else {
                /* Found chip of unknown type */
                pr_err("Found chip of type %d, chipid is 0x%x\n", socitype, w);
                return NULL;
        }

This one logs "brcmsmac: Found chip of type 4, chipid is 0x4bf80001". That is a very strange chip ID.

Larry



_______________________________________________
b43-dev mailing list
[email protected]
http://lists.infradead.org/mailman/listinfo/b43-dev

Reply via email to