diff options
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/pci/if_le_pci.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/if_le_pci.c b/sys/dev/pci/if_le_pci.c index 172945cab02..ac2bac39478 100644 --- a/sys/dev/pci/if_le_pci.c +++ b/sys/dev/pci/if_le_pci.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_le_pci.c,v 1.11 1999/08/10 07:24:33 deraadt Exp $ */ +/* $OpenBSD: if_le_pci.c,v 1.12 1999/08/10 08:10:35 deraadt Exp $ */ /* $NetBSD: if_le_pci.c,v 1.13 1996/10/25 21:33:32 cgd Exp $ */ /*- @@ -138,7 +138,7 @@ le_pci_match(parent, match, aux) switch (PCI_PRODUCT(pa->pa_id)) { case PCI_PRODUCT_AMD_PCNET_PCI: - case PCI_DEVICE_ID_PCHOME_PCI: + case PCI_PRODUCT_AMD_PCHOME_PCI: return (1); } |