CVSROOT: /cvs
Module name: src
Changes by: [EMAIL PROTECTED] 2008/11/27 16:30:58
Modified files:
sys/dev/pci : azalia.c azalia.h azalia_codec.c
Log message:
widget initialization cleanup:
* configure widgets all in one place
* add a flag on the widget_t to let us know if the widget is not
connected; shaves a lot of connection checking code
* be sure not to add power widgets as connectable sources/sinks
* configure unconnected pins as output pins. should help some
MacBooks and be benign to other devices.
the last change has been tested by several as a separate diff. no
real functional changes otherwise.
from Alexey Suslikov. thanks!