>From the output, you're using bcm5703s chipset with fiber phy which was supported long before.
>From your previous email, the driver has already registered the interrupts handler. That's to say, the driver is loaded successfully. I suggest you run following command to check if it works: # backup the /etc/driver_aliases mv /etc/driver_aliases /etc/driver_aliases.bak # re-add the driver rem_drv bge add_drv -i '"pci14e4,16a7"' bge reboot -- -r Then you could check if the device exists: ls -l /dev/bge* Regards, Crisson On Tue, 2008-10-21 at 10:51 +0200, Pierguido wrote: > On 21-10-2008 9:19, Crisson Hu wrote: > > prtconf -vp | grep 14e4, > > [EMAIL PROTECTED]:~$ prtconf -vp | grep 14e4, > compatible: 'pci14e4,16a7.e11.cb.2' + > 'pci14e4,16a7.e11.cb' + 'pcie11,cb' + 'pci14e4,16a7.2' + 'pci14e4,16a7' > + 'pciclass,020000' + 'pciclass,0200' > > > Thanks > > Pier > _______________________________________________ > driver-discuss mailing list > [email protected] > http://mail.opensolaris.org/mailman/listinfo/driver-discuss -- ************************************* * Guang-Hao, Crisson Hu * * China ERI, Sun Microsystems, Inc. * * Tel: +86-10-62673095 * ************************************* _______________________________________________ driver-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/driver-discuss
