2007-02-15 02:11:18

by Jay Cliburn

[permalink] [raw]
Subject: [PATCH 0/6] atl1: bugfix, cleanup, enhancement

Jeff,

Please accept the following patchset for the atl1 network device driver.

* Drop unnecessary NET_PCI config
* Fix incorrect hash table address
* Read MAC address from register
* Remove unused define
* Add Attansic L1 device id to pci_ids
* Bump version number

This patchset contains changes to the following files.

drivers/net/Kconfig | 2 +-
drivers/net/atl1/atl1_hw.c | 37 +++++++++++++++++++++----------------
drivers/net/atl1/atl1_main.c | 5 ++---
include/linux/pci_ids.h | 1 +
4 files changed, 25 insertions(+), 20 deletions(-)