summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorDavid Gwynne <dlg@cvs.openbsd.org>2006-05-21 00:56:24 +0000
committerDavid Gwynne <dlg@cvs.openbsd.org>2006-05-21 00:56:24 +0000
commit07ed04996b7f4842d8d4964cbe75c2cc81f0f908 (patch)
treeecdbead0556e0216ad5f3f4aaaeb308d63c0f6fb /sys
parent7729469046f5989915579b86753864bb85239c14 (diff)
recognise the perc4/dc firmware
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/pci/ami_pci.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/pci/ami_pci.c b/sys/dev/pci/ami_pci.c
index 979b80207bd..f348c48e50a 100644
--- a/sys/dev/pci/ami_pci.c
+++ b/sys/dev/pci/ami_pci.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ami_pci.c,v 1.37 2006/03/13 22:11:23 brad Exp $ */
+/* $OpenBSD: ami_pci.c,v 1.38 2006/05/21 00:56:23 dlg Exp $ */
/*
* Copyright (c) 2001 Michael Shalayeff
@@ -101,6 +101,7 @@ struct ami_pci_subsys {
{ 0x004d1025, "ACER MegaRAID ROMB-2E", 0},
{ 0x0511101e, "AMI MegaRAID i4", AMI_BROKEN },
{ 0x04931028, "Dell PERC3/DC", 0 },
+ { 0x05181028, "Dell PERC4/DC", 0 },
{ 0x09a0101e, "Dell 466v1", 0 },
{ 0x11111111, "Dell 466v2", 0 },
{ 0x11121111, "Dell 438", 0 },