mirror of
https://github.com/ipxe/ipxe
synced 2025-12-23 13:30:57 +03:00
[sis190] Hide the ISA bridge's PCI IDs from parserom.pl
Signed-off-by: Michael Brown <mcb30@etherboot.org> Modified-by: Michael Brown <mcb30@etherboot.org>
This commit is contained in:
committed by
Michael Brown
parent
cd647b7cf3
commit
8912e24fdc
@@ -42,9 +42,9 @@ static struct pci_device_id sis190_pci_tbl[] = {
|
||||
*/
|
||||
|
||||
static struct pci_device_id sis190_isa_bridge_tbl[] = {
|
||||
PCI_ROM (0x1039, 0x0965, "", "", 0),
|
||||
PCI_ROM (0x1039, 0x0966, "", "", 0),
|
||||
PCI_ROM (0x1039, 0x0968, "", "", 0),
|
||||
PCI_ID (0x1039, 0x0965, "", "", 0),
|
||||
PCI_ID (0x1039, 0x0966, "", "", 0),
|
||||
PCI_ID (0x1039, 0x0968, "", "", 0),
|
||||
};
|
||||
|
||||
static int sis190_isa_bridge_probe(struct pci_device *pdev __unused,
|
||||
|
||||
Reference in New Issue
Block a user