Searched hist:70761 (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/dev/pccard/
H A Dpccard.cdiff 70761 Sun Jan 07 18:36:27 MST 2001 imp For bus_setup_intr, cookiep is a pointer to storage for the parent
bus to use. We need to set it here.

This fixes the problem where a probe routine establishes and
disestablishes the interrupt and then we get a panic in the probe
routine.

However, we pass the pointer to the interrupt hanlder count to the
parent bus, which writes its own cookie there, so there may be some
problems with that which isn't apparent at the moment.

Commit made from: laptop running NEWCARD with sn driver (which works,
but gets the wrong ethernet address).

Completed in 76 milliseconds