diff options
author | Olof Johansson <olof@lixom.net> | 2007-10-02 17:27:28 -0400 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2007-10-10 19:54:26 -0400 |
commit | 7ddeae2c6ceed7f786344731dda27d4277957780 (patch) | |
tree | 7f31f7a4308ac3c95f201bfd4218523a17420377 | |
parent | ad5da10a64bdca1ed39b25946727a1ce2659f3d4 (diff) |
pasemi_mac: update todo list
pasemi_mac: update todo list
Remove some stale todo items that have been taken care of. Add a couple
of upcoming ones.
Signed-off-by: Olof Johansson <olof@lixom.net>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
-rw-r--r-- | drivers/net/pasemi_mac.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/drivers/net/pasemi_mac.c b/drivers/net/pasemi_mac.c index 4a451f8c6f4d..ef1ebb4b8af2 100644 --- a/drivers/net/pasemi_mac.c +++ b/drivers/net/pasemi_mac.c | |||
@@ -46,12 +46,10 @@ | |||
46 | 46 | ||
47 | /* TODO list | 47 | /* TODO list |
48 | * | 48 | * |
49 | * - Get rid of pci_{read,write}_config(), map registers with ioremap | ||
50 | * for performance | ||
51 | * - PHY support | ||
52 | * - Multicast support | 49 | * - Multicast support |
53 | * - Large MTU support | 50 | * - Large MTU support |
54 | * - Other performance improvements | 51 | * - SW LRO |
52 | * - Multiqueue RX/TX | ||
55 | */ | 53 | */ |
56 | 54 | ||
57 | 55 | ||