From owner-freebsd-stable@FreeBSD.ORG Thu Oct 12 10:18:50 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org 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 6005316A415 for ; Thu, 12 Oct 2006 10:18:50 +0000 (UTC) (envelope-from markir@paradise.net.nz) Received: from linda-1.paradise.net.nz (linda-1.paradise.net.nz [203.96.152.180]) by mx1.FreeBSD.org (Postfix) with ESMTP id E797C43D45 for ; Thu, 12 Oct 2006 10:18:49 +0000 (GMT) (envelope-from markir@paradise.net.nz) Received: from smtp-3.paradise.net.nz (tclsnelb1-src-1.paradise.net.nz [203.96.152.172]) by linda-1.paradise.net.nz (Paradise.net.nz) with ESMTP id <0J7000EPUPZC80@linda-1.paradise.net.nz> for freebsd-stable@freebsd.org; Thu, 12 Oct 2006 23:18:48 +1300 (NZDT) Received: from [192.168.1.11] (218-101-28-242.dsl.clear.net.nz [218.101.28.242]) by smtp-3.paradise.net.nz (Postfix) with ESMTP id DF6F512DB946; Thu, 12 Oct 2006 23:18:47 +1300 (NZDT) Date: Thu, 12 Oct 2006 23:18:46 +1300 From: Mark Kirkwood In-reply-to: <20061012034757.GA13214@tmn.ru> To: "Sergey N. Voronkov" Message-id: <452E1686.2020902@paradise.net.nz> MIME-version: 1.0 Content-type: text/plain; format=flowed; charset=ISO-8859-1 Content-transfer-encoding: 7bit User-Agent: Thunderbird 1.5.0.7 (X11/20061003) References: <20061012034757.GA13214@tmn.ru> Cc: freebsd-stable@freebsd.org Subject: Re: Question on runing STABLE on old Intel SMP boards X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Oct 2006 10:18:50 -0000 Sergey N. Voronkov wrote: > Hello, Stable! > > Do anyone have running RELENG_6 branch on old Intel SMP boards? I have two > of them: SCB2 and SDS2. Both are on RELENG_4_11 today. Thinking on proposed > EoL of RELENG_4 branch I'v tryed to move one of them (SCB2) onto 6.1-RELEASE. > That was very problematic - ethernet performance droped down to about 90 > kB/s in installer (Installer was runned from boot floppy). > FWIW both these boards seem very similar to a Supermicro P3TDER that I'm running 6-STABLE on (however the ethernet adapter is fxp not em), and it works well (Serverworks HE-SL is a really good chipset). I guess you could try a different ethernet card - if the boards have enough free PCI slots for you to do this - they look like they have 1 more than the P3TDER does (i.e. 1) > Do you have any tips? (Like running with ACPI disabled ond so on). > Works with ACPI enabled - had to use hw.acpi.disable_on_reboot=1 to get the power button to switch the box off after halt tho. Cheers Mark