On 16/05/07, Neale Ferguson <[EMAIL PROTECTED]> wrote:
It appears that the following code is the area when the problem is detected:dnp = &devnamesp[major]; : dip = dnp->dn_head; dnp->dn_head is NULL.
So, it looks like your device tree is simply not there. It's a long time since I looked at this area but I know it used to very vastly between sparc and x86 ports of Solaris: OBP used to build the basic device tree on sparc but on x86 I think this was done differently (and was probably re-done for ACPI). Perhaps try posting on driver-discuss to see if you get to one of the core DDI guys. Paul -- Paul Durrant http://www.linkedin.com/in/pdurrant _______________________________________________ opensolaris-code mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/opensolaris-code
