david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

Change ROM names to lower case.

This commit is contained in:
Michael Brown 2007-10-11 00:43:21 +01:00
parent e445c2c07c
commit 338d45a61e
1 changed files with 2 additions and 2 deletions

View File

@ -2117,8 +2117,8 @@ static void arbel_remove ( struct pci_device *pci ) {
}
static struct pci_device_id arbel_nics[] = {
PCI_ROM ( 0x15b3, 0x6282, "MT25218", "MT25218 HCA driver" ),
PCI_ROM ( 0x15b3, 0x6274, "MT25204", "MT25204 HCA driver" ),
PCI_ROM ( 0x15b3, 0x6282, "mt25218", "MT25218 HCA driver" ),
PCI_ROM ( 0x15b3, 0x6274, "mt25204", "MT25204 HCA driver" ),
};
struct pci_driver arbel_driver __pci_driver = {