All major netdevice functionality is now present in the atl1 driver. As a result, remove the EXPERIMENTAL Kconfig tag in the main driver, but leave it in the NAPI driver.
Signed-off-by: Jay Cliburn <[EMAIL PROTECTED]> --- drivers/net/Kconfig | 4 ++-- drivers/net/atlx/atl1.c | 8 ++------ drivers/net/atlx/atl1.h | 2 +- drivers/net/atlx/atlx.c | 5 ++--- drivers/net/atlx/atlx.h | 5 ++--- 5 files changed, 9 insertions(+), 15 deletions(-) diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index 095629f..638b90d 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig @@ -2361,8 +2361,8 @@ config QLA3XXX will be called qla3xxx. config ATL1 - tristate "Attansic L1 Gigabit Ethernet support (EXPERIMENTAL)" - depends on PCI && EXPERIMENTAL + tristate "Attansic L1 Gigabit Ethernet support" + depends on PCI select CRC32 select MII help diff --git a/drivers/net/atlx/atl1.c b/drivers/net/atlx/atl1.c index 10bccf6..411cd82 100644 --- a/drivers/net/atlx/atl1.c +++ b/drivers/net/atlx/atl1.c @@ -1,7 +1,7 @@ /* * Copyright(c) 2005 - 2006 Attansic Corporation. All rights reserved. * Copyright(c) 2006 - 2007 Chris Snook <[EMAIL PROTECTED]> - * Copyright(c) 2006 Jay Cliburn <[EMAIL PROTECTED]> + * Copyright(c) 2006 - 2007 Jay Cliburn <[EMAIL PROTECTED]> * * Derived from Intel e1000 driver * Copyright(c) 1999 - 2005 Intel Corporation. All rights reserved. @@ -31,13 +31,9 @@ * Chris Snook <[EMAIL PROTECTED]> * Jay Cliburn <[EMAIL PROTECTED]> * - * This version is adapted from the Attansic reference driver for - * inclusion in the Linux kernel. It is currently under heavy development. - * A very incomplete list of things that need to be dealt with: + * This version is adapted from the Attansic reference driver. * * TODO: - * Wake on LAN. - * Add more ethtool functions. * Fix abstruse irq enable/disable condition described here: * http://marc.theaimsgroup.com/?l=linux-netdev&m=116398508500553&w=2 * diff --git a/drivers/net/atlx/atl1.h b/drivers/net/atlx/atl1.h index a1757a9..82129be 100644 --- a/drivers/net/atlx/atl1.h +++ b/drivers/net/atlx/atl1.h @@ -1,7 +1,7 @@ /* * Copyright(c) 2005 - 2006 Attansic Corporation. All rights reserved. * Copyright(c) 2006 - 2007 Chris Snook <[EMAIL PROTECTED]> - * Copyright(c) 2006 Jay Cliburn <[EMAIL PROTECTED]> + * Copyright(c) 2006 - 2007 Jay Cliburn <[EMAIL PROTECTED]> * * Derived from Intel e1000 driver * Copyright(c) 1999 - 2005 Intel Corporation. All rights reserved. diff --git a/drivers/net/atlx/atlx.c b/drivers/net/atlx/atlx.c index 9cc9441..fb3dd7a 100644 --- a/drivers/net/atlx/atlx.c +++ b/drivers/net/atlx/atlx.c @@ -1,8 +1,7 @@ -/* atlx.c -- common functions for Attansic network drivers - * +/* * Copyright(c) 2005 - 2006 Attansic Corporation. All rights reserved. * Copyright(c) 2006 - 2007 Chris Snook <[EMAIL PROTECTED]> - * Copyright(c) 2006 Jay Cliburn <[EMAIL PROTECTED]> + * Copyright(c) 2006 - 2007 Jay Cliburn <[EMAIL PROTECTED]> * Copyright(c) 2007 Atheros Corporation. All rights reserved. * * Derived from Intel e1000 driver diff --git a/drivers/net/atlx/atlx.h b/drivers/net/atlx/atlx.h index 18021d9..3c39b27 100644 --- a/drivers/net/atlx/atlx.h +++ b/drivers/net/atlx/atlx.h @@ -1,8 +1,7 @@ -/* atlx_hw.h -- common hardware definitions for Attansic network drivers - * +/* * Copyright(c) 2005 - 2006 Attansic Corporation. All rights reserved. * Copyright(c) 2006 - 2007 Chris Snook <[EMAIL PROTECTED]> - * Copyright(c) 2006 Jay Cliburn <[EMAIL PROTECTED]> + * Copyright(c) 2006 - 2007 Jay Cliburn <[EMAIL PROTECTED]> * Copyright(c) 2007 Atheros Corporation. All rights reserved. * * Derived from Intel e1000 driver -- 1.5.3.3 -- 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