RE: [PATCH] [2.6.17] Add tsi108 Ethernet device driver support
From: Zang Roy-r61911 <hidden>
Date: 2006-07-04 04:47:57
Also in:
lkml
From: Zang Roy-r61911 <hidden>
Date: 2006-07-04 04:47:57
Also in:
lkml
On Wed, 21 Jun 2006 12:00:40 +0800 Zang Roy-r61911 [off-list ref] wrote:quoted
This patch adds a net device driver and configuration options for Tundra Semiconductor Tsi108 integrated dual port Gigabit Ethernet controllerYour patch forgot to include these:quoted
+#include <asm/tsi108_irq.h> +#include <asm/tsi108.h>Why would a net driver have files in include/asm/?
The net driver is for a tsi108 on chip Ethernet controller. tsi108_irq provides the Ethernet IRQ number. tsi108.h provides the hw_info structure. Now tsi108.h has been in the kernel tree. I'd like to provide the tsi108_irq.h with tsi108 irq support in another patch. Any comment?
Have some comments-via-diff, mainly trivial:
Thanks for your patch. It works OK! I will integrate it in my next version.