Subject: Re: OUI?
To: D.Joyce <poison@tstonramp.com>
From: Frank van der Linden <frank@wins.uva.nl>
List: port-alpha
Date: 02/22/1999 08:34:42
On Sun, Feb 21, 1999 at 06:44:10PM -0800, D.Joyce wrote:
> What exactly is this?
> 
> ex0 at pci0 dev 13 function 0: 3Com 3c905B-TX 10/100 Ethernet
> ex0: interrupting at isa irq 10
> ex0: MAC address 00:10:5a:5f:1a:48
> OUI 0x000000 model 0x0000 rev 0 at ex0 phy 24 not configured

That probably means that you have a kernel with the ex driver enabled,
but not the MII code, which is needed by the ex driver (and some
other ones). Add the line

exphy*	at	mii? phy?

to your config file and all should be well.

I see that this line is missing in the GENERIC file, I'll add it.

- Frank