summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorross <ross@NetBSD.org>1999-02-20 07:07:07 +0000
committerross <ross@NetBSD.org>1999-02-20 07:07:07 +0000
commitea05c3b7391b38ab1bbf5eba4a284b0605affa30 (patch)
treedd428ad3ddeedc10949e6b7453ae3ddde7b94310 /sys/dev
parentf94ac542ec60b8208c133b3996f750428f848d4b (diff)
Fix typo.
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/pci/if_ex_pci.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/if_ex_pci.c b/sys/dev/pci/if_ex_pci.c
index bf2b27783c7..25094f83f35 100644
--- a/sys/dev/pci/if_ex_pci.c
+++ b/sys/dev/pci/if_ex_pci.c
@@ -1,4 +1,4 @@
-/* $NetBSD: if_ex_pci.c,v 1.4 1999/02/19 06:58:42 thorpej Exp $ */
+/* $NetBSD: if_ex_pci.c,v 1.5 1999/02/20 07:07:07 ross Exp $ */
/*-
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -133,7 +133,7 @@ const struct ex_pci_product {
"3c905B-FX 10/100 Ethernet" },
/* XXX Internal PHY? */
- { PCI_PRODUCT_3COM_3C980BSRV, EX_CONF_90XB|EX_CONF_MII,
+ { PCI_PRODUCT_3COM_3C980SRV, EX_CONF_90XB|EX_CONF_MII,
"3c980 Server Adapter 10/100 Ethernet" },
{ 0, 0,