summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_ep_pci.c
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1998-04-02 20:14:04 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1998-04-02 20:14:04 +0000
commit4a5bc7966cfaa29a93c4b438e1ee97828e24b8ce (patch)
tree39519711e6bc1bdff9edd50bee956a5d6559112d /sys/dev/pci/if_ep_pci.c
parent112d3ededb3368cbcf87646acdf9cd544cad30c6 (diff)
support 3c905B
Diffstat (limited to 'sys/dev/pci/if_ep_pci.c')
-rw-r--r--sys/dev/pci/if_ep_pci.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/pci/if_ep_pci.c b/sys/dev/pci/if_ep_pci.c
index 5434439b763..d06864fcf62 100644
--- a/sys/dev/pci/if_ep_pci.c
+++ b/sys/dev/pci/if_ep_pci.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_ep_pci.c,v 1.13 1998/02/25 23:54:00 deraadt Exp $ */
+/* $OpenBSD: if_ep_pci.c,v 1.14 1998/04/02 20:14:03 deraadt Exp $ */
/* $NetBSD: if_ep_pci.c,v 1.13 1996/10/21 22:56:38 thorpej Exp $ */
/*
@@ -104,6 +104,7 @@ ep_pci_match(parent, match, aux)
case PCI_PRODUCT_3COM_3C900TPO:
case PCI_PRODUCT_3COM_3C905T4:
case PCI_PRODUCT_3COM_3C905TX:
+ case PCI_PRODUCT_3COM_3C905B:
break;
default:
return 0;