瀏覽代碼

[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>
tags/v0.9.7
Thomas Miletich 15 年之前
父節點
當前提交
e9c10ca158
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      src/drivers/net/sundance.c

+ 1
- 0
src/drivers/net/sundance.c 查看文件

@@ -869,6 +869,7 @@ static void set_rx_mode(struct nic *nic __unused)
869 869
 static struct pci_device_id sundance_nics[] = {
870 870
 	PCI_ROM(0x13f0, 0x0201, "sundance", "ST201 Sundance 'Alta' based Adaptor"),
871 871
 	PCI_ROM(0x1186, 0x1002, "dfe530txs", "D-Link DFE530TXS (Sundance ST201 Alta)"),
872
+	PCI_ROM(0x13f0, 0x0200, "ip100a", "IC+ IP100A"),
872 873
 };
873 874
 
874 875
 PCI_DRIVER ( sundance_driver, sundance_nics, PCI_NO_CLASS );

Loading…
取消
儲存