Lamb Liu 写道: > Brian, Thanks, > I read that email, and now need your help to hack the PCI-PCI bridge > See attachment for more information. > The output of 'prtconf -v', instead of 'scanpci -v' is needed. > BTW, I wonder if my Marvell NIC is also caused by this issue. I think so. > And do you > know how to solve this bug? If necessary , I can recompile the code. > Solaris initializes the pci devices according to the information provided by bios, so if bios doesn't initialize the pci devices correctly, such as the pcie-pci device in your laptop, then all the pci devices under those bridge can not work.
To solve this bug, solaris need initialize the whole pci device tree during boot. You can have a look at usr/src/uts/intel/io/pci/pci_boot.c and if you have enough knowledge on pci and pci-pci bridge, you can try to modify and recompile the code. --Brian > Lamb > > > > _______________________________________________ driver-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/driver-discuss
