Thanks to two rather helpful guys on the list ( Casper and James ) the following commands worked
/usr/X11R6/bin/scanpci -v pci bus 0x0007 cardnum 0x00 function 0x00: vendor 0x11ab device 0x4351 Marvell Technology Group Ltd. 88E8036 PCI-E Fast Ethernet Controller CardVendor 0x104d card 0x81e6 (Sony Corporation, Card unknown) STATUS 0x4010 COMMAND 0x0007 CLASS 0x02 0x00 0x00 REVISION 0x15 BIST 0x00 HEADER 0x00 LATENCY 0x00 CACHE 0x10 BASE0 0x00000000d8000004 addr 0x00000000d8000000 MEM 64BIT BASE2 0x00003001 addr 0x00003000 I/O MAX_LAT 0x00 MIN_GNT 0x00 INT_PIN 0x01 INT_LINE 0x0a BYTE_0 0x00 BYTE_1 0x00 BYTE_2 0xb0 BYTE_3 0x40 This I assume was determine whether a) the pci device was being picked up and b) what its PCI device id was then I ran this command, to presumably update the driver alias to point to the correct device id? update_drv -i pci11ab,4351 skge I was then able to successfully plumb the interface Thanks to all again -- This message posted from opensolaris.org
