diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-08-10 07:24:34 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-08-10 07:24:34 +0000 |
commit | c931858b83147ae03e6055b8af30ba28898e104d (patch) | |
tree | 362a26be7dd5f5fe906e7da356aa8566823470b7 /sys | |
parent | 0785053da87d6c6795ae1640ea6b1c10867bb4fc (diff) |
PChome-PCI LANCE; robert@cyrus.watson.org
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/pci/if_le_pci.c | 3 | ||||
-rw-r--r-- | sys/dev/pci/pcidevs | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/dev/pci/if_le_pci.c b/sys/dev/pci/if_le_pci.c index a78f2ee1e5f..172945cab02 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.10 1998/09/16 22:41:21 jason Exp $ */ +/* $OpenBSD: if_le_pci.c,v 1.11 1999/08/10 07:24:33 deraadt Exp $ */ /* $NetBSD: if_le_pci.c,v 1.13 1996/10/25 21:33:32 cgd Exp $ */ /*- @@ -138,6 +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: return (1); } diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs index 1b5a73519c3..ebfd725bd7a 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$OpenBSD: pcidevs,v 1.170 1999/08/06 22:35:19 deraadt Exp $ +$OpenBSD: pcidevs,v 1.171 1999/08/10 07:24:12 deraadt Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -650,6 +650,7 @@ product APPLE BANDIT 0x0001 PCI /* AMD products */ product AMD PCNET_PCI 0x2000 79c970 PCnet-PCI LANCE +product AMD PCHOME_PCI 0x2001 79c978 PChome-PCI LANCE product AMD PCSCSI_PCI 0x2020 53c974 PCscsi-PCI SCSI product AMD PCNETS_PCI 0x2040 79C974 PCnet-PCI Ether+SCSI |