summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarco <marco@openbsd.org>2006-04-26 00:55:40 +0000
committermarco <marco@openbsd.org>2006-04-26 00:55:40 +0000
commit4966e3c6042cbf6194aff654203ad69538fb254b (patch)
tree2c7d36c2f7884052e4d900ac071594e9f7423127
parentAdd subvendor and subsysid to the mix to differentiate between controllers. (diff)
downloadwireguard-openbsd-4966e3c6042cbf6194aff654203ad69538fb254b.tar.xz
wireguard-openbsd-4966e3c6042cbf6194aff654203ad69538fb254b.zip
typo
-rw-r--r--sys/dev/pci/mfi_pci.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/mfi_pci.c b/sys/dev/pci/mfi_pci.c
index 91cf0e7e3ad..c7ab3991e98 100644
--- a/sys/dev/pci/mfi_pci.c
+++ b/sys/dev/pci/mfi_pci.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: mfi_pci.c,v 1.3 2006/04/26 00:51:40 marco Exp $ */
+/* $OpenBSD: mfi_pci.c,v 1.4 2006/04/26 00:55:40 marco Exp $ */
/*
* Copyright (c) 2006 Marco Peereboom <marco@peereboom.us>
*
@@ -58,7 +58,7 @@ struct mfi_pci_device {
{ PCI_VENDOR_DELL, PCI_PRODUCT_DELL_PERC5,
PCI_VENDOR_DELL, 0x1f01, "Dell PERC 5/i", 0 },
{ PCI_VENDOR_DELL, PCI_PRODUCT_DELL_PERC5,
- PCI_VENDOR_DELL, 0x1f02, "Dell Perc 5/e", 0 },
+ PCI_VENDOR_DELL, 0x1f02, "Dell PERC 5/e", 0 },
{ 0 }
};