summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1999-08-10 08:10:36 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1999-08-10 08:10:36 +0000
commit5e15934b12ecb34829d8a0dd3b576fd51be8206f (patch)
tree01657862d6367f54fd98489663b27c665f94b24c
parentc931858b83147ae03e6055b8af30ba28898e104d (diff)
oops
-rw-r--r--sys/dev/pci/if_le_pci.c4
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);
}