summaryrefslogtreecommitdiffstats
path: root/src/drivers
diff options
context:
space:
mode:
authorThomas Miletich2009-10-23 16:54:59 +0200
committerMichael Brown2009-10-24 19:45:18 +0200
commit107d641bd50080c52d7c0a97f6741fbac8979248 (patch)
tree7d845093852c8f831cf1f460373fdcb265f223f1 /src/drivers
parent[iscsi] Use the "Ethernet-compatible" MAC address in the iBFT (diff)
downloadipxe-107d641bd50080c52d7c0a97f6741fbac8979248.tar.gz
ipxe-107d641bd50080c52d7c0a97f6741fbac8979248.tar.xz
ipxe-107d641bd50080c52d7c0a97f6741fbac8979248.zip
[sis190] Make 'make allroms' happy.
Remove spaces in 3rd PCI_ROM field. Debugged-by: Marty Connor <mdc@etherboot.org> Reported-by: Giandomenico De Tullio <ghisha@email.it> Signed-off-by: Michael Brown <mcb30@etherboot.org>
Diffstat (limited to 'src/drivers')
-rw-r--r--src/drivers/net/sis190.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/drivers/net/sis190.c b/src/drivers/net/sis190.c
index c312034d2..b38aaa169 100644
--- a/src/drivers/net/sis190.c
+++ b/src/drivers/net/sis190.c
@@ -26,8 +26,8 @@ FILE_LICENCE ( GPL_ANY );
#include "sis190.h"
static struct pci_device_id sis190_pci_tbl[] = {
- PCI_ROM (0x1039, 0x0190, "SiS 190", "SiS 190", 0),
- PCI_ROM (0x1039, 0x0191, "SiS 191", "SiS 191", 0),
+ PCI_ROM (0x1039, 0x0190, "sis190", "sis190", 0),
+ PCI_ROM (0x1039, 0x0191, "sis191", "sis191", 0),
};
/******************************************************************************