From owner-freebsd-drivers@FreeBSD.ORG Fri Jul 9 08:22:22 2010 Return-Path: Delivered-To: freebsd-drivers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EDD52106564A for ; Fri, 9 Jul 2010 08:22:22 +0000 (UTC) (envelope-from mgamsjager@gmail.com) Received: from mail-bw0-f54.google.com (mail-bw0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id 814DB8FC08 for ; Fri, 9 Jul 2010 08:22:22 +0000 (UTC) Received: by bwz12 with SMTP id 12so1109074bwz.13 for ; Fri, 09 Jul 2010 01:22:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:from:date :message-id:subject:to:content-type; bh=hKWS4Tz6IHAOxVglCAJoEUX44Da69r7YKKjl962yG0A=; b=KlmjJfPl9Z8WjOcvd4icSk3t24RgA+VlXnq+RBOQeEDk2dkL55cOrHMD04S01tDSpd LbK8MeFrPJYfNKRfLrK9vM79QPs8utXMlfXAesS8Ffklaf+jHoQSl5oD8KGDKfqTotLn HoJWVbaaRvbzSNLi2zjQBmUQm5nz3EmLgWUcY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; b=h2GPTXhOl9tt4Vf/AqLqnPMBcDkbOUgBBH2yLCgURW9fWgp/xplxWAvkh8//h/Go5t AhufikkrtP4rDWVugxZ/esMRnfThxnPP3y784//BPUlO4BWtFgqX4m9ya8qIYTbQ7Pyq 0KbRREezSRmKrhH08Nk+aIyNF+OtxcTd1JGdU= Received: by 10.204.150.92 with SMTP id x28mr7221541bkv.132.1278663732873; Fri, 09 Jul 2010 01:22:12 -0700 (PDT) MIME-Version: 1.0 Received: by 10.204.70.204 with HTTP; Fri, 9 Jul 2010 01:21:38 -0700 (PDT) From: Matthias Gamsjager Date: Fri, 9 Jul 2010 10:21:38 +0200 Message-ID: To: freebsd-drivers Content-Type: text/plain; charset=ISO-8859-1 Subject: MSK nic driver issue X-BeenThere: freebsd-drivers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Writing device drivers for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Jul 2010 08:22:23 -0000 Hello, I have an issue with the MSK nic driver under 8-stable. problem is that during the kernel boot the link status changes couple of times. I'm experimenting with iscsi boot at the moment and just before iscsi is scanning for luns the interface link status changes from up to down and back to up about 1s later. This is enough for iscsi to loose connection with the disk. FXP nic works great and can boot from iscsi lun tho. this there a way to fix this? greets Matthias