From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <830a180baf50d33ac3bf21dc23e6e710@coraid.com> To: 9fans@cse.psu.edu From: Brantley Coile Date: Thu, 7 Apr 2005 20:58:07 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: [9fans] etherigbe.c Topicbox-Message-UUID: 350bce5e-ead0-11e9-9d60-3106f5b1d025 Well, I got the driver working for the 8254[17]GI parts. I did it by cloning the driver as etherigbe0.c and removing everything that touched the phy. Any references to mii were removed. It only matches the PCI DIDs for these two chips and can be linked with the original. We're racing to finish a product, so we don't have time, but we will go back and fixup the old driver to know about the new internal phys. We have the books on the parts so that won't be a problem. One question I have, though, is why do I want to touch the phy anyway? Does anyone have a firm reason, other than the general `that's the way we've always done it.' Jim? Brantley