Skip to content

Commit

Permalink
atl1: remove EXPERIMENTAL label
Browse files Browse the repository at this point in the history
Remove the EXPERIMENTAL label from the atl1 driver and change the vendor
name to include Attansic's successor, Atheros.  We'll leave Attansic in
the name since Attansic's PCI ID (1969) is encoded in the PCI config and
is what users encounter on their systems.

Signed-off-by: Jay Cliburn <jacliburn@bellsouth.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Jay Cliburn authored and David S. Miller committed Oct 8, 2008
1 parent e109832 commit a6d1f36
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions drivers/net/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2284,12 +2284,13 @@ config QLA3XXX
will be called qla3xxx.

config ATL1
tristate "Attansic L1 Gigabit Ethernet support (EXPERIMENTAL)"
depends on PCI && EXPERIMENTAL
tristate "Atheros/Attansic L1 Gigabit Ethernet support"
depends on PCI
select CRC32
select MII
help
This driver supports the Attansic L1 gigabit ethernet adapter.
This driver supports the Atheros/Attansic L1 gigabit ethernet
adapter.

To compile this driver as a module, choose M here. The module
will be called atl1.
Expand Down

0 comments on commit a6d1f36

Please sign in to comment.