Lennert Buytenhek <[EMAIL PROTECTED]> writes:

  > On Mon, Dec 04, 2006 at 10:01:01AM -0800, Dan Nicolaescu wrote:
  > 
  > > The Opencores Ethernet Controller is Verilog code that can be used to
  > > implement an Ethernet device in hardware. It needs to be coupled with
  > > a PHY and some buffer memory. Because of that devices that implement
  > > this controller can be very different. The code here tries to support
  > > that by having some parameters that need to be defined at compile
  > > time.
  > 
  > Considering this, why don't you make it a platform driver?

I didn't know about "platform drivers" before your mail. I guess I
could convert it to that if that is the right thing to do. 
(It might be an overkill given that the device is kind of simple and
embedded people prefer small code...)

Any comments on the driver itself? 

Thanks
        --dan
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to