OpenSolaris

Discussions Communities Projects Download Source Browser

Home » OpenSolaris Forums » OpenSolaris » help

Thread: Marvell Yukon Ethernet driver

Welcome, Guest Help
Login Login
Guest Settings Guest Settings
Reply to this Thread Reply to this Thread Search Forum Search Forum Back to Thread List Back to Thread List

Permlink Replies: 42 - Last Post: Dec 29, 2008 5:38 PM by: cypour
pippin

Posts: 5
From: Serbia

Registered: 2/18/07
Marvell Yukon Ethernet driver
Posted: Feb 18, 2007 2:36 AM
To: OpenSolaris » help
Cc: Communities » device drivers » discuss
  Click to reply to this thread Reply

Hello,
Having downloaded and installed 64bit version of OpenSolaris on a separate hard drive, I am very much pleased with the operating system as a whole.
The only difficulty being that the Gigabit ethernet chip on the motherboard (Gigabyte K8NS-939) has not been recognized.
I downloaded the driver "skgesol_x86v8.19.1.3.tar.Z" from www.marvell.com and installed it using pkgadd method.
I understand that the IP interfaces now need to be configured manually. As I don't have any experience with Solaris and its config files, I would be grateful if someone could provide something like a step-by-step solution for this procedure.
The same computer is running happily with Linux, "ifconfig -a" returns the info about eth0 interface to which the broadband modem is connected, so the question is how should all this be configured to work with OpenSolaris?
Thanks,
Nino

swalker

Posts: 1,154
From: US

Registered: 6/14/05
Re: Marvell Yukon Ethernet driver
Posted: Feb 18, 2007 4:30 AM   in response to: pippin
To: OpenSolaris » help
  Click to reply to this thread Reply

Are you sure it needs to be configured manually?

Most users have their broadband connections configured by dhcp.

If you're lucky enough to be one of those people, then this should do the trick:

As root:
ifconfig skge0 down
ifconfig skge0 dhcp

ifconfig -a

======

You should now see your IP address assigned, etc.

If so, then this will make the change permanent:

touch /etc/dhcp.skge0

init 6

(to reboot and test)

======

-Shawn

pippin

Posts: 5
From: Serbia

Registered: 2/18/07
Re: Marvell Yukon Ethernet driver
Posted: Feb 19, 2007 12:35 PM   in response to: swalker
To: OpenSolaris » help
  Click to reply to this thread Reply

Hi, Well, I gave the wrong link for the 32-bit driver in my previous post. The driver in question is "skgesol_x64v8.19.1.3.tar.Z" from http://www.syskonnect.de.
I was wrong in assuming that the driver installed properly, I repeated the procedure and ended up with the message (at one point it prompts the user to setup IP interface manually) "driver added to the system but not attached". Help still needed.

# pkgadd -d . SKGEsolx

Processing package instance <SKGEsolx> from </rmdisk/k

SysKonnect Gigabit Ethernet Adapter families 64 bit driver(i386) 8.12.1.3
SysKonnect GmbH

----------------------
IP configuration
----------------------

Do you want to configure the IP interfaces now (y/n)? n
Using as the package base directory.
## Processing package information.
## Processing system information.
10 package pathnames are already properly installed.
## Verifying disk space requirements.
## Checking for conflicts with packages already installed.
## Checking for setuid/setgid programsUntitled 1.

This package contains scripts which will be executed with super-user
permission during the process of installing this package.

Do you want to continue with the installation of <SKGEsolx> [y,n,?] y

Installing SysKonnect Gigabit Ethernet Adapter families 64 bit driver as <SKGEsolx>

## Executing preinstall script.
## Installing part 1 of 1.
/etc/rcS.d/S50skge
/kernel/drv/amd64/skge
/kernel/drv/skge.conf
/usr/sbin/skge_vlan_config
/usr/share/man/man7d/skge.7d
[ verifying class <none> ]
[ verifying class <master> ]
## Executing postinstall script.
add_drv skge
devfsadm: driver failed to attach: skge
Warning: Driver (skge) successfully added to system but failed to attach
SKGEsolx driver load failed!
pkgadd: ERROR: postinstall script did not complete successfully

Installation of <SKGEsolx> partially failed.

swalker

Posts: 1,154
From: US

Registered: 6/14/05
Re: Marvell Yukon Ethernet driver
Posted: Feb 19, 2007 11:48 PM   in response to: pippin
To: OpenSolaris » help
  Click to reply to this thread Reply

This message means that you should specify your device ID when
attaching the driver. Marvell device ID is something like "pci11ab,xxxx" (xxxx depends on your system). Find out device ID with prtconf and attach it.

# add_drv -i '"pci11ab,xxxx"' skge

Alternatively, someone else posted about this here:
http://72.14.253.104/search?q=cache:-IJrkHSev0EJ:good-for-nothing.org/page.php%3F17+skgesol+add_drv&hl=en&ct=clnk&cd=3&gl=au

"4. Installing the Ethernet driver: This machine uses the a Marvell Yukon card:

bash-3.00# /usr/X11/bin/scanpci
...
pci bus 0x0001 cardnum 0x00 function 0x00: vendor 0x11ab device 0x4362
Marvell Technology Group Ltd. 88E8053 PCI-E Gigabit Ethernet Controller
...


Install the driver from here. You have to remove the SK98sol package before you install the new SKGEsol package. After that, you need to attach the driver to the device:

update_drv -a -i '"pci11ab,5321"' skge


The interface name is skge, so:

bash-3.00# ifconfig skge0 plumb
bash-3.00# ifconfig -a
lo0: flags=2001000849 mtu 8232 index 1
inet 127.0.0.1 netmask ff000000
skge0: flags=1004843 mtu 1500 index 2
inet 0.0.0.0 netmask ffffff00 broadcast 255.255.255.255


You can now configure it for DHCP or use the, rather nifty, inetmenu utility."

pippin

Posts: 5
From: Serbia

Registered: 2/18/07
Re: Marvell Yukon Ethernet driver
Posted: Feb 23, 2007 1:48 PM   in response to: swalker
To: OpenSolaris » help
  Click to reply to this thread Reply

Hi Shawn,
Firstly, thank you very much for your time spent on this problem here.
Unfortunately, it didnt work for me, and I am (almost) giving up.
I followed the procedure, did not encounter any error message along the way, yet Solaris failed to wake up the ethernet controller.

I also tried the method described in another thread, but that failed too.
http://mail.opensolaris.org/pipermail/driver-discuss/2006-June/001944.html

After this part

# update_drv -a -i '"pci11ab,4320"' skge
# ifconfig skge0 plumb
# ifconfig -a
lo0: flags=2001000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL> mtu 8232 index 1
inet 127.0.0.1 netmask ff000000
skge0: flags=1000842<BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 2
inet 0.0.0.0 netmask 0
ether 0:14:85:85:22:27

This was followed by
# ifconfig skge0 down
# ifconfig skge0 dhcp

