Subject: Re: My $8 PCI NE-2000 really really likes -current.
To: None <current-users@netbsd.org>
From: Bill Sommerfeld <sommerfeld@orchard.arlington.ma.us>
List: current-users
Date: 11/29/1998 11:52:13
This reminds me..

Jason did a bunch of MII-driver hacking for ethernet media selection
recently, but one board which doesn't seem to have support is the
3c900-COMBO ..

It shows up in my box as:

ex0 at pci0 dev 10 function 0: 3Com 3c900-COMBO Ethernet
ex0: interrupting at irq 11
ex0: MAC address 00:10:4b:9d:5b:5f

# ifconfig -m ex0
...
	media: 10baseT/UTP status: active
	supported media: none 10baseT/UTP
...

Is the 3c900-COMBO a non-MII device requiring special support in the
driver, or do we just need to fill in some blanks somewhere..

					- Bill