From 07ed04996b7f4842d8d4964cbe75c2cc81f0f908 Mon Sep 17 00:00:00 2001 From: David Gwynne Date: Sun, 21 May 2006 00:56:24 +0000 Subject: recognise the perc4/dc firmware --- sys/dev/pci/ami_pci.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys') 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 }, -- cgit v1.2.3