Hello demuel, * [EMAIL PROTECTED] <[EMAIL PROTECTED]> [24-02-07 12:17]: > > They changed the API of bus_setup_intr. Try something like this: > > > > err = bus_setup_intr(dev, sc->irq_res, INTR_TYPE_MISC | INTR_MPSAFE, > > - at91_ssc_intr, sc, &sc->intrhand); > > + NULL, at91_ssc_intr, sc, &sc->intrhand); > What should be the correct syntax then.
you should read the lines again :) Best regards, Matthias -- "Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the universe trying to produce bigger and better idiots. So far, the universe is winning." -- Rich Cook _______________________________________________ Asterisk-BSD mailing list [email protected] http://lists.digium.com/mailman/listinfo/asterisk-bsd

