mirror of
https://github.com/ipxe/ipxe
synced 2025-12-21 12:30:20 +03:00
Merged mcb30-realmode-redesign back to HEAD
This commit is contained in:
@@ -18,7 +18,9 @@ $Id$
|
||||
#include "prism2.c"
|
||||
|
||||
static struct pci_id prism2_pci_nics[] = {
|
||||
PCI_ROM(0x1260, 0x3873, "prism2_pci", "Harris Semiconductor Prism2.5 clone"), /* Generic Prism2.5 PCI device */
|
||||
PCI_ROM(0x1260, 0x3873, "prism2_pci", "Harris Semiconductor Prism2.5 clone"),
|
||||
PCI_ROM(0x1260, 0x3873, "hwp01170", "ActionTec HWP01170"),
|
||||
PCI_ROM(0x1260, 0x3873, "dwl520", "DLink DWL-520"),
|
||||
};
|
||||
|
||||
static struct pci_driver prism2_pci_driver __pci_driver = {
|
||||
|
||||
Reference in New Issue
Block a user