[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

if_xl



With the new changes to the various pci ethernet drivers, I have something
interesting:

xl0 at pci0 dev 10 function 0 "3Com 3c905B 100Base-TX" rev 0x30: irq 14xl0:
command never completed!
 address 00:10:5a:65:71:84
xl0: autoneg complete, link status good (full-duplex, 100Mbps)

But the network works fine...

The upside of this is that it doesn't reinitialize the ethernet interface, so
the network works instantly after a reboot, with if_xl before it would
reinitialize the ethernet interface causing my switch to renegotiate for 10
seconds and this would cause nfs mounts in /etc/fstab to take forever until
the switch was ready etc...

-chris