diff options
author | Marco Peereboom <marco@cvs.openbsd.org> | 2010-04-01 19:02:26 +0000 |
---|---|---|
committer | Marco Peereboom <marco@cvs.openbsd.org> | 2010-04-01 19:02:26 +0000 |
commit | cdca0a582e786bc7f96b00df80e76ceeb73da5d0 (patch) | |
tree | 4ad4d98e4945b8b37b41ca7c81278150d17800ee /sys/dev | |
parent | 70414542b0d526a8e115c4ad34bdd5f75584370a (diff) |
Add H700 now that we know the subid...
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/pci/mfi_pci.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/dev/pci/mfi_pci.c b/sys/dev/pci/mfi_pci.c index f45005afd63..3dcfb223f88 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.21 2009/02/23 15:21:34 jsg Exp $ */ +/* $OpenBSD: mfi_pci.c,v 1.22 2010/04/01 19:02:25 marco Exp $ */ /* * Copyright (c) 2006 Marco Peereboom <marco@peereboom.us> * @@ -74,7 +74,8 @@ static const struct mfi_pci_subtype mfi_perc5_subtypes[] = { }; static const struct mfi_pci_subtype mfi_gen2_subtypes[] = { - { 0x0, "" } /* XXX add entries when known */ + { 0x1f171028, "Dell PERC H700" }, + { 0x0, "" } }; static const |