From owner-freebsd-current@FreeBSD.ORG Fri Sep 27 13:30:32 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 2637A7BC for ; Fri, 27 Sep 2013 13:30:32 +0000 (UTC) (envelope-from sergey.dyatko@gmail.com) Received: from mail-la0-x22c.google.com (mail-la0-x22c.google.com [IPv6:2a00:1450:4010:c03::22c]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A01412E83 for ; Fri, 27 Sep 2013 13:30:31 +0000 (UTC) Received: by mail-la0-f44.google.com with SMTP id eo20so2171480lab.31 for ; Fri, 27 Sep 2013 06:30:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; bh=dZm4V9qA0IZhCqO41/QYZ2G/IvHV7YkaWiprwX3vl0k=; b=AplCXPGDETK5Fjd+cJ/TyjuuUZHf/f5XxqjXFZe0xJCzxZmDSJT0TuYzf+fhw/+m3H NROSchapUtjycypRj3K75UIxffSmZ+k/ax8LKsFmkX1haMIdKvzZa+yCtBeyHjfyMscB 0Sl6Lj+ViWYSlx4fDB/0vDrskbqpCN3N7j+IjDOhbHIKPha3xrUiMEmVrP5nFkDHp+Ac zNxZqUFlTw6XK3BKH14fKM6aNbchS0vAw62QPyWw4oPStyxrWPsWEPMH1ho2mRASOymY Z4jeD+VBlTtWNTGJT4CCy5Fy9Z+hAstxP3y+axr6tV5TBtp5G8VBu0NyhCzhrmDvVt3W k4kA== X-Received: by 10.152.4.6 with SMTP id g6mr131126lag.50.1380288629634; Fri, 27 Sep 2013 06:30:29 -0700 (PDT) Received: from laptop.minsk.domain (m-s.agava.net. [195.222.84.203]) by mx.google.com with ESMTPSA id ao4sm6090468lac.1.1969.12.31.16.00.00 (version=SSLv3 cipher=RC4-SHA bits=128/128); Fri, 27 Sep 2013 06:30:29 -0700 (PDT) Date: Fri, 27 Sep 2013 16:30:37 +0300 From: "Sergey V. Dyatko" To: Scott Long Subject: Re: r255873: ahcich7: Timeout on slot 0 port 0 FLOODING kernel messages Message-ID: <20130927163037.70ac4aad@laptop.minsk.domain> In-Reply-To: <20130927154831.344745f2@laptop.minsk.domain> References: <20130926085326.72b53660@thor.walstatt.dyndns.org> <20130926154026.4be04064@laptop.minsk.domain> <20130926130718.GH41229@kib.kiev.ua> <20130927083647.39956586@laptop.minsk.domain> <977CE1C1-B96C-4553-8C08-0077E1738496@samsco.org> <20130927145251.6532d339@laptop.minsk.domain> <0B95678C-4C3A-4234-B2EA-77156ED905B9@samsco.org> <20130927151314.61555d56@laptop.minsk.domain> <01FA0DBD-2341-4072-AFEF-732D6B57A516@samsco.org> <20130927154831.344745f2@laptop.minsk.domain> X-Mailer: Claws Mail 3.9.2 (GTK+ 2.24.19; amd64-portbld-freebsd10.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Konstantin Belousov , FreeBSD CURRENT X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Sep 2013 13:30:32 -0000 On Fri, 27 Sep 2013 15:48:31 +0300 "Sergey V. Dyatko" wrote: > On Fri, 27 Sep 2013 06:39:44 -0600 > Scott Long wrote: > > > > > On Sep 27, 2013, at 6:13 AM, Sergey V. Dyatko > > wrote: > > > > > On Fri, 27 Sep 2013 05:57:01 -0600 > > > Scott Long wrote: > > > > > >> > > >> On Sep 27, 2013, at 5:52 AM, Sergey V. Dyatko > > >> wrote: > > >> > > >>>>> > > >>>>> yes, these messages disappeared after revert 255870 and > > >>>>> r255871 > > >>>>> > > >>>> > > >>>> > > >>>> Hi, > > >>>> > > >>>> Nothing that I changes should have affected the ahci driver. > > >>>> In fact, I tested this driver specifically during my > > >>>> development. Can you confirm that you built both kernel and > > >>>> modules from a clean state? > > >>> > > >>> [tiger@laptop]:/usr/src%svn st > > >>> M sys/boot/i386/zfsboot/zfsboot.c > > >>> [tiger@laptop]:/usr/src%svn diff > > >>> Index: sys/boot/i386/zfsboot/zfsboot.c > > >>> =================================================================== > > >>> --- sys/boot/i386/zfsboot/zfsboot.c (revision 255873) > > >>> +++ sys/boot/i386/zfsboot/zfsboot.c (working copy) > > >>> @@ -302,6 +302,7 @@ > > >>> * region in the SMAP, use the last 3MB of 'extended' memory > > >>> as a > > >>> * high heap candidate. > > >>> */ > > >>> + high_heap_size = 0; > > >>> if (bios_extmem >= HEAP_MIN && high_heap_size < HEAP_MIN) { > > >>> high_heap_size = HEAP_MIN; > > >>> high_heap_base = bios_extmem + 0x100000 - HEAP_MIN; > > >>> [tiger@laptop]:/usr/src% > > >>> > > >>> nothing more. > > >>> > > >> > > >> Yes, no local source changes, but are you loading the cam or ahci > > >> drivers a loadable modules that might be out of sync now, or did > > >> you use a short- cut for building your kernel, like NO_CLEAN? > > >> > > > > > > my KERNCONF located here: http://svn.freebsd.by/files/b450.txt > > > my update procedure was: > > > # pwd > > > /usr/src > > > # svn up > > > Updating '.': > > > ...... > > > Updated to revision r255873. > > > > > > # make -j2 buildworld > > > # make kernel > > > # mergemaster -p > > > # make installworld > > > # mergemaster -iF > > > # shutdown -r now > > > > > > after revert (svn merge -c -255871; svn merge -c -255870) I do > > > # make -j2 buildkernel KERNFAST=1 > > > installkernel & shutdown -r > > > > Please try building without the KERNFAST option. There might be > > some broken header dependencies that you are tripping over. > > Ok, I'll try. just in case: > [tiger@laptop]:/usr/src%svn st > M sys/boot/i386/zfsboot/zfsboot.c > M sys/cam/cam.h > M sys/cam/cam_ccb.h > M sys/cam/cam_compat.c > M sys/cam/cam_compat.h > M sys/cam/cam_xpt.c > M sys/cam/scsi/scsi_pass.c > M sys/dev/asr/asr.c > M sys/dev/firewire/sbp.c > M sys/dev/hpt27xx/hpt27xx_osm_bsd.c > M sys/dev/hpt27xx/os_bsd.h > M sys/dev/hptiop/hptiop.c > M sys/dev/hptiop/hptiop.h > M sys/dev/hptmv/entry.c > M sys/dev/hptmv/osbsd.h > M sys/dev/hptnr/hptnr_osm_bsd.c > M sys/dev/hptnr/os_bsd.h > M sys/dev/hptrr/hptrr_osm_bsd.c > M sys/dev/hptrr/os_bsd.h > M sys/dev/iir/iir.c > M sys/dev/iir/iir.h > M sys/dev/tws/tws.c > M sys/dev/tws/tws_cam.c > > [tiger@laptop]:/usr/src%svn info |grep -i ^rev > Revision: 255873 > > I run 'make -j2 buildkernel' now. > after installkernel and reboot nothing has changed. > > > > Scott > > > -- wbr, tiger