In message: <[EMAIL PROTECTED]>
            Mike Silbersack <[EMAIL PROTECTED]> writes:
: > So I conclude 3C589D does support full duplex at the hardware level.
: 
: You say you're using a 3C589D, which is detected by if_ep_pccard.c as
: such:
: 
:         case 0x9058: /* 3C589 */
:                 return ("3Com Etherlink III 3C589");
: 
: However, in if_xlreg.h, I see us define the following:
: 
: #define TC_DEVICEID_CYCLONE_10_100_COMBO        0x9058
: 
: Are these actually both the same card, or are PCI and PCCARD IDs
: unrelated?  If they are the same card, then clearly the solution is to
: make if_xl work with the card instead of if_ep. :)

These aren't the same.

The vx driver should really be if_ep_pci acccording to Matt Dodd.
if_xl might also be a if_ep_pci driver, but I'm not 100% about that.
Matt knows for sure.

Warner

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-net" in the body of the message

Reply via email to