Port-sgimips archive

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

Re: 5.1 panics on a Challenge S



On Tue, 15 Feb 2011, George Harvey wrote:
The panel code seems to be getting a -1 irq level from the pi1ppc table
entry but I can't work out how that is happening.

Try changing pi1ppc_match to:

static int
pi1ppc_match(device_t parent, cfdata_t match, void *aux)
{
        struct hpc_attach_args *haa = aux;

        if (strcmp(ha->ha_name, match->cf_name))
                return 0;

        if (mach_type == MACH_SGI_IP22)
                return 1;

        return 0;
}



Home | Main Index | Thread Index | Old Index