From owner-freebsd-questions@FreeBSD.ORG Tue May 2 18:29:02 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8036316A4AB for ; Tue, 2 May 2006 18:29:02 +0000 (UTC) (envelope-from nospam@mgedv.net) Received: from mgedv.at (mail.mgedv.at [195.3.87.103]) by mx1.FreeBSD.org (Postfix) with ESMTP id 063AC43D73 for ; Tue, 2 May 2006 18:29:01 +0000 (GMT) (envelope-from nospam@mgedv.net) Received: from metis (localhost [127.0.0.1]) by mgedv.at (SMTPServer) with ESMTP id 97F72186864 for ; Tue, 2 May 2006 20:28:52 +0200 (MEST) From: "No@SPAM@mgEDV.net" To: Date: Tue, 2 May 2006 20:29:04 +0200 Message-ID: <002101c66e16$4a88e820$dededede@avalon.lan> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 In-Reply-To: <20060502210810.rwy4yfg6s8k80c8k@webmail.raad.tartu.ee> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Thread-Index: AcZuE3rIR75GPPwAQVWI3CsUBurfNQAAYJLQ Cc: Subject: RE: Intel SE7520BD2 motherboard X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: nospam@mgedv.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 May 2006 18:29:02 -0000 > - Second integrated NIC: Marvell Yukon EC88E8050 - nothing about this <..> we're using the same driver (from marvell directly) under 6.1-RC2 and it works smoothly. you only have to cp if_myk.ko to your kernel dir, and load it with loader.conf or later on with kldload... (we have an intel SE7320VP2D2 board, should be exactly the same chipset from marvell). take care for the following issue: intel has some ipmi-remote-lan-console stuff, which configures an ip address and sends arp-requests if you activate it or not. there are non-public ipmi-tools available from intel support, if you encounter such behaviour. - Intel ICH5R SATA controller. Also not explicitly noted in hardware notes, at least not in 'Disk controllers' section. Couldn't find anything definitive by googling. I'm not interested in possible RAID features, would it work if I just connected a single SATA disk to this controller? it's not really supported, but you can use atacontrol to write good metadata (again, thx 2 soren ;-)) and get this thing running (sw-raid). we have an ICH6R inside of a hp dl320 g4, works well, except pulling hdd's and replacing them while being up, will render the new disk unknown until a reboot has occurred (raid sync has to be done manually, but works). our board works fine (except a current issue with a malloc-panic, but i'm sure that's an issue of configuration, not supported hardware ;-)