From owner-freebsd-questions@FreeBSD.ORG Mon Nov 20 15:52:47 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8E27416A412 for ; Mon, 20 Nov 2006 15:52:47 +0000 (UTC) (envelope-from ovidiue@unixware.ro) Received: from elgreco.hmdnsgroup.com (elgreco.hmdnsgroup.com [63.247.135.88]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9797743DB6 for ; Mon, 20 Nov 2006 15:47:56 +0000 (GMT) (envelope-from ovidiue@unixware.ro) Received: from unixware.iasi.rdsnet.ro ([86.124.41.195]:63962 helo=unixware.ro) by elgreco.hmdnsgroup.com with esmtpa (Exim 4.52) id 1GmBNQ-0005xR-9F; Mon, 20 Nov 2006 10:48:08 -0500 Message-ID: <4561CDD0.1000400@unixware.ro> Date: Mon, 20 Nov 2006 17:46:24 +0200 From: ovidiu ene User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4) Gecko/20030624 Netscape/7.1 (ax) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Paul Schmehl , freebsd-questions References: <455ED90E.10400@unixware.ro> <8289B626D72650D4AD7B35B3@paul-schmehls-powerbook59.local> In-Reply-To: <8289B626D72650D4AD7B35B3@paul-schmehls-powerbook59.local> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-HMDNSGroup-MailScanner-Information: Please contact the ISP for more information X-HMDNSGroup-MailScanner-SpamCheck: X-HMDNSGroup-MailScanner-From: ovidiue@unixware.ro X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - elgreco.hmdnsgroup.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - unixware.ro X-Source: X-Source-Args: X-Source-Dir: Cc: Subject: PowerEdge 1950 SAS and SATA support X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Nov 2006 15:52:47 -0000 Hello again Thank you for your detalied answer. Do you know if FreeBSD 6.1 support SATA controller or SAS controller on PowerEdge 1950 best regards, ovidiu ene Paul Schmehl wrote: > --On November 18, 2006 11:57:34 AM +0200 ovidiu ene > wrote: > >> Hello guys, >> >> I want to know if Dell PowerEdge 1950 works fine on FreeBSD 6.1 i386. >> (I am interested if network cards are detected and work properly, also >> if SATA/SAS drive is detected properly. >> > There are two problems that you must overcome and they require that > you rebuild world and kernel. The network card driver has a problem, > and the usb driver has a problem. The former causes the network card > to become unusable and only a reboot will fix it. The latter prevents > you from using the DRAC card (if you ordered one with the 1950.) > > Both problems can be overcome with newer source code files, but you > then have to rebuild world and kernel. And you must save those source > code files, because you'll need them every time you have to update > world or kernel due to security patches. > > The two files in question are if_bce.c and ehci.c. > > if_bce.c > > > > ehci.c v 1.42: > > > > > Put this version in place in /usr/src/sys/dev/usb, comment out line 766 > and rebuild your kernel and the DRAC5 keyboard will start to work. > > The commit note says MFC after 2 weeks, but this seems to have been > missed. > I'm going to ping the maintainers and see if I can get it MFCed before > 6.2 > comes out. > > Paul Schmehl (pauls@utdallas.edu) > Senior Information Security Analyst > The University of Texas at Dallas > http://www.utdallas.edu/ir/security/ >