Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[sundance] Added NIC variant
This previously unsupported NIC variant was was found to work using
the current driver:

     PCI_ROM(0x13f0, 0x0200, "ip100a", "IC+ IP100A"),

Signed-off-by: Marty Connor <mdc@etherboot.org>
  • Loading branch information
Thomas Miletich authored and Marty Connor committed Feb 6, 2009
1 parent 56066a6 commit e9c10ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/drivers/net/sundance.c
Expand Up @@ -869,6 +869,7 @@ static void set_rx_mode(struct nic *nic __unused)
static struct pci_device_id sundance_nics[] = {
PCI_ROM(0x13f0, 0x0201, "sundance", "ST201 Sundance 'Alta' based Adaptor"),
PCI_ROM(0x1186, 0x1002, "dfe530txs", "D-Link DFE530TXS (Sundance ST201 Alta)"),
PCI_ROM(0x13f0, 0x0200, "ip100a", "IC+ IP100A"),
};

PCI_DRIVER ( sundance_driver, sundance_nics, PCI_NO_CLASS );
Expand Down

0 comments on commit e9c10ca

Please sign in to comment.