diff options
| author | Thomas Miletich | 2009-02-06 14:35:29 +0100 |
|---|---|---|
| committer | Marty Connor | 2009-02-06 14:41:02 +0100 |
| commit | e9c10ca1589d2725cb6a15e559c199325d2ac00e (patch) | |
| tree | e8a9736d67249e9927da9fb79018a8c9c8db77b4 /src | |
| parent | [pxe] Display the "Press F8" prompt rather than displaying menu with timeout (diff) | |
| download | ipxe-e9c10ca1589d2725cb6a15e559c199325d2ac00e.tar.gz ipxe-e9c10ca1589d2725cb6a15e559c199325d2ac00e.tar.xz ipxe-e9c10ca1589d2725cb6a15e559c199325d2ac00e.zip | |
[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>
Diffstat (limited to 'src')
| -rw-r--r-- | src/drivers/net/sundance.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/drivers/net/sundance.c b/src/drivers/net/sundance.c index 3156ee9db..eb750fb1d 100644 --- a/src/drivers/net/sundance.c +++ b/src/drivers/net/sundance.c @@ -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 ); |
