CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2017/02/06 20:14:53
Modified files:
sys/dev/pci : mfii.c
Log message:
add the framework around asynchronous event notifications.
this submits MR_DCMD_CTRL_EVENT_WAIT commands via the async dcmd
path to read all events from boot onward, and eventually ends up
waiting after the boot messages are consumed.
right now none of the events are handled, but this can be added now
this framework is in place.
the board does generate human readable log messages for every event.
we can send them somewhere (dmesg or syslog for example), but for
now theyre masked by #if 0.