From owner-freebsd-stable@FreeBSD.ORG Wed Oct 27 16:21:52 2004 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0284F16A4CE for ; Wed, 27 Oct 2004 16:21:52 +0000 (GMT) Received: from amazone.ujf-grenoble.fr (amazone.ujf-grenoble.fr [193.54.238.254]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D0DD43D55 for ; Wed, 27 Oct 2004 16:21:49 +0000 (GMT) (envelope-from Gilles.Bruno@ujf-grenoble.fr) Received: from tibre2.ujf-grenoble.fr (tana1.ujf-grenoble.fr [152.77.18.74]) JE 9 8 2004) with ESMTP id i9RGLksT004944; Wed, 27 Oct 2004 18:21:46 +0200 (CEST) Received: from jurua.ujf-grenoble.fr (jurua.ujf-grenoble.fr [152.77.1.154]) i9RGLkWS016463; Wed, 27 Oct 2004 18:21:46 +0200 (CEST) (envelope-from Gilles.Bruno@ujf-grenoble.fr) Received: from [127.0.0.1] (localhost.ujf-grenoble.fr [127.0.0.1]) i9RGLk0r014898; Wed, 27 Oct 2004 18:21:47 +0200 (CEST) (envelope-from Gilles.Bruno@ujf-grenoble.fr) Message-ID: <417FCB1A.9040308@ujf-grenoble.fr> Date: Wed, 27 Oct 2004 18:21:46 +0200 From: Gilles Bruno User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8a1) Gecko/20040524 X-Accept-Language: fr, en-us, en MIME-Version: 1.0 To: Gareth Hopkins References: <20041027022636.9312016A548@hub.freebsd.org> In-Reply-To: <20041027022636.9312016A548@hub.freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-stable@freebsd.org Subject: Re: freebsd-stable Digest, Vol 84, Issue 3 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Oct 2004 16:21:52 -0000 Hi Gareth, we are currently working on it in order to make FreeBSD 4.10-STABLE recognize our PowerEdge 1850 Perc 4e/SI (not a PCI-Express one !!) Next week we'll also test a Perc 4/DC on it Basically, you just have to add it's pci signature to the amr driver. The following patch applies to amr_pci.c (cvsup'ed) It has not been thouroughtly tested so use it at your own risk - but so far it has not made any glitches to us --- 4.10-rel/amr_pci.c Wed Oct 27 18:15:12 2004 +++ amr_pci.c Wed Oct 27 18:15:12 2004 @@ -128,6 +128,7 @@ {0x1000, 0x1960, PROBE_SIGNATURE}, {0x1000, 0x0407, 0}, {0x1028, 0x000e, PROBE_SIGNATURE}, /* perc4/di i960 */ + {0x1028, 0x0013, 0}, /* perc4e/Si */ {0x1028, 0x000f, 0}, /* perc4/di Verde*/ {0, 0, 0} }; @@ -180,7 +181,8 @@ */ command = pci_read_config(dev, PCIR_COMMAND, 1); if ((pci_get_device(dev) == 0x1960) || (pci_get_device(dev) == 0x0407) || - (pci_get_device(dev) == 0x000e) || (pci_get_device(dev) == 0x000f)) { + (pci_get_device(dev) == 0x000e) || (pci_get_device(dev) == 0x000f) || + (pci_get_device(dev) == 0x0013)) { /* * Make sure we are going to be able to talk to this board. */ Regards, > > Message: 8 > Date: Tue, 26 Oct 2004 16:51:28 +0200 (South Africa Standard Time) > From: Gareth Hopkins > Subject: Future support for PERC 4e/XX cards > To: freebsd-stable@freebsd.org > Message-ID: > > Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed > > Howdie, > > Was wondering if the following cards would be supported in the > near future by BSD 4.10. > > PERC 4e/Si and PERC 4e/Di. These are from the new Dell poweredge 1850 and > 2850 servers. > > --- > Gareth Hopkins > System Operations > UUNET ZA > -- Gilles BRUNO System Admin. Universite Joseph Fourier - CRIP