diff options
author | Chris Snook <csnook@redhat.com> | 2007-02-14 21:17:01 -0500 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2007-02-17 15:17:05 -0500 |
commit | e81e557a8f1e22fab1b1bdc649ac0d24017ddce2 (patch) | |
tree | 25f1d65d85f98ae34ee52a8123fabaed17109fe8 /drivers/net/atl1 | |
parent | f1e5a1a00d3991eabda41dde69d1905cad4980a0 (diff) |
atl1: add L1 device id to pci_ids, then use it
Add device id for the Attansic L1 chip to pci_ids.h, then use it.
Signed-off-by: Chris Snook <csnook@redhat.com>
Signed-off-by: Jay Cliburn <jacliburn@bellsouth.net>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers/net/atl1')
-rw-r--r-- | drivers/net/atl1/atl1_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/atl1/atl1_main.c b/drivers/net/atl1/atl1_main.c index abce97e96b3d..09f337563177 100644 --- a/drivers/net/atl1/atl1_main.c +++ b/drivers/net/atl1/atl1_main.c | |||
@@ -99,7 +99,7 @@ MODULE_VERSION(DRIVER_VERSION); | |||
99 | * atl1_pci_tbl - PCI Device ID Table | 99 | * atl1_pci_tbl - PCI Device ID Table |
100 | */ | 100 | */ |
101 | static const struct pci_device_id atl1_pci_tbl[] = { | 101 | static const struct pci_device_id atl1_pci_tbl[] = { |
102 | {PCI_DEVICE(PCI_VENDOR_ID_ATTANSIC, 0x1048)}, | 102 | {PCI_DEVICE(PCI_VENDOR_ID_ATTANSIC, PCI_DEVICE_ID_ATTANSIC_L1)}, |
103 | /* required last entry */ | 103 | /* required last entry */ |
104 | {0,} | 104 | {0,} |
105 | }; | 105 | }; |