Re: Intel Pro 1000 in a Qube2 .. unknown PHY ?

Izumi Tsutsui <[email protected]> Sat, 29 Jan 2011 17:29:35 +0900
Newsgroups gmane.os.netbsd.ports.cobalt
Message-ID <[email protected]>
> OUI 0x005500 model 0x0038 rev 0 at wm0 phy 1 not configured
> OUI 0x005500 model 0x0038 rev 0 at wm0 phy 1 not configured
> 
> I think it's complaining that it doesn't know what PHY to use ?
> Anyone with more smarts than me able to tell me what it means ?

% grep 0x005500 /usr/src/sys/dev/mii/miidevs
oui yyINTEL			0x005500	Intel
% grep 0x0038 /usr/src/sys/dev/mii/miidevs
model yyINTEL IGP01E1000	0x0038 Intel IGP01E1000 Gigabit PHY
% grep IGP01 /usr/src/sys/arch/i386/conf/ALL
igphy*	at mii? phy ?			# Intel IGP01E1000

---
Izumi Tsutsui