but with no result as the internet connection could not be established again :-(

swalker

Posts: 1,154
From: US

Registered: 6/14/05
Re: Marvell Yukon Ethernet driver
Posted: Feb 23, 2007 7:32 PM   in response to: pippin
To: OpenSolaris » help
  Click to reply to this thread Reply

> Hi Shawn,
> Firstly, thank you very much for your time spent on
> this problem here.
> Unfortunately, it didnt work for me, and I am
> (almost) giving up.
> I followed the procedure, did not encounter any error
> message along the way, yet Solaris failed to wake up
> the ethernet controller.
>
> I also tried the method described in another thread,
> but that failed too.
> http://mail.opensolaris.org/pipermail/driver-discuss/2
> 006-June/001944.html
>
> After this part
>
> # update_drv -a -i '"pci11ab,4320"' skge
> # ifconfig skge0 plumb
> # ifconfig -a
> lo0:
> flags=2001000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VI
> RTUAL> mtu 8232 index 1
> inet 127.0.0.1 netmask ff000000
> lags=1000842<BROADCAST,RUNNING,MULTICAST,IPv4> mtu
> 1500 index 2
> inet 0.0.0.0 netmask 0
> ether 0:14:85:85:22:27
>
> This was followed by
> # ifconfig skge0 down
> # ifconfig skge0 dhcp
>
> but with no result as the internet connection could
> not be established again :-(

Doing ifconfig skge0 dhcp does not automatically make dns magically work. Did you try pinging an *ip* address instead of a domain name after you did the "ifconfig skge0 dhcp"

If you created those files I mentioned earlier, and now reboot your system, you should be able to login and do something like "ping www.google.com" and get a response about it being "alive."

The above indicates to me that you indeed now have a working ethernet configuration.

What is the output of "ifconfig -a" after you do a "ifconfig skge0 dhcp"?

As I mentioned before, I have the exact same Ethernet adapter in my system and it works perfectly under Solaris 10 using the driver you are using.

-Shawn

pippin

Posts: 5
From: Serbia

Registered: 2/18/07
Re: Marvell Yukon Ethernet driver
Posted: Feb 28, 2007 3:43 PM   in response to: swalker
To: OpenSolaris » help
  Click to reply to this thread Reply

This is what happens:
# ifconfig skge0 down
# ifconfig skge0 dhcp
# ifconfig -a
lo0: flags=2001000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL> mtu 8232 index 1
inet 127.0.0.1 netmask ff000000
skge0: flags=1004843<UP,BROADCAST,RUNNING,MULTICAST,DHCP,IPv4> mtu 1500 index 2
inet xxx.xxx.xxx.216 netmask fffffc00 broadcast xxx.xxx.xxx.255
ether 0:14:85:85:22:27

and although ip address above (inet, broadcast) is properly assigned, neither ping nor the browser can access anything on the internet.
After:
# touch /etc/dhcp.skge0

and after rebooting with init 6,
skge is not active again:

# ifconfig -a
lo0: flags=2001000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL> mtu 8232 index 1
inet 127.0.0.1 netmask ff000000

swalker

Posts: 1,154
From: US

Registered: 6/14/05
Re: [osol-help] Re: Marvell Yukon Ethernet driver
Posted: Mar 2, 2007 6:08 PM   in response to: pippin

  Click to reply to this thread Reply

On 01/03/07, Nino <npeshic at yahoo dot com> wrote:
> This is what happens:
> # ifconfig skge0 down
> # ifconfig skge0 dhcp
> # ifconfig -a
> lo0: flags=2001000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL> mtu 8232 index 1
> inet 127.0.0.1 netmask ff000000
> skge0: flags=1004843<UP,BROADCAST,RUNNING,MULTICAST,DHCP,IPv4> mtu 1500 index 2
> inet xxx.xxx.xxx.216 netmask fffffc00 broadcast xxx.xxx.xxx.255
> ether 0:14:85:85:22:27
>
> and although ip address above (inet, broadcast) is properly assigned, neither ping nor the browser can access anything on the internet.
> After:
> # touch /etc/dhcp.skge0
>
> and after rebooting with init 6,
> skge is not active again:
>
> # ifconfig -a
> lo0: flags=2001000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL> mtu 8232 index 1
> inet 127.0.0.1 netmask ff000000

I'm not certain what the issue is here. You may want to try a
sys-unconfig and then have another go at it. I don't have access to my
workstation right now, so I can't tell you exactly what I did or what
configuration I have that got this working for me.

--
"Less is only more where more is no good." --Frank Lloyd Wright

Shawn Walker, Software and Systems Analyst
binarycrusader at gmail dot com - http://binarycrusader.blogspot.com/
_______________________________________________
opensolaris-help mailing list
opensolaris-help at opensolaris dot org



pgomez1

Posts: 69
From: Venezuela

Registered: 7/15/05
Re: [osol-help] Re: Marvell Yukon Ethernet driver
Posted: Mar 27, 2007 7:13 AM   in response to: swalker
To: OpenSolaris » help
Cc: Communities » laptop » discuss
  Click to reply to this thread Reply

Hi Guys...

Did you ever get this problem solved?. I have the same yukon adpater on a VAIO VGN-N145FP and I have installed the driver.
I see the adapter skge0,
I am able to assign it an ip address manually, but it won't ping anything... (ifconfig skge0 xxx.xxx.xxx.xxx netmask 255.255.255.0 up). If I run a snoop in another window, there is nothing going on except from the ping request.

If I try ifconfig skge0 dhcp start , it will stall and never get an actual address.

It is quite frustrating...

I installed solaris express developer edition

TIA

archriva

Posts: 10
From:

Registered: 2/26/07
Re: Marvell Yukon Ethernet driver
Posted: Mar 5, 2007 2:47 AM   in response to: pippin
To: OpenSolaris » help
  Click to reply to this thread Reply

Hello guys, im having a similar problem with my Marvell Yukon 88E8038 PCI-E, after installing the driver. i did a "/usr/X11/bin/scanpci" and got

"pci bus 0x0002 cardnum 0x00 function 0x00: vendor 0x11ab device 0x4352 Marvell Technology Group Ltd. 88E8038 PCI-E Fast Ethernet Controller"

so i tried attaching the drive to the device and got errors. Any help will be greatly appreciated please thanks.

"update_drv -a -i '"pci11ab,4352"' skge
devfsadm: driver failed to attach: skge
Warning: Driver (skge) successfully added to system but failed to attach"

archriva

Posts: 10
From:

Registered: 2/26/07
Re: Marvell Yukon Ethernet driver
Posted: Mar 5, 2007 11:31 AM   in response to: archriva
To: OpenSolaris » help
  Click to reply to this thread Reply

oh and this is what i got from prtconf, should i use "pciex11ab,4352" or "pci11ab,4352"

value='pciex11ab,4352.1025.110.14' + 'pciex11ab,4352.1025.110' + 'pciex11ab,4352.14' + 'pciex11ab,4352' + 'pciexclass,020000' + 'pciexclass,0200' + 'pci11ab,4352.1025.110.14' + 'pci11ab,4352.1025.110' + 'pci1025,110' + 'pci11ab,4352.14' + 'pci11ab,4352' + 'pciclass,020000' + 'pciclass,0200'

dbaxps

Posts: 900
From:

Registered: 3/9/07
Re: Marvell Yukon Ethernet driver
Posted: Apr 18, 2007 2:47 AM   in response to: archriva
To: OpenSolaris » help
  Click to reply to this thread Reply

1.Modify script ./SKGEsolx/installation/postinstallation :-
Edit add_drv parameters list and put yours "pci11ab,4363" on the list.
2.pkgadd -d . SKGEsolx will exit and report
that original size of postinstallation is XXXXX and differs from actual YYYYY.
3.Edit ./SKGEsolx/pkgmap and put in postinstallation line instead of XXXXX
YYYYY.
4.Run again:-
pkgadd -d . SKGEsolx
5.Success:- skge0 was plumbed and brought up.
You are prompted for "shutdown -y -g0 -i6".
However, regardless entry into /etc/path_to_inst for ' "0" skge' is in place
corresponding character special oriented device has not been created by
"pkgadd -d . SKGEsolx " as well as symlink /dev/skge0 to this device.
After reboot skge0 will be reported as up and running.
Actually, interface skge0 will be unavailable from local network.

dbaxps

Posts: 900
From:

Registered: 3/9/07
Re: Marvell Yukon Ethernet driver
Posted: Apr 18, 2007 2:51 AM   in response to: archriva
To: OpenSolaris » help
  Click to reply to this thread Reply

After next fresh Solaris installation I've tried to
reproduce procedure suggested by Dmitry Vayntrub,
view:-

http://www.sun.com/bigadmin/hcl/data/systems/details/1742.html

Note that procedure suggested for Intel SE7520BD2 board
Tested negative on ASUS P5B Deluxe.
1. # prtconf -pv to find out:-
vendor-id: 11ab
device-id: 4364
for successfull run "update_drv"
2. # pkgadd -d . SKGEsolx
After failure of postinstallation script,wich
doesn't contain valid PCI parameters in add_drv
parameters list
what causes failure to attach driver to system,
proceed:-
# update_drv -a -i '"pci11ab,4364"' skge
# reboot -- -r
Box went smoothly through "reconfiguration reboot".
"Transitional reboot" option from GRUB Menu was selected.
During reboot interface skge0 was plumbed and brought up.
System came up clean.But character special oriented device
1. /devices/pci.../.../../...:skge0 has not been created
2. Symlink /dev/skge0 to this device has not been created.
Regardless "igconfig -a" looked fine. Box was unreachable from local network.
File /etc/path_to_inst contained exactly one entry of string ' "0" skge '
I believe, that OS is supposed to create device and and symlink /dev/skge0
to this device based on entry into /etc/path_to_inst .
My question:-
Is there any way to create mannualy a proper
character special oriented device based on entry into /etc/path_to_inst
for skge0 ?
I guess major and minor number should be known and probably
some other configuration files might be involved

pgomez1

Posts: 69
From: Venezuela

Registered: 7/15/05
Re: Marvell Yukon Ethernet driver
Posted: Apr 18, 2007 6:13 AM   in response to: dbaxps
To: OpenSolaris » help
  Click to reply to this thread Reply

Hi.

I ran into a similar problem with this driver. It fails to attached as you discovered because it has information missing at the end in the update_drv comand. Here is what I did :

http://www.opensolaris.org/jive/thread.jspa?threadID=27300&tstart=0

Am working on a Vaio rigth now with the same ethernet card and driver (32 bit though)

Pedro

archriva

Posts: 10
From:

Registered: 2/26/07
Re: Marvell Yukon Ethernet driver
Posted: Apr 30, 2007 11:30 AM   in response to: pgomez1
To: OpenSolaris » help
  Click to reply to this thread Reply

hi all

appreciated the help.. i tried manually adding and editing the installation script with the pci id.. none worked at all.. driver just refuses to attach.. and its very frustrating for me :(

archriva

Posts: 10
From:

Registered: 2/26/07
Re: Marvell Yukon Ethernet driver
Posted: May 2, 2007 1:55 AM   in response to: archriva
To: OpenSolaris » help
  Click to reply to this thread Reply

# update_drv -a -i ' "pciex11ab,4352" ' skge
devfsadm: May 2 16:42:47 notebook-intel skge:
May 2 16:42:47 notebook-intel skge: SysKonnect Gigabit Ethernet Adapter familie
s v8.19.1.3 Tue Nov 14 10:32:06 GMT 2006
May 2 16:42:47 notebook-intel skge: ERROR: skge0: SkGeHwInit: SkGeInit(SK_INIT_
IO) failed!
May 2 16:42:47 notebook-intel skge: ERROR: skge0: SkGeAttach failed!
driver failed to attach: skge
Warning: Driver (skge) successfully added to system but failed to attach


this is what i got after i added the entry =(

stridern

Posts: 1
From:

Registered: 5/9/07
Re: Marvell Yukon Ethernet driver
Posted: May 9, 2007 4:58 PM   in response to: archriva
To: OpenSolaris » help
  Click to reply to this thread Reply

I also have a Marvell Yukon 88E8038 PCI-E controller and I made it work by following dbaxps' (my thanks to him or her) instructions, except that instead of adding "pci11ab,4363" to the postinstallation script file, I added "pci11ab,4352" (note that you have to add it in two different places).

Also, after the installation is completed, the script will fail to bring up the interface. You MUST restart the OS and then bring up the interface in order to make it work.

Oh, BTW, I'm using an early release version of Solaris 11.

Message was edited by:
stridern

archriva

Posts: 10
From:

Registered: 2/26/07
Re: Marvell Yukon Ethernet driver
Posted: May 10, 2007 2:09 PM   in response to: stridern
To: OpenSolaris » help
  Click to reply to this thread Reply

can u please be kind and guide me step by step on how u got urs working.
which are the 2 different places to add the pci11ab,4352?

im using solaris express b63

bcirvin

Posts: 414
From: US

Registered: 5/12/06
Re: [osol-help] Re: Marvell Yukon Ethernet driver
Posted: May 10, 2007 7:30 PM   in response to: archriva

  Click to reply to this thread Reply

possibly /etc/driver_aliases and /boot/solaris/devicedb/master

?

other list members please correct me if i'm wrong

On 5/10/07, Desmond Lee <archrival9 at gmail dot com> wrote:
can u please be kind and guide me step by step on how u got urs working.
which are the 2 different places to add the pci11ab,4352?

im using solaris express b63


This message posted from opensolaris.org
__________________________ _____________________
opensolaris-help mailing list
opensolaris-help at opensolaris dot org



--

blake/
_______________________________________________ opensolaris-help mailing list opensolaris-help at opensolaris dot org

pgomez1

Posts: 69
From: Venezuela

Registered: 7/15/05
Re: Marvell Yukon Ethernet driver
Posted: May 10, 2007 7:42 PM   in response to: archriva
To: OpenSolaris » help
  Click to reply to this thread Reply

Hi..

I went through the experience.. I posted here.

http://www.opensolaris.org/jive/thread.jspa?threadID=27300&tstart=0

Let me know if it helps..(i suffered but is working now).. ah. in B64 wifi drivers are also coming along.

Pedro

archriva

Posts: 10
From:

Registered: 2/26/07
Re: Marvell Yukon Ethernet driver
Posted: May 12, 2007 7:00 PM   in response to: pgomez1
To: OpenSolaris » help
  Click to reply to this thread Reply

for some reasons.. mine just refused to attach driver to device...i tried "pciex11ab,4352" & "pci11ab,4352" seperately.. and this is really getting me upset....

jfndi

Posts: 175
From: BE

Registered: 6/22/05
Re: Marvell Yukon Ethernet driver
Posted: May 12, 2007 11:09 PM   in response to: archriva
To: OpenSolaris » help
  Click to reply to this thread Reply

Hi,

Have you tried the myk driver from http://homepage2.nifty.com/mrym3/taiyodo/eng/? I installed it for my Marvell Yukon 88E8056 card. I just had to run update_drv to add the device number (4364). Yours is already present in the default supported device list.

The most impressive results I had when using skge driver were (kernel) panics.

Regards,

J-F

archriva

Posts: 10
From:

Registered: 2/26/07
Re: Marvell Yukon Ethernet driver
Posted: May 13, 2007 5:32 PM   in response to: jfndi
To: OpenSolaris » help
  Click to reply to this thread Reply

hi, thanks for the help. but it didnt work for me.. and i did saw my card in the default supported device list "pciex11ab,4352". it just simply refuses to attach..

im out of ideas... so..im going to get acer to change my notebook`s mainboard.. hopefully they will do it for me and it will work after getting a replacement.

pgomez1

Posts: 69
From: Venezuela

Registered: 7/15/05
Re: Marvell Yukon Ethernet driver
Posted: May 14, 2007 8:16 AM   in response to: archriva
To: OpenSolaris » help
  Click to reply to this thread Reply

Hi,

Could you post your config (prtpicl -v) and the problems you are getting here.? Is harder to help without knowing your config and exact errors.

Pedro

archriva

Posts: 10
From:

Registered: 2/26/07
Re: Marvell Yukon Ethernet driver
Posted: May 14, 2007 3:45 PM   in response to: pgomez1
To: OpenSolaris » help
  Click to reply to this thread Reply

below is my prtpicl -v hopefully it helps. my problem is i couldnt get the driver to attach to the device.

thanks

/ (picl, 6d00000001)
:PICLVersion 1.100000
:_class picl
:name /
platform (upa, 6d00000005)
:PlatformGroup i86pc
:OS-Version snv_63
:OS-Release 5.11
:HostName notebook-intel
:OS-Name SunOS
:stdout 0
:bios-boot-device 80
:console text
:keyboard-layout US-English
:bootpath /pci@0,0/pci-ide@1f,2/ide@0/cmdk@0,0:a
:prealloc-chunk-size 0x2000
:lba-access-ok 1
:ttya-mode 9600,8,n,1,-
:ttyb-mode 9600,8,n,1,-
:ttya-ignore-cd true
:ttya-rts-dtr-off false
:ttyb-ignore-cd true
:ttyb-rts-dtr-off false
:atapi-cd-dma-enabled 1
:ata-dma-enabled 1
:boot-ncpus 2
:impl-arch-name i86pc
:mfg-name i86pc
:boot-args 00
:whoami /platform/i86pc/kernel/amd64/unix
:boot-file /platform/i86pc/kernel/amd64/unix
:ramdisk_end 00 48 f2 02 00 00 00 00
:ramdisk_start 00 d0 d5 00 00 00 00 00
:biosdev-0x80
01 eb 48 90 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 03 02 ff 01 00 80 22 63 a9 03 00 08 fa 80 ca 00 ea
53 7c 00 00 31 c0 8e d8 8e d0 bc 00 20 fb a0 40 7c 3c ff 74
02 88 c2 52 be 79 7d e8 34 01 f6 c2 80 74 54 b4 41 bb aa 55
cd 13 5a 52 72 49 81 fb 55 aa 75 43 a0 41 7c 84 c0 75 05 83
e1 01 74 37 66 8b 4c 10 be 05 7c c6 44 ff 01 66 8b 1e 44 7c
c7 04 10 00 c7 44 02 01 00 66 89 5c 08 c7 44 06 00 70 66 31
c0 89 44 04 66 89 44 0c b4 42 cd 13 72 05 bb 00 70 eb 7d b4
08 cd 13 73 0a f6 c2 80 0f 84 f0 00 e9 8d 00 be 05 7c c6 44
ff 00 66 31 c0 88 f0 40 66 89 44 04 31 d2 88 ca c1 e2 02 88
e8 88 f4 40 89 44 08 31 c0 88 d0 c0 e8 02 66 89 04 66 a1 44
7c 66 31 d2 66 f7 34 88 54 0a 66 31 d2 66 f7 74 04 88 54 0b
89 44 0c 3b 44 08 7d 3c 8a 54 0d c0 e2 06 8a 4c 0a fe c1 08
d1 8a 6c 0c 5a 8a 74 0b bb 00 70 8e c3 31 db b8 01 02 cd 13
72 2a 8c c3 8e 06 48 7c 60 1e b9 00 01 8e db 31 f6 31 ff fc
f3 a5 1f 61 ff 26 42 7c be 7f 7d e8 40 00 eb 0e be 84 7d e8
38 00 eb 06 be 8e 7d e8 30 00 be 93 7d e8 2a 00 eb fe 47 52
55 42 20 00 47 65 6f 6d 00 48 61 72 64 20 44 69 73 6b 00 52
65 61 64 00 20 45 72 72 6f 72 00 bb 01 00 b4 0e cd 10 ac 3c
00 75 f4 c3 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 6b cc 0a 00 00 00 80 01 01 00 07 fe ff ff 3f 00 00 00 b1
62 a9 03 00 fe ff ff bf fe ff ff f0 62 a9 03 b5 98 af 02 00
fe ff ff 05 fe ff ff a5 fb 58 06 1c 3c a0 07 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 55 aa 01 4a 00 01 00 ff 3f
00 00 10 00 00 00 3f 00 00 00 b0 4b f9 0d 00 00 00 00 00 02
c6 00 40 00 dd be 2c 00 00 00 50 43 49 20 41 54 41 20 20 20
20 20 00 1f 02 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 a5
:PAGESIZE 0x1000
:MMU_PAGESIZE 0x1000
:MMU_PAGEOFFSET 0xfff
:relative-addressing 0x1
:acpi-status 0x13
:fm-ereport-capable
:fm-errcb-capable
:fm-dmachk-capable
:fm-accchk-capable
:devfs-path /
:driver-name rootnex
:binding-name i86pc
:bus-addr
:instance -1
:PlatformName i86pc
:_class upa
:name platform
scsi_vhci (devctl, 6d00000032)
:auto-failback enable
:load-balance round-robin
:class root
:scsi-reset-delay 0xbb8
:scsi-tag-age-limit 0x2
:scsi-watchdog-tick 0xa
:scsi-options 0x107ff8
:scsi-selection-timeout 0xfa
:initiator-interconnect-type SPI
:pm-want-child-notification?
:devfs-path /scsi_vhci
:driver-name scsi_vhci
:binding-name scsi_vhci
:bus-addr
:instance 0
:_class devctl
:name scsi_vhci
isa (isa, 6d00000050)
:device_type isa
:bus-type isa
:devfs-path /isa
:driver-name isa
:binding-name isa
:bus-addr
:instance 0
:_class isa
:name isa
i8042 (obp-device, 6d0000005a)
:UnitAddress 1,60
:reg
01 00 00 00 60 00 00 00 01 00 00 00 01 00 00 00 64 00 00 00
01 00 00 00
:interrupts 01 00 00 00 0c 00 00 00
:unit-address 1,60
:devfs-path /isa/i8042@1,60
:driver-name i8042
:binding-name i8042
:bus-addr 1,60
:instance 0
:_class obp-device
:name i8042
keyboard (obp-device, 6d00000065)
:compatible pnpPNP,303
:model IBM Enhanced (101/102-key, PS/2 mouse support)
:acpi-namespace \_SB_.PCI0.LPCB.PS2K
:reg 0
:interrupts 01 00 00 00 0c 00 00 00
:device-type keyboard
:ddi-no-autodetach 0x1
:devfs-path /isa/i8042@1,60/keyboard@0
:driver-name kb8042
:binding-name pnpPNP,303
:bus-addr 0
:instance 0
:_class obp-device
:name keyboard
mouse (obp-device, 6d00000074)
:compatible pnpPNP,f03
:model PS/2 Port for PS/2-style Mice
:acpi-namespace \_SB_.PCI0.LPCB.PS2M
:interrupts 0xc
:reg 0x1
:device-type mouse
:ddi-no-autodetach 0x1
:devfs-path /isa/i8042@1,60/mouse@1
:driver-name mouse8042
:binding-name pnpPNP,f03
:bus-addr 1
:instance 0
:_class obp-device
:name mouse
pci (pciex, 6d00000083)
:UnitAddress 0,0
:#address-cells 0x3
:#size-cells 0x2
:reg 00 00 00 00 00 00 00 00 00 00 00 00
:compatible pciex_root_complex
:bus-range 00 00 00 00 ff 00 00 00
:available
00 00 00 81 00 00 00 00 22 00 00 00 00 00 00 00 02 00 00 00
00 00 00 81 00 00 00 00 26 00 00 00 00 00 00 00 02 00 00 00
00 00 00 81 00 00 00 00 2a 00 00 00 00 00 00 00 02 00 00 00
00 00 00 81 00 00 00 00 32 00 00 00 00 00 00 00 02 00 00 00
00 00 00 81 00 00 00 00 36 00 00 00 00 00 00 00 02 00 00 00
00 00 00 81 00 00 00 00 3a 00 00 00 00 00 00 00 02 00 00 00
00 00 00 81 00 00 00 00 3e 00 00 00 00 00 00 00 02 00 00 00
00 00 00 81 00 00 00 00 44 00 00 00 00 00 00 00 0c 00 00 00
00 00 00 81 00 00 00 00 54 00 00 00 00 00 00 00 0c 00 00 00
00 00 00 81 00 00 00 00 78 00 00 00 00 00 00 00 08 00 00 00
00 00 00 81 00 00 00 00 a2 00 00 00 00 00 00 00 02 00 00 00
00 00 00 81 00 00 00 00 a6 00 00 00 00 00 00 00 02 00 00 00
00 00 00 81 00 00 00 00 aa 00 00 00 00 00 00 00 02 00 00 00
00 00 00 81 00 00 00 00 ae 00 00 00 00 00 00 00 02 00 00 00
00 00 00 81 00 00 00 00 b6 00 00 00 00 00 00 00 02 00 00 00
00 00 00 81 00 00 00 00 ba 00 00 00 00 00 00 00 02 00 00 00
00 00 00 81 00 00 00 00 be 00 00 00 00 00 00 00 02 00 00 00
00 00 00 81 00 00 00 00 e0 00 00 00 00 00 00 00 10 00 00 00
00 00 00 81 00 00 00 00 f1 00 00 00 00 00 00 00 7f 00 00 00
00 00 00 81 00 00 00 00 78 01 00 00 00 00 00 00 78 00 00 00
00 00 00 81 00 00 00 00 f8 01 00 00 00 00 00 00 7e 01 00 00
00 00 00 81 00 00 00 00 77 03 00 00 00 00 00 00 7f 00 00 00
00 00 00 81 00 00 00 00 f7 03 00 00 00 00 00 00 d9 00 00 00
00 00 00 81 00 00 00 00 d2 04 00 00 00 00 00 00 2e 03 00 00
00 00 00 81 00 00 00 00 10 08 00 00 00 00 00 00 e8 04 00 00
00 00 00 81 00 00 00 00 00 0d 00 00 00 00 00 00 00 03 00 00
00 00 00 81 00 00 00 00 80 10 00 00 00 00 00 00 00 01 00 00
00 00 00 81 00 00 00 00 c0 11 00 00 00 00 00 00 40 04 00 00
00 00 00 81 00 00 00 00 70 16 00 00 00 00 00 00 90 01 00 00
00 00 00 81 00 00 00 00 80 18 00 00 00 00 00 00 30 00 00 00
00 00 00 81 00 00 00 00 e0 18 00 00 00 00 00 00 20 07 00 00
00 00 00 81 00 00 00 00 00 30 00 00 00 00 00 00 00 ce 00 00
00 00 00 81 00 00 00 00 01 fe 00 00 00 00 00 00 0f 00 00 00
00 00 00 81 00 00 00 00 12 fe 00 00 00 00 00 00 ee 01 00 00
00 00 00 82 00 00 00 00 00 00 00 80 00 00 00 00 00 00 f0 2f
00 00 00 82 00 00 00 00 00 00 10 b0 00 00 00 00 00 00 f0 0f
00 00 00 82 00 00 00 00 00 00 30 d2 00 00 00 00 00 00 20 00
00 00 00 82 00 00 00 00 00 44 50 d2 00 00 00 00 00 bc af 0d
00 00 00 82 00 00 00 00 00 00 00 f0 00 00 00 00 00 40 d1 0e
00 00 00 82 00 00 00 00 00 a0 d1 fe 00 00 00 00 00 20 00 00
00 00 00 82 00 00 00 00 00 00 d9 fe 00 00 00 00 00 00 07 00
00 00 00 82 00 00 00 00 00 10 e0 fe 00 00 00 00 00 f0 1f 01
:device_type pciex
:fm-ereport-capable
:fm-errcb-capable
:fm-dmachk-capable
:fm-accchk-capable
:devfs-path /pci@0,0
:driver-name npe
:binding-name pciex_root_complex
:bus-addr 0,0
:instance 0
:_class pciex
:name pci
pci1025,110 (obp-device, 6d00000096)
:DeviceID 0
:UnitAddress 0
:device-id 0x27a0
:vendor-id 0x8086
:revision-id 0x3
:class-code 0x60000
:unit-address 0
:subsystem-id 0x110
:subsystem-vendor-id 0x1025
:min-grant 0
:max-latency 0
:devsel-speed 0
:fast-back-to-back
:power-consumption 01 00 00 00 01 00 00 00
:model Host bridge
:compatible (6d0000009eTBL)
| pci8086,27a0.1025.110.3 |
| pci8086,27a0.1025.110 |
| pci1025,110 |
| pci8086,27a0.3 |
| pci8086,27a0 |
| pciclass,060000 |
| pciclass,0600 |
:reg
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
:devfs-path /pci@0,0/pci1025,110
:binding-name pci1025,110
:instance -1
:_class obp-device
:name pci1025,110
pci8086,27a1 (pciex, 6d000000b3)
:DeviceID 0x1
:UnitAddress 0
:pci-msi-capid-pointer 0x90
:pcie-slotcap-reg 0x82580
:pcie-capid-reg 0x141
:pcie-capid-pointer 0xa0
:device-id 0x27a1
:vendor-id 0x8086
:revision-id 0x3
:class-code 0x60400
:unit-address 1
:interrupts 0x1
:devsel-speed 0
:physical-slot# 0x1
:power-consumption 01 00 00 00 01 00 00 00
:#address-cells 0x3
:#size-cells 0x2
:bus-range 01 00 00 00 01 00 00 00
:ranges
00 00 00 82 00 00 00 00 00 00 00 d0 00 00 00 82 00 00 00 00
00 00 00 d0 00 00 00 00 00 00 00 02 00 00 00 c2 00 00 00 00
00 00 00 c0 00 00 00 c2 00 00 00 00 00 00 00 c0 00 00 00 00
00 00 00 10
:model PCI-PCI bridge
:compatible (6d000000c4TBL)
| pciex8086,27a1.3 |
| pciex8086,27a1 |
| pciexclass,060400 |
| pciexclass,0604 |
| pci8086,27a1.3 |
| pci8086,27a1 |
| pciclass,060400 |
| pciclass,0604 |
:reg
00 08 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
:interrupt-priorities 0x1
:ddi-forceattach 0x1
:fm-ereport-capable
:fm-errcb-capable
:fm-dmachk-capable
:fm-accchk-capable
:device_type pciex
:devfs-path /pci@0,0/pci8086,27a1@1
:driver-name pcie_pci
:binding-name pciexclass,060400
:bus-addr 1
:instance 0
:_class pciex
:name pci8086,27a1
display (display, 6d000000df)
:DeviceID 0
:UnitAddress 1
:pci-msi-capid-pointer 0x68
:pcie-capid-reg 0x1
:pcie-capid-pointer 0x78
:device-id 0x1d7
:vendor-id 0x10de
:revision-id 0xa1
:class-code 0x30000
:unit-address 0
:device_type display
:subsystem-id 0x110
:subsystem-vendor-id 0x1025
:interrupts 0x1
:devsel-speed 0
:power-consumption 01 00 00 00 01 00 00 00
:model VGA compatible controller
:compatible (6d000000f4TBL)
| pciex10de,1d7.1025.110.a1 |
| pciex10de,1d7.1025.110 |
| pciex10de,1d7.a1 |
| pciex10de,1d7 |
| pciexclass,030000 |
| pciexclass,0300 |
| pci10de,1d7.1025.110.a1 |
| pci10de,1d7.1025.110 |
| pci1025,110 |
| pci10de,1d7.a1 |
| pci10de,1d7 |
| pciclass,030000 |
| pciclass,0300 |
:reg
00 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
10 00 01 02 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 01
14 00 01 43 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 10
1c 00 01 03 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 01
00 00 01 a1 00 00 00 00 b0 03 00 00 00 00 00 00 0c 00 00 00
00 00 01 a1 00 00 00 00 c0 03 00 00 00 00 00 00 20 00 00 00
00 00 01 82 00 00 00 00 00 00 0a 00 00 00 00 00 00 00 02 00
:assigned-addresses
10 00 01 82 00 00 00 00 00 00 00 d1 00 00 00 00 00 00 00 01
14 00 01 c3 00 00 00 00 00 00 00 c0 00 00 00 00 00 00 00 10
1c 00 01 83 00 00 00 00 00 00 00 d0 00 00 00 00 00 00 00 01
00 00 01 a1 00 00 00 00 b0 03 00 00 00 00 00 00 0c 00 00 00
00 00 01 a1 00 00 00 00 c0 03 00 00 00 00 00 00 20 00 00 00
00 00 01 82 00 00 00 00 00 00 0a 00 00 00 00 00 00 00 02 00
:ddi-kernel-ioctl
:pm-components (6d000000e9TBL)
| NAME=GPU |
| 0=Off |
| 3=On |
| NAME=Monitor |
| 0=Off |
| 3=On |
:ddi-no-autodetach 0x1
:devfs-path /pci@0,0/pci8086,27a1@1/display@0
:driver-name nvidia
:binding-name pci10de,1d7
:bus-addr 0
:instance 0
:_class display
:name display
pci1025,110 (obp-device, 6d00000111)
:DeviceID 0x1b
:UnitAddress 0
:pci-msi-capid-pointer 0x60
:pcie-capid-reg 0x91
:pcie-capid-pointer 0x70
:device-id 0x27d8
:vendor-id 0x8086
:revision-id 0x2
:class-code 0x40300
:unit-address 1b
:subsystem-id 0x110
:subsystem-vendor-id 0x1025
:interrupts 0x1
:devsel-speed 0
:power-consumption 01 00 00 00 01 00 00 00
:model Mixed Mode device
:compatible (6d0000011aTBL)
| pciex8086,27d8.1025.110.2 |
| pciex8086,27d8.1025.110 |
| pciex8086,27d8.2 |
| pciex8086,27d8 |
| pciexclass,040300 |
| pciexclass,0403 |
| pci8086,27d8.1025.110.2 |
| pci8086,27d8.1025.110 |
| pci1025,110 |
| pci8086,27d8.2 |
| pci8086,27d8 |
| pciclass,040300 |
| pciclass,0403 |
:reg
00 d8 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
10 d8 00 03 00 00 00 00 00 00 00 00 00 00 00 00 00 40 00 00
:assigned-addresses
10 d8 00 83 00 00 00 00 00 00 50 d2 00 00 00 00 00 40 00 00
:devfs-path /pci@0,0/pci1025,110
:binding-name pci1025,110
:instance -1
:_class obp-device
:name pci1025,110
pci8086,27d0 (pciex, 6d00000136)
:DeviceID 0x1c
:UnitAddress 0
:pcie-slotcap-reg 0x10a0e0
:pci-hotplug-type 0x1
:pcie-capid-reg 0x141
:pcie-capid-pointer 0x40
:pci-msi-capid-pointer 0x80
:device-id 0x27d0
:vendor-id 0x8086
:revision-id 0x2
:class-code 0x60400
:unit-address 1c
:interrupts 0x1
:devsel-speed 0
:physical-slot# 0x2
:power-consumption 01 00 00 00 01 00 00 00
:#address-cells 0x3
:#size-cells 0x2
:bus-range 02 00 00 00 02 00 00 00
:ranges
00 00 00 81 00 00 00 00 00 20 00 00 00 00 00 81 00 00 00 00
00 20 00 00 00 00 00 00 00 10 00 00 00 00 00 82 00 00 00 00
00 00 00 d2 00 00 00 82 00 00 00 00 00 00 00 d2 00 00 00 00
00 00 10 00
:model PCI-PCI bridge
:compatible (6d0000014aTBL)
| pciex8086,27d0.2 |
| pciex8086,27d0 |
| pciexclass,060400 |
| pciexclass,0604 |
| pci8086,27d0.2 |
| pci8086,27d0 |
| pciclass,060400 |
| pciclass,0604 |
:reg
00 e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
:available
00 00 00 81 00 00 00 00 00 21 00 00 00 00 00 00 00 0f 00 00
00 00 00 82 00 00 00 00 00 40 00 d2 00 00 00 00 00 c0 0f 00
:interrupt-priorities 0x1
:ddi-forceattach 0x1
:fm-ereport-capable
:fm-errcb-capable
:fm-dmachk-capable
:fm-accchk-capable
:device_type pciex
:pci-occupant
:ap-names 0x1
:devfs-path /pci@0,0/pci8086,27d0@1c
:driver-name pcie_pci
:binding-name pciexclass,060400
:bus-addr 1c
:instance 1
:_class pciex
:name pci8086,27d0
pci1025,110 (obp-device, 6d00000166)
:DeviceID 0
:UnitAddress 2
:pci-msi-capid-pointer 0x5c
:pcie-capid-reg 0x11
:pcie-capid-pointer 0xe0
:device-id 0x4352
:vendor-id 0x11ab
:revision-id 0x14
:class-code 0x20000
:unit-address 0
:subsystem-id 0x110
:subsystem-vendor-id 0x1025
:interrupts 0x1
:devsel-speed 0
:power-consumption 01 00 00 00 01 00 00 00
:model Ethernet controller
:compatible (6d00000170TBL)
| pciex11ab,4352.1025.110.14 |
| pciex11ab,4352.1025.110 |
| pciex11ab,4352.14 |
| pciex11ab,4352 |
| pciexclass,020000 |
| pciexclass,0200 |
| pci11ab,4352.1025.110.14 |
| pci11ab,4352.1025.110 |
| pci1025,110 |
| pci11ab,4352.14 |
| pci11ab,4352 |
| pciclass,020000 |
| pciclass,0200 |
:reg
00 00 02 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
10 00 02 03 00 00 00 00 00 00 00 00 00 00 00 00 00 40 00 00
18 00 02 01 00 00 00 00 00 00 00 00 00 00 00 00 00 01 00 00
:assigned-addresses
10 00 02 83 00 00 00 00 00 00 00 d2 00 00 00 00 00 40 00 00
18 00 02 81 00 00 00 00 00 20 00 00 00 00 00 00 00 01 00 00
:devfs-path /pci@0,0/pci8086,27d0@1c/pci1025,110
:driver-name myk
:binding-name pciex11ab,4352
:instance -1
:_class obp-device
:name pci1025,110
pci8086,27d2 (pciex, 6d0000018c)
:DeviceID 0x1c
:UnitAddress 0
:pcie-slotcap-reg 0x18a0e0
:pci-hotplug-type 0x1
:pcie-capid-reg 0x141
:pcie-capid-pointer 0x40
:pci-msi-capid-pointer 0x80
:device-id 0x27d2
:vendor-id 0x8086
:revision-id 0x2
:class-code 0x60400
:unit-address 1c,1
:interrupts 0x2
:devsel-speed 0
:physical-slot# 0x3
:power-consumption 01 00 00 00 01 00 00 00
:#address-cells 0x3
:#size-cells 0x2
:bus-range 03 00 00 00 03 00 00 00
:ranges
00 00 00 82 00 00 00 00 00 00 10 d2 00 00 00 82 00 00 00 00
00 00 10 d2 00 00 00 00 00 00 10 00
:model PCI-PCI bridge
:compatible (6d0000019eTBL)
| pciex8086,27d2.2 |
| pciex8086,27d2 |
| pciexclass,060400 |
| pciexclass,0604 |
| pci8086,27d2.2 |
| pci8086,27d2 |
| pciclass,060400 |
| pciclass,0604 |
:reg
00 e1 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
:available
00 00 00 82 00 00 00 00 00 10 10 d2 00 00 00 00 00 f0 0f 00
:interrupt-priorities 0x1
:ddi-forceattach 0x1
:fm-ereport-capable
:fm-errcb-capable
:fm-dmachk-capable
:fm-accchk-capable
:device_type pciex
:devfs-path /pci@0,0/pci8086,27d2@1c,1
:driver-name pcie_pci
:binding-name pciexclass,060400
:bus-addr 1c,1
:instance 2
:_class pciex
:name pci8086,27d2
pci8086,1001 (obp-device, 6d000001ba)
:DeviceID 0
:UnitAddress 3
:pci-msi-capid-pointer 0xd0
:pcie-capid-reg 0x11
:pcie-capid-pointer 0xe0
:device-id 0x4222
:vendor-id 0x8086
:revision-id 0x2
:class-code 0x28000
:unit-address 0
:subsystem-id 0x1001
:subsystem-vendor-id 0x8086
:interrupts 0x1
:devsel-speed 0
:power-consumption 01 00 00 00 01 00 00 00
:model Network controller
:compatible (6d000001c4TBL)
| pciex8086,4222.8086.1001.2 |
| pciex8086,4222.8086.1001 |
| pciex8086,4222.2 |
| pciex8086,4222 |
| pciexclass,028000 |
| pciexclass,0280 |
| pci8086,4222.8086.1001.2 |
| pci8086,4222.8086.1001 |
| pci8086,1001 |
| pci8086,4222.2 |
| pci8086,4222 |
| pciclass,028000 |
| pciclass,0280 |
:reg
00 00 03 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
10 00 03 02 00 00 00 00 00 00 00 00 00 00 00 00 00 10 00 00
:assigned-addresses
10 00 03 82 00 00 00 00 00 00 10 d2 00 00 00 00 00 10 00 00
:devfs-path /pci@0,0/pci8086,27d2@1c,1/pci8086,1001
:driver-name e1000g
:binding-name pci8086,1001
:instance -1
:_class obp-device
:name pci8086,1001
pci8086,27d4 (pciex, 6d000001e0)
:DeviceID 0x1c
:UnitAddress 0
:pcie-slotcap-reg 0x20a0e0
:pci-hotplug-type 0x1
:pcie-capid-reg 0x141
:pcie-capid-pointer 0x40
:pci-msi-capid-pointer 0x80
:device-id 0x27d4
:vendor-id 0x8086
:revision-id 0x2
:class-code 0x60400
:unit-address 1c,2
:interrupts 0x3
:devsel-speed 0
:physical-slot# 0x4
:power-consumption 01 00 00 00 01 00 00 00
:#address-cells 0x3
:#size-cells 0x2
:bus-range 04 00 00 00 04 00 00 00
:model PCI-PCI bridge
:compatible (6d000001f1TBL)
| pciex8086,27d4.2 |
| pciex8086,27d4 |
| pciexclass,060400 |
| pciexclass,0604 |
| pci8086,27d4.2 |
| pci8086,27d4 |
| pciclass,060400 |
| pciclass,0604 |
:reg
00 e2 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
:interrupt-priorities 0x1
:ddi-forceattach 0x1
:fm-ereport-capable
:fm-errcb-capable
:fm-dmachk-capable
:fm-accchk-capable
:device_type pciex
:devfs-path /pci@0,0/pci8086,27d4@1c,2
:driver-name pcie_pci
:binding-name pciexclass,060400
:bus-addr 1c,2
:instance 3
:_class pciex
:name pci8086,27d4
pci8086,27d6 (pciex, 6d0000020c)
:DeviceID 0x1c
:UnitAddress 0
:pcie-slotcap-reg 0x28a0e0
:pci-hotplug-type 0x1
:pcie-capid-reg 0x141
:pcie-capid-pointer 0x40
:pci-msi-capid-pointer 0x80
:device-id 0x27d6
:vendor-id 0x8086
:revision-id 0x2
:class-code 0x60400
:unit-address 1c,3
:interrupts 0x4
:devsel-speed 0
:physical-slot# 0x5
:power-consumption 01 00 00 00 01 00 00 00
:device_type pciex
:#address-cells 0x3
:#size-cells 0x2
:bus-range 05 00 00 00 05 00 00 00
:model PCI-PCI bridge
:compatible (6d00000218TBL)
| pciex8086,27d6.2 |
| pciex8086,27d6 |
| pciexclass,060400 |
| pciexclass,0604 |
| pci8086,27d6.2 |
| pci8086,27d6 |
| pciclass,060400 |
| pciclass,0604 |
:reg
00 e3 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
:interrupt-priorities 0x1
:ddi-forceattach 0x1
:devfs-path /pci@0,0/pci8086,27d6@1c,3
:driver-name pcie_pci
:binding-name pciexclass,060400
:bus-addr 1c,3
:instance 4
:_class pciex
:name pci8086,27d6
pci1025,110 (obp-device, 6d00000234)
:DeviceID 0x1d
:UnitAddress 0
:device-id 0x27c8
:vendor-id 0x8086
:revision-id 0x2
:class-code 0xc0300
:unit-address 1d
:subsystem-id 0x110
:subsystem-vendor-id 0x1025
:min-grant 0
:max-latency 0
:interrupts 0x1
:devsel-speed 0x1
:fast-back-to-back
:power-consumption 01 00 00 00 01 00 00 00
:model Universal Serial Bus UHCI compliant
:compatible (6d00000244TBL)
| pci8086,27c8.1025.110.2 |
| pci8086,27c8.1025.110 |
| pci1025,110 |
| pci8086,27c8.2 |
| pci8086,27c8 |
| pciclass,0c0300 |
| pciclass,0c03 |
:reg
00 e8 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
20 e8 00 01 00 00 00 00 00 00 00 00 00 00 00 00 20 00 00 00
:assigned-addresses
20 e8 00 81 00 00 00 00 00 18 00 00 00 00 00 00 20 00 00 00
:root-hub
:driver-major 0x2
:driver-minor 0
:pm-want-child-notification?
:ddi-forceattach 0x1
:devfs-path /pci@0,0/pci1025,110@1d
:driver-name uhci
:binding-name pciclass,0c0300
:bus-addr 1d
:instance 0
:_class obp-device
:name pci1025,110
pci1025,110 (obp-device, 6d0000025a)
:DeviceID 0x1d
:UnitAddress 0
:device-id 0x27c9
:vendor-id 0x8086
:revision-id 0x2
:class-code 0xc0300
:unit-address 1d,1
:subsystem-id 0x110
:subsystem-vendor-id 0x1025
:min-grant 0
:max-latency 0
:interrupts 0x2
:devsel-speed 0x1
:fast-back-to-back
:power-consumption 01 00 00 00 01 00 00 00
:model Universal Serial Bus UHCI compliant
:compatible (6d0000026aTBL)
| pci8086,27c9.1025.110.2 |
| pci8086,27c9.1025.110 |
| pci1025,110 |
| pci8086,27c9.2 |
| pci8086,27c9 |
| pciclass,0c0300 |
| pciclass,0c03 |
:reg
00 e9 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
20 e9 00 01 00 00 00 00 00 00 00 00 00 00 00 00 20 00 00 00
:assigned-addresses
20 e9 00 81 00 00 00 00 20 18 00 00 00 00 00 00 20 00 00 00
:root-hub
:driver-major 0x2
:driver-minor 0
:pm-want-child-notification?
:ddi-forceattach 0x1
:devfs-path /pci@0,0/pci1025,110@1d,1
:driver-name uhci
:binding-name pciclass,0c0300
:bus-addr 1d,1
:instance 1
:_class obp-device
:name pci1025,110
mouse (obp-device, 6d000004fe)
:assigned-address 0x2
:reg 0x2
:compatible (6d00000512TBL)
| usb9da,6.1 |
| usb9da,6 |
| usbif9da,class3.1.2 |
| usbif9da,class3.1 |
| usbif9da,class3 |
| usbif,class3.1.2 |
| usbif,class3.1 |
| usbif,class3 |
| usb,device |
:usb-vendor-id 0x9da
:usb-product-id 0x6
:usb-revision-id 0x1
:usb-num-configs 0x1
:usb-release 0x110
:usb-vendor-name USB Optical Mouse
:usb-product-name USB Optical Mouse
:low-speed
:driver-major 0x2
:driver-minor 0
:ddi-no-autodetach 0x1
:devfs-path /pci@0,0/pci1025,110@1d,1/mouse@2
:driver-name hid
:binding-name usbif,class3
:bus-addr 2
:instance 0
:_class obp-device
:name mouse
pci1025,110 (obp-device, 6d00000280)
:DeviceID 0x1d
:UnitAddress 0
:device-id 0x27ca
:vendor-id 0x8086
:revision-id 0x2
:class-code 0xc0300
:unit-address 1d,2
:subsystem-id 0x110
:subsystem-vendor-id 0x1025
:min-grant 0
:max-latency 0
:interrupts 0x3
:devsel-speed 0x1
:fast-back-to-back
:power-consumption 01 00 00 00 01 00 00 00
:model Universal Serial Bus UHCI compliant
:compatible (6d00000290TBL)
| pci8086,27ca.1025.110.2 |
| pci8086,27ca.1025.110 |
| pci1025,110 |
| pci8086,27ca.2 |
| pci8086,27ca |
| pciclass,0c0300 |
| pciclass,0c03 |
:reg
00 ea 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
20 ea 00 01 00 00 00 00 00 00 00 00 00 00 00 00 20 00 00 00
:assigned-addresses
20 ea 00 81 00 00 00 00 40 18 00 00 00 00 00 00 20 00 00 00
:root-hub
:driver-major 0x2
:driver-minor 0
:pm-want-child-notification?
:ddi-forceattach 0x1
:devfs-path /pci@0,0/pci1025,110@1d,2
:driver-name uhci
:binding-name pciclass,0c0300
:bus-addr 1d,2
:instance 2
:_class obp-device
:name pci1025,110
pci1025,110 (obp-device, 6d000002a6)
:DeviceID 0x1d
:UnitAddress 0
:device-id 0x27cb
:vendor-id 0x8086
:revision-id 0x2
:class-code 0xc0300
:unit-address 1d,3
:subsystem-id 0x110
:subsystem-vendor-id 0x1025
:min-grant 0
:max-latency 0
:interrupts 0x4
:devsel-speed 0x1
:fast-back-to-back
:power-consumption 01 00 00 00 01 00 00 00
:model Universal Serial Bus UHCI compliant
:compatible (6d000002b6TBL)
| pci8086,27cb.1025.110.2 |
| pci8086,27cb.1025.110 |
| pci1025,110 |
| pci8086,27cb.2 |
| pci8086,27cb |
| pciclass,0c0300 |
| pciclass,0c03 |
:reg
00 eb 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
20 eb 00 01 00 00 00 00 00 00 00 00 00 00 00 00 20 00 00 00
:assigned-addresses
20 eb 00 81 00 00 00 00 60 18 00 00 00 00 00 00 20 00 00 00
:root-hub
:driver-major 0x2
:driver-minor 0
:pm-want-child-notification?
:ddi-forceattach 0x1
:devfs-path /pci@0,0/pci1025,110@1d,3
:driver-name uhci
:binding-name pciclass,0c0300
:bus-addr 1d,3
:instance 3
:_class obp-device
:name pci1025,110
pci1025,110 (obp-device, 6d000002cc)
:DeviceID 0x1d
:UnitAddress 0
:device-id 0x27cc
:vendor-id 0x8086
:revision-id 0x2
:class-code 0xc0320
:unit-address 1d,7
:subsystem-id 0x110
:subsystem-vendor-id 0x1025
:min-grant 0
:max-latency 0
:interrupts 0x1
:devsel-speed 0x1
:fast-back-to-back
:power-consumption 01 00 00 00 01 00 00 00
:model Universal Serial Bus EHCI compliant
:compatible (6d000002dcTBL)
| pci8086,27cc.1025.110.2 |
| pci8086,27cc.1025.110 |
| pci1025,110 |
| pci8086,27cc.2 |
| pci8086,27cc |
| pciclass,0c0320 |
| pciclass,0c03 |
:reg
00 ef 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
10 ef 00 02 00 00 00 00 00 00 00 00 00 00 00 00 00 04 00 00
:assigned-addresses
10 ef 00 82 00 00 00 00 00 40 50 d2 00 00 00 00 00 04 00 00
:root-hub
:driver-major 0x2
:driver-minor 0
:pm-want-child-notification?
:ddi-forceattach 0x1
:devfs-path /pci@0,0/pci1025,110@1d,7
:driver-name ehci
:binding-name pciclass,0c0320
:bus-addr 1d,7
:instance 0
:_class obp-device
:name pci1025,110
hub (obp-device, 6d000002f2)
:assigned-address 0x2
:reg 0x3
:compatible (6d00000304TBL)
| usb5e3,606.702 |
| usb5e3,606 |
| usb5e3,class9.0.1 |
| usb5e3,class9.0 |
| usb5e3,class9 |
| usb,class9.0.1 |
| usb,class9.0 |
| usb,class9 |
| usbif5e3,class9.0.0 |
| usbif5e3,class9.0 |
| usbif5e3,class9 |
| usbif,class9.0.0 |
| usbif,class9.0 |
| usbif,class9 |
| usb,device |
:usb-vendor-id 0x5e3
:usb-product-id 0x606
:usb-revision-id 0x702
:usb-num-configs 0x1
:usb-release 0x200
:usb-product-name USB2.0 Hub
:driver-major 0x2
:driver-minor 0
:pm-want-child-notification?
:devfs-path /pci@0,0/pci1025,110@1d,7/hub@3
:driver-name hubd
:binding-name usbif,class9
:bus-addr 3
:instance 0
:_class obp-device
:name hub
device (obp-device, 6d00000316)
:assigned-address 0x3
:reg 0x7
:compatible (6d00000329TBL)
| usb46d,896.100 |
| usb46d,896 |
| usb46d,classff.ff.ff |
| usb46d.classff.ff |
| usb46d.classff |
| usb,classff.ff.ff |
| usb,classff.ff |
| usb,classff |
| usb,device |
:usb-vendor-id 0x46d
:usb-product-id 0x896
:usb-revision-id 0x100
:usb-num-configs 0x1
:usb-release 0x200
:usb-vendor-name OEM
:usb-product-name Camera
:configuration# 0x1
:driver-major 0x2
:driver-minor 0
:devfs-path /pci@0,0/pci1025,110@1d,7/device@7
:driver-name usb_mid
:binding-name usb,device
:bus-addr 7
:instance 0
:_class obp-device
:name device
pci8086,2448 (pci, 6d00000335)
:DeviceID 0x1e
:UnitAddress 0
:device-id 0x2448
:vendor-id 0x8086
:revision-id 0xe2
:class-code 0x60401
:unit-address 1e
:devsel-speed 0
:power-consumption 01 00 00 00 01 00 00 00
:#address-cells 0x3
:#size-cells 0x2
:bus-range 0a 00 00 00 0b 00 00 00
:ranges
00 00 00 82 00 00 00 00 00 00 20 d2 00 00 00 82 00 00 00 00
00 00 20 d2 00 00 00 00 00 00 10 00
:model Subtractive Decode PCI-PCI bridge
:compatible (6d00000344TBL)
| pci8086,2448.e2 |
| pci8086,2448 |
| pciclass,060401 |
| pciclass,0604 |
:reg
00 f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
:available
00 00 00 82 00 00 00 00 00 00 20 d2 00 00 00 00 00 40 00 00
00 00 00 82 00 00 00 00 00 60 20 d2 00 00 00 00 00 a0 0f 00
:device_type pci
:fm-errcb-capable
:fm-dmachk-capable
:fm-accchk-capable
:devfs-path /pci@0,0/pci8086,2448@1e
:driver-name pci_pci
:binding-name pciclass,060401
:bus-addr 1e
:instance 0
:_class pci
:name pci8086,2448
pci1025,110 (pccard, 6d00000355)
:DeviceID 0x9
:UnitAddress a
:device-id 0x8039
:vendor-id 0x104c
:revision-id 0
:class-code 0x60700
:unit-address 9
:interrupts 0x1
:devsel-speed 0x1
:power-consumption 01 00 00 00 01 00 00 00
:model CardBus bridge
:compatible (6d00000367TBL)
| pci104c,8039.1025.110.0 |
| pci104c,8039.1025.110 |
| pci1025,110 |
| pci104c,8039.0 |
| pci104c,8039 |
| pciclass,060700 |
| pciclass,0607 |
:reg
00 48 0a 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
10 48 0a 02 00 00 00 00 00 00 00 00 00 00 00 00 00 10 00 00
:assigned-addresses
10 48 0a 82 00 00 00 00 00 40 20 d2 00 00 00 00 00 10 00 00
:interrupt-line 0xa
:ddi-forceattach 0x1
:interrupt-priorities 0x6
:controller PCIC_TI
:cbus-instance 0
:pci-occupant
:device_type pccard
:devfs-path /pci@0,0/pci8086,2448@1e/pci1025,110@9
:driver-name pcic
:binding-name pciclass,060700
:bus-addr 9
:instance 0
:_class pccard
:name pci1025,110
pci1025,110 (obp-device, 6d00000378)
:DeviceID 0x9
:UnitAddress a
:device-id 0x803b
:vendor-id 0x104c
:revision-id 0
:class-code 0x18000
:unit-address 9,2
:subsystem-id 0x110
:subsystem-vendor-id 0x1025
:min-grant 0x7
:max-latency 0x4
:interrupts 0x1
:devsel-speed 0x1
:power-consumption 01 00 00 00 01 00 00 00
:model Mass storage controller
:compatible (6d00000381TBL)
| pci104c,803b.1025.110.0 |
| pci104c,803b.1025.110 |
| pci1025,110 |
| pci104c,803b.0 |
| pci104c,803b |
| pciclass,018000 |
| pciclass,0180 |
:reg
00 4a 0a 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
10 4a 0a 02 00 00 00 00 00 00 00 00 00 00 00 00 00 10 00 00
:assigned-addresses
10 4a 0a 82 00 00 00 00 00 50 20 d2 00 00 00 00 00 10 00 00
:devfs-path /pci@0,0/pci8086,2448@1e/pci1025,110
:binding-name pci1025,110
:instance -1
:_class obp-device
:name pci1025,110
pci1025,110 (obp-device, 6d00000396)
:DeviceID 0x1f
:UnitAddress 0
:device-id 0x27b9
:vendor-id 0x8086
:revision-id 0x2
:class-code 0x60100
:unit-address 1f
:subsystem-id 0x110
:subsystem-vendor-id 0x1025
:min-grant 0
:max-latency 0
:devsel-speed 0x1
:power-consumption 01 00 00 00 01 00 00 00
:model ISA bridge
:compatible (6d0000039eTBL)
| pci8086,27b9.1025.110.2 |
| pci8086,27b9.1025.110 |
| pci1025,110 |
| pci8086,27b9.2 |
| pci8086,27b9 |
| pciclass,060100 |
| pciclass,0601 |
:reg
00 f8 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
:devfs-path /pci@0,0/pci1025,110
:binding-name pci1025,110
:instance -1
:_class obp-device
:name pci1025,110
pci-ide (pci-ide, 6d000003b2)
:DeviceID 0x1f
:UnitAddress 0
:device-id 0x27c4
:vendor-id 0x8086
:revision-id 0x2
:class-code 0x10180
:unit-address 1f,2
:subsystem-id 0x110
:subsystem-vendor-id 0x1025
:min-grant 0
:max-latency 0
:interrupts 0x2
:devsel-speed 0x1
:fast-back-to-back
:66mhz-capable
:power-consumption 01 00 00 00 01 00 00 00
:model IDE controller
:compatible (6d000003c0TBL)
| pci8086,27c4.1025.110.2 |
| pci8086,27c4.1025.110 |
| pci1025,110 |
| pci8086,27c4.2 |
| pci8086,27c4 |
| pciclass,010180 |
| pciclass,0101 |
:reg
00 fa 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
10 fa 00 81 00 00 00 00 f0 01 00 00 00 00 00 00 08 00 00 00
14 fa 00 81 00 00 00 00 f6 03 00 00 00 00 00 00 01 00 00 00
18 fa 00 81 00 00 00 00 70 01 00 00 00 00 00 00 08 00 00 00
1c fa 00 81 00 00 00 00 76 03 00 00 00 00 00 00 01 00 00 00
20 fa 00 01 00 00 00 00 00 00 00 00 00 00 00 00 10 00 00 00
:assigned-addresses
10 fa 00 81 00 00 00 00 f0 01 00 00 00 00 00 00 08 00 00 00
14 fa 00 81 00 00 00 00 f6 03 00 00 00 00 00 00 01 00 00 00
18 fa 00 81 00 00 00 00 70 01 00 00 00 00 00 00 08 00 00 00
1c fa 00 81 00 00 00 00 76 03 00 00 00 00 00 00 01 00 00 00
20 fa 00 81 00 00 00 00 b0 18 00 00 00 00 00 00 10 00 00 00
:device_type pci-ide
:#address-cells 0x1
:#size-cells 0
:devfs-path /pci@0,0/pci-ide@1f,2
:driver-name pci-ide
:binding-name pci-ide
:bus-addr 1f,2
:instance 0
:_class pci-ide
:name pci-ide
ide (ide, 6d000003d7)
:UnitAddress 0
:reg 0
:timing_flags 0
:drive1_block_factor 0x1
:drive0_block_factor 0x1
:ata-options 0x1
:max_transfer 0x100
:queue qfifo
:flow_control dmult
:device_type ide
:compatibility-mode 0x1
:devfs-path /pci@0,0/pci-ide@1f,2/ide@0
:driver-name ata
:binding-name ide
:bus-addr 0
:instance 0
:_class ide
:name ide
cmdk (block, 6d000003e9)
:disk dadk
:devid id1,cmdk@AHitachi_HTS541612J9SA00=______SB2D04E4HNAZEE
:class dada
:target 0
:lun 0
:class_prop dada
:lba-access-ok
:ddi-kernel-ioctl
:ddi-no-autodetach 0x1
:devfs-path /pci@0,0/pci-ide@1f,2/ide@0/cmdk@0,0
:driver-name cmdk
:binding-name cmdk
:bus-addr 0,0
:instance 0
:_class block
:name cmdk
ide (obp-device, 6d000003fa)
:UnitAddress 1
:reg 0x1
:devfs-path /pci@0,0/pci-ide@1f,2/ide
:driver-name ata
:binding-name ide
:instance -1
:_class obp-device
:name ide
pci1025,110 (obp-device, 6d00000402)
:DeviceID 0x1f
:UnitAddress 0
:device-id 0x27da
:vendor-id 0x8086
:revision-id 0x2
:class-code 0xc0500
:unit-address 1f,3
:subsystem-id 0x110
:subsystem-vendor-id 0x1025
:min-grant 0
:max-latency 0
:interrupts 0x2
:devsel-speed 0x1
:fast-back-to-back
:power-consumption 01 00 00 00 01 00 00 00
:model SMBus (System Management Bus)
:compatible (6d0000040bTBL)
| pci8086,27da.1025.110.2 |
| pci8086,27da.1025.110 |
| pci1025,110 |
| pci8086,27da.2 |
| pci8086,27da |
| pciclass,0c0500 |
| pciclass,0c05 |
:reg
00 fb 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
20 fb 00 01 00 00 00 00 00 00 00 00 00 00 00 00 20 00 00 00
:assigned-addresses
20 fb 00 81 00 00 00 00 c0 18 00 00 00 00 00 00 20 00 00 00
:devfs-path /pci@0,0/pci1025,110
:binding-name pci1025,110
:instance -1
:_class obp-device
:name pci1025,110
pseudo (devctl, 6d0000042a)
:class root
:devfs-path /pseudo
:driver-name pseudo
:binding-name pseudo
:bus-addr
:instance 0
:_class devctl
:name pseudo
power (power_button, 6d00000433)
:button 0x1
:ddi-forceattach 0x1
:devfs-path /pseudo/power@0
:driver-name power
:binding-name power
:bus-addr 0
:instance 0
:_class power_button
:name power
xsvc (obp-device, 6d00000450)
:UnitAddress 0,0
:maxallocmem 0x2800
:class root
:reg 00 00 00 00 00 00 00 00 ff ff ff ff
:devfs-path /xsvc@0,0
:driver-name xsvc
:binding-name xsvc
:bus-addr 0,0
:instance 0
:_class obp-device
:name xsvc
cpus (cpus, 6d0000046e)
:devfs-path /cpus
:binding-name cpus
:instance -1
:_class cpus
:name cpus
cpu (cpu, 6d00000474)
:StateBegin Tue May 15 06:38:53 2007
:FPUType i387 compatible
:ProcessorType i386
:State on-line
:ID 0
:device_type cpu
:reg 0
:cpu-mhz 0x729
:clock-frequency 0x6d415c40
:vendor-id GenuineIntel
:family 0x6
:cpu-model 0xf
:stepping-id 0x6
:type 0
:ext-model 0
:chunks 0x10
:apic-id 0
:chip# 0
:clog# 0
:cpuid-features 0xbfebfbff
:cpuid-features-ecx 0xe3bd
:ext-cpuid-features 0x20100800
:ext-cpuid-features-ecx 0x1
:brand-string Intel(r) Core(tm)2 CPU T5600 @ 1.83GHz
:itlb-4K-associativity 0x4
:itlb-4K-size 0x80
:sectored-l2-cache-associativity 0x8
:sectored-l2-cache-line-size 0x40
:sectored-l2-cache-size 0x200000
:l1-icache-associativity 0x8
:l1-icache-line-size 0x40
:l1-icache-size 0x8000
:dtlb-4K-associativity 0x4
:dtlb-4K-size 0x100
:l1-dcache-associativity 0x8
:l1-dcache-line-size 0x40
:l1-dcache-size 0x8000
:devfs-path /cpus/cpu
:binding-name cpu
:instance 0
:_class cpu
:name cpu
cpu (cpu, 6d0000049a)
:StateBegin Tue May 15 06:39:07 2007
:FPUType i387 compatible
:ProcessorType i386
:State on-line
:ID 1
:device_type cpu
:reg 0x1
:cpu-mhz 0x729
:clock-frequency 0x6d415c40
:vendor-id GenuineIntel
:family 0x6
:cpu-model 0xf
:stepping-id 0x6
:type 0
:ext-model 0
:chunks 0x10
:apic-id 0x1
:chip# 0
:clog# 0x1
:cpuid-features 0xbfebfbff
:cpuid-features-ecx 0xe3bd
:ext-cpuid-features 0x20100800
:ext-cpuid-features-ecx 0x1
:brand-string Intel(r) Core(tm)2 CPU T5600 @ 1.83GHz
:itlb-4K-associativity 0x4
:itlb-4K-size 0x80
:sectored-l2-cache-associativity 0x8
:sectored-l2-cache-line-size 0x40
:sectored-l2-cache-size 0x200000
:l1-icache-associativity 0x8
:l1-icache-line-size 0x40
:l1-icache-size 0x8000
:dtlb-4K-associativity 0x4
:dtlb-4K-size 0x100
:l1-dcache-associativity 0x8
:l1-dcache-line-size 0x40
:l1-dcache-size 0x8000
:devfs-path /cpus/cpu
:binding-name cpu
:instance 1
:_class cpu
:name cpu
obp (picl, 6d0000002f)
:_class picl
:name obp
ib (ib, 6d00000044)
:hca-svc-list
:vppa-svc-list ipib
:port-svc-list
:class root
:devfs-path /ib
:driver-name ib
:binding-name ib
:bus-addr
:instance 0
:_class ib
:name ib
iscsi (iscsi, 6d00000421)
:mpxio-disable no
:devfs-path /iscsi
:driver-name iscsi
:binding-name iscsi
:bus-addr
:instance 0
:_class iscsi
:name iscsi
options (options, 6d0000043d)
:class root
:ttymodes
02 25 00 00 05 18 00 00 bd 00 00 00 3b 8a 00 00 03 1c 7f 15
04 00 00 00 11 13 1a 19 12 0f 17 16 00 00 00 00
:devfs-path /options
:driver-name options
:binding-name options
:bus-addr
:instance 0
:_class options
:name options
agpgart (agpgart, 6d00000447)
:class root
:devfs-path /agpgart
:driver-name agpgart
:binding-name agpgart
:bus-addr
:instance 0
:_class agpgart
:name agpgart
acpi (acpi, 6d0000045b)
:compatible ACPI0003
:model ACPI AC Device
:acpi-namespace \_SB_.ACAD
:devfs-path /acpi
:binding-name acpi
:instance -1
:_class acpi
:name acpi
used-resources (used-resources, 6d00000464)
:interrupts 01 00 00 00 02 00 00 00 0c 00 00 00 0d 00 00 00
:dma-channels 0x4
:device-memory
00 00 00 e0 00 00 00 10 00 40 d1 fe 00 40 00 00 00 80 d1 fe
00 10 00 00 00 90 d1 fe 00 10 00 00 00 c0 d1 fe 00 40 00 00
00 00 d2 fe 00 00 02 00 00 00 d4 fe 00 50 00 00 00 50 d4 fe
00 b0 04 00
:io-space
00 00 00 00 20 00 00 00 20 00 00 00 02 00 00 00 24 00 00 00
02 00 00 00 28 00 00 00 02 00 00 00 2c 00 00 00 02 00 00 00
2e 00 00 00 02 00 00 00 30 00 00 00 02 00 00 00 34 00 00 00
02 00 00 00 38 00 00 00 02 00 00 00 3c 00 00 00 02 00 00 00
40 00 00 00 04 00 00 00 50 00 00 00 04 00 00 00 60 00 00 00
01 00 00 00 61 00 00 00 01 00 00 00 62 00 00 00 01 00 00 00
63 00 00 00 01 00 00 00 64 00 00 00 01 00 00 00 65 00 00 00
01 00 00 00 66 00 00 00 01 00 00 00 67 00 00 00 01 00 00 00
68 00 00 00 08 00 00 00 70 00 00 00 08 00 00 00 80 00 00 00
01 00 00 00 81 00 00 00 11 00 00 00 92 00 00 00 01 00 00 00
93 00 00 00 0d 00 00 00 a0 00 00 00 02 00 00 00 a4 00 00 00
02 00 00 00 a8 00 00 00 02 00 00 00 ac 00 00 00 02 00 00 00
b0 00 00 00 02 00 00 00 b2 00 00 00 02 00 00 00 b4 00 00 00
02 00 00 00 b8 00 00 00 02 00 00 00 bc 00 00 00 02 00 00 00
c0 00 00 00 20 00 00 00 f0 00 00 00 01 00 00 00 d0 04 00 00
02 00 00 00 00 08 00 00 10 00 00 00 f8 0c 00 00 08 00 00 00
00 10 00 00 80 00 00 00 80 11 00 00 40 00 00 00 00 16 00 00
70 00 00 00 00 fe 00 00 01 00 00 00 10 fe 00 00 02 00 00 00
:devfs-path /used-resources
:binding-name used-resources
:instance -1
:_class used-resources
:name used-resources

Message was edited by:
archriva

pgomez1

Posts: 69
From: Venezuela

Registered: 7/15/05
Re: Marvell Yukon Ethernet driver
Posted: May 15, 2007 9:36 PM   in response to: archriva
To: OpenSolaris » help
  Click to reply to this thread Reply

Ok... How about trying this:

update_drv -a -i ' "pci11ab,4352.1025.110" ' skge (or whatever your ethernet card name is)

From the post http://blogs.sun.com/jmcp/entry/how_do_i_find_out , they suggest that if it won't attach, run the command

svcs clear svc:/network/physical:default

Alternatively.. if it doesn't do it, try:
1.- uninstalling the driver,
2.- removing the lines with the references to the card in the /etc/drive_aliases (skge,bge,etc)
3.- then install the driver again.
4.- issue add_drv -i ' "pci11ab,4352.1025.110" skge

archriva

Posts: 10
From:

Registered: 2/26/07
Re: Marvell Yukon Ethernet driver
Posted: May 18, 2007 1:01 AM   in response to: pgomez1
To: OpenSolaris » help
  Click to reply to this thread Reply

hi, appreciated your effort in helping. but either way isnt working.

rgartin

Posts: 1
From: USA

Registered: 3/28/08
Re: Marvell Yukon Ethernet driver
Posted: Mar 29, 2008 9:10 AM   in response to: archriva
To: OpenSolaris » help
  Click to reply to this thread Reply

I'm in the same boat, followed this thread all the way through but I still get "failed to attach" and I haven't found anything anywhere to help.

tteecchh

Posts: 1
From:

Registered: 11/7/06
Re: Marvell Yukon Ethernet driver
Posted: Mar 5, 2008 11:35 AM   in response to: jfndi
To: OpenSolaris » help
  Click to reply to this thread Reply

Thanks to your tip i installed the myk driver and added the 4364 device in device_aliases also. My card does plumb now and shows up in ifconfig.. i can assign it an IP address. I can ping itself but nothing else on the wire. Any ideas?

jfndi

Posts: 175
From: BE

Registered: 6/22/05
Re: Marvell Yukon Ethernet driver
Posted: Mar 6, 2008 12:19 AM   in response to: tteecchh
To: OpenSolaris » help
  Click to reply to this thread Reply

Hi,

> Thanks to your tip i installed the myk driver and
> added the 4364 device in device_aliases also. My card
> does plumb now and shows up in ifconfig.. i can
> assign it an IP address. I can ping itself but
> nothing else on the wire. Any ideas?

are you using b83?

I had to recompile myk under b83 with GLDv3 support to make it work.

Regards,

J-F

thejxc

Posts: 1
From: New Zealand

Registered: 8/4/08
Re: Marvell Yukon Ethernet driver
Posted: Aug 4, 2008 3:21 PM   in response to: pippin
To: OpenSolaris » help
  Click to reply to this thread Reply

Just to report my mileage.

I have OpenSolaris (200805) installed on a Shuttle SG31G2 Intel Core 2 Duo/Quad (Socket 775) G31 Chipset. This has ETHERNET Marvell 88E8056, a gigabit card.

Using the skgesol_x86 (in 32 bit boot mode ) and yukonxsol_x64 (in 64 bit boot mode) both caused kernel panics and reboots whenever I ran update_drv.

But using the myk-2.6.1 package (linked above) seems to be working just fine.

# gunzip myk-2.6.1.tar.gz
# tar xf myk-2.6.1.tar
# cd myk-2.6.1
# make install
# vi adddrv.sh
(add a new line for pci11ab,4364 ... currently it has only pciex11ab,4364)
# ./adddrv.sh
# devfsm -i myk
# ifconfig myk0 plumb
# ifconfig -a

...and there it was. After that, just put the entry in /etc/hosts and configure it as normal. I did have to do a reboot before sshd would start properly.

jabrewer

Posts: 813
From: US

Registered: 12/25/05
Re: Marvell Yukon Ethernet driver
Posted: Aug 4, 2008 4:38 PM   in response to: thejxc
To: OpenSolaris » help
  Click to reply to this thread Reply

> Just to report my mileage.
>
> I have OpenSolaris (200805) installed on a Shuttle
> SG31G2 Intel Core 2 Duo/Quad (Socket 775) G31
> Chipset. This has ETHERNET Marvell 88E8056, a
> gigabit card.
>
> Using the skgesol_x86 (in 32 bit boot mode ) and
> yukonxsol_x64 (in 64 bit boot mode) both caused
> kernel panics and reboots whenever I ran update_drv.
>
> But using the myk-2.6.1 package (linked above) seems
> to be working just fine.
>
> # gunzip myk-2.6.1.tar.gz
> # tar xf myk-2.6.1.tar
> # cd myk-2.6.1
> # make install
> # vi adddrv.sh
> (add a new line for pci11ab,4364 ... currently it has
> only pciex11ab,4364)
> # ./adddrv.sh
> # devfsm -i myk
> # ifconfig myk0 plumb
> # ifconfig -a
>
> ...and there it was. After that, just put the entry
> in /etc/hosts and configure it as normal. I did have
> to do a reboot before sshd would start properly.

Now you should also include this in a bug RFE http://www.opensolaris.org/bug/report.jspa , along with output of:
prtpicl -v ; dmesg ; uname -a ; prtconf -Dpv

nikm

Posts: 53
From:

Registered: 3/9/05
Re: Marvell Yukon Ethernet driver
Posted: Dec 12, 2008 11:04 PM   in response to: jabrewer
To: OpenSolaris » help
  Click to reply to this thread Reply

I'm sorry, what is "devfsm" in this command: devfsm -i myk?
I cannot find this binary:

# which devfsm
no devfsm in /usr/sbin /usr/bin

Thanks,
Nik

nikm

Posts: 53
From:

Registered: 3/9/05
Re: Marvell Yukon Ethernet driver
Posted: Dec 12, 2008 11:14 PM   in response to: nikm
To: OpenSolaris » help
  Click to reply to this thread Reply

I think I found another command, that helped me to plumb the myk driver:

# update_drv -a -i "pci11ab,4363" myk

After that I was able to successfully run

# ifconfig myk0 plumb

and a few seconds later OpenSolaris established the connection and got a valid IP.

Thanks,
Nik

ochomoz

Posts: 45
From: Nairobi, Kenya

Registered: 8/17/06
Re: Marvell Yukon Ethernet driver
Posted: Dec 13, 2008 9:23 AM   in response to: nikm
To: OpenSolaris » help
  Click to reply to this thread Reply

hi.
i have yukon card on my toshiba and works fine.
my interface is yukonx0 as opposed to your skg*

system5

Posts: 806
From:

Registered: 9/26/08
Re: Marvell Yukon Ethernet driver
Posted: Dec 19, 2008 2:23 AM   in response to: pippin
To: OpenSolaris » help
  Click to reply to this thread Reply

I have an Asus P5-KVM motherboard I got on e-bay with one of these Marvell Yukon NIC's in it. When I first tried installing OpenSolaris 2008.05 back in May, I tried getting the 64-bit skge driver to work but it just refused to work, even after I plumbed it. In order to preserve my sanity, I eventually just plugged in an Intel PCI NIC and used that instead.

Ironically enough, the CD-ROM that comes with the Asus motherboard has Solaris drivers on it for everything including the NIC, but they're 32-bit drivers and don't work with the 64-bit kernel that I have going on in OpenSolaris 2008.05

Maybe I'll give that myk driver a go and see how stable it is. Has anybody been having problems with the myk driver?

nvdevo

Posts: 40
From: DE

Registered: 2/22/07
Re: Marvell Yukon Ethernet driver
Posted: Dec 21, 2008 1:39 AM   in response to: system5
To: OpenSolaris » help
  Click to reply to this thread Reply

> Maybe I'll give that myk driver a go and see how
> stable it is. Has anybody been having problems with
> the myk driver?

I made a fresh 2008.11 install on my Tecra M3. This time w/ myk instead ok skg (used w/ old SXDE install). For the time being no glitches - but I did not test that much w/ different network environments - and btw, suspend/resume works great. hth.

jfndi

Posts: 175
From: BE

Registered: 6/22/05
Re: [osol-help] Marvell Yukon Ethernet driver
Posted: Dec 21, 2008 1:50 AM   in response to: nvdevo

  Click to reply to this thread Reply

Hi,
> I made a fresh 2008.11 install on my Tecra M3. This time w/ myk instead ok skg (used w/ old SXDE install). For the time being no glitches - but I did not test that much w/ different network environments - and btw, suspend/resume works great. hth.
>
I am using it too without a glitch too. But as from snv_105, the myk
driver won't compile.

Regards,

J-F
_______________________________________________
opensolaris-help mailing list
opensolaris-help at opensolaris dot org


jfndi

Posts: 175
From: BE

Registered: 6/22/05
Re: [osol-help] Marvell Yukon Ethernet driver
Posted: Dec 21, 2008 2:10 AM   in response to: jfndi

  Click to reply to this thread Reply

Jean-Francois Ndi wrote:
> Hi,
>
>> I made a fresh 2008.11 install on my Tecra M3. This time w/ myk instead ok skg (used w/ old SXDE install). For the time being no glitches - but I did not test that much w/ different network environments - and btw, suspend/resume works great. hth.
>>
>>
> I am using it too without a glitch too. But as from snv_105, the myk
> driver won't compile.
>
myk gld v3 won't work and compile to be more precise.

Regards,

J-F
_______________________________________________
opensolaris-help mailing list
opensolaris-help at opensolaris dot org


jabrewer

Posts: 813
From: US

Registered: 12/25/05
Re: [osol-help] Marvell Yukon Ethernet driver
Posted: Dec 25, 2008 6:56 AM   in response to: jfndi
To: OpenSolaris » help
  Click to reply to this thread Reply

Lets go back and try, what is included in OpenSolaris/Solaris
1. Copy in the original version of your /etc/driver_aliases file or remove the modified entries that you had tried to add the file.
2. Your prtpicl -v output may not match "archriva" MotherBoard, I doubt it, but look in the Ethernet Node of the output section for the Vender id "11ab" and device id may be a different version and look in the :compatible section of the node.

3. Then you go back and compare your /etc/driver_aliases file vendor,device id entry again from the Ethernet node of prtpicl -v your output in the :compatible section for both the Vender and device id's. this was in my snv_b104 and on my 10u6 BE versions of the file is.

# grep pci11ab /etc/driver_aliases for the Marvell driver that is already included.
marvell88sx "pci11ab,5081"
marvell88sx "pci11ab,5080"
marvell88sx "pci11ab,5041"
marvell88sx "pci11ab,5040"
marvell88sx "pci11ab,6041.9"
marvell88sx "pci11ab,6081.9"

3. Then try this with your Motherboard specific Vendor id and device id's and attach the built in Solaris/OpenSolaris 32/64bbit driver that is already there:
update_drv -a -i "pci11ab,4352" marvell88sx

4.Or instead by adding to the bottom of the /etc/driver_aliases file this entry:
marvell88sx "pci11ab,4352"

5. and run a sys-unconfig and this will have your system reboot.

Note this is a separate reboot, this may have impact or not in adding to bottom of your /etc/system file and asterisk in front can be a * comment if this is not needed:
set ip:dohwcksum = 0

If you can use an existing driver that already as 32 / 64 bit version, and confirm that it works or not by submitting a RFE with output of: prtpicl -v ; prtdiag -v ; dmesg ; /usr/X11/bin/scanpci with that I had mentioned above, the more the better OpenSolaris and Solaris becomes.

system5

Posts: 806
From:

Registered: 9/26/08
Re: Marvell Yukon Ethernet driver
Posted: Dec 19, 2008 2:26 AM   in response to: pippin
To: OpenSolaris » help
  Click to reply to this thread Reply

It seems like the only Unix-like operating systems that seem to work well with these Marvell Yukon cards right from the get-go are Ubuntu and Debian. Pretty ironic considering that Mr. Debian himself is our current commander in chief.

mphuff

Posts: 25
From: US

Registered: 6/29/05
Re: Marvell Yukon Ethernet driver
Posted: Dec 29, 2008 1:38 PM   in response to: system5
To: OpenSolaris » help
  Click to reply to this thread Reply

I have a dell 1525 Inspiron laptop with that card and I'm running SUSE on it and it worked out of the box (as did Ubuntu).

Everything else I've thrown at this laptop (OpenSolaris, NetBSD and OpenBSD) has bombed spectacularly (the exception being FreeBSD, which at one point there was a patch that got it the card working, but it no longer patches cleanly with the source to 7.1).

cypour

Posts: 57
From:

Registered: 12/27/08
Re: Marvell Yukon Ethernet driver
Posted: Dec 29, 2008 5:38 PM   in response to: pippin
To: OpenSolaris » help
  Click to reply to this thread Reply

Just saw this post on top of the forum and I'll pop up as a **** to say:


About two minutes ago I installed the Solaris x64 driver from the marvell site
on a fresh 2008.11 installation, on a gigabyte board with the 88E8056 pcie gig eth.

It works [although I noticed some errors in the installation script].




Terms of Use | Privacy | Trademarks | Copyright Policy | Site Guidelines
Your use of this web site or any of its content or software indicates your agreement to be bound by these Terms of Use.
Copyright © 1995-2005 Sun Microsystems, Inc.