From owner-freebsd-stable@FreeBSD.ORG Wed Nov 18 06:17:28 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A62F31065672 for ; Wed, 18 Nov 2009 06:17:28 +0000 (UTC) (envelope-from jdc@koitsu.dyndns.org) Received: from QMTA11.emeryville.ca.mail.comcast.net (qmta11.emeryville.ca.mail.comcast.net [76.96.27.211]) by mx1.freebsd.org (Postfix) with ESMTP id 8E2AB8FC12 for ; Wed, 18 Nov 2009 06:17:28 +0000 (UTC) Received: from OMTA17.emeryville.ca.mail.comcast.net ([76.96.30.73]) by QMTA11.emeryville.ca.mail.comcast.net with comcast id 6WBa1d0031afHeLABWFGXM; Wed, 18 Nov 2009 06:15:16 +0000 Received: from koitsu.dyndns.org ([98.248.46.159]) by OMTA17.emeryville.ca.mail.comcast.net with comcast id 6WHU1d0033S48mS8dWHUit; Wed, 18 Nov 2009 06:17:28 +0000 Received: by icarus.home.lan (Postfix, from userid 1000) id F0C391E3035; Tue, 17 Nov 2009 22:17:26 -0800 (PST) Date: Tue, 17 Nov 2009 22:17:26 -0800 From: Jeremy Chadwick To: freebsd-stable@freebsd.org Message-ID: <20091118061726.GA1675@icarus.home.lan> References: <4B03322A.2080608@FreeBSD.org> <4B038E75.1010501@rdtc.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4B038E75.1010501@rdtc.ru> User-Agent: Mutt/1.5.20 (2009-06-14) Subject: Re: HEADS UP: major CAM ATA MFC 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: Wed, 18 Nov 2009 06:17:28 -0000 I didn't have this problem. System has AHCI in use, and the kernel is built to make use of modular atacore. Specifically: # Modular ATA device atacore # Core ATA functionality device ataisa # ISA bus support device atapci # PCI bus support; only generic chipset support device ataahci # AHCI SATA device ataintel # Intel Confirmation: FreeBSD icarus.home.lan 8.0-PRERELEASE FreeBSD 8.0-PRERELEASE #0: Tue Nov 17 20:07:21 PST 2009 root@icarus.home.lan:/usr/obj/usr/src/sys/X7SBA_RELENG_8_amd64 amd64 world/kernel built with make -j2 buildworld / make -j2 buildkernel. csup last run against cvsup10.freebsd.org approximately 2 hours ago. I did notice a number of commits to ATA, XPT, CAM, etc. ~8-10 hours ago as well, but even more ~2 hours ago. I assume the delays are due to what the cvsup master vs. mirrors have and how often they sync. I'd recommend you re-csup with a different mirror and see if there are any changes. -- | Jeremy Chadwick jdc@parodius.com | | Parodius Networking http://www.parodius.com/ | | UNIX Systems Administrator Mountain View, CA, USA | | Making life hard for others since 1977. PGP: 4BD6C0CB | On Wed, Nov 18, 2009 at 01:04:37PM +0700, Eugene Grosbein wrote: > Alexander Motin wrote: > > > Feedbacks are welcome as always. > > Today's RELENG_8 build is broken (my /usr/src is symlink to /usr/local/src): > > # make -j3 MODULES_WITH_WORLD=yes buildworld > [skip] > ===> sys/modules/ahci (all) > cc -O2 -pipe -march=prescott -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE > -nostdinc -I. -I@ -I@/contrib/altq -finline-limit=8000 --param inline-unit-gr > owth=100 --param large-function-growth=1000 -fno-common -mno-align-long-strings > -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 > -ffreestanding -fstack-protector -std=iso9899:1999 -fstack-protector -Wall -Wred > undant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointe > r-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -c / > usr/local/src/sys/modules/ahci/../../dev/ahci/ahci.c > /usr/local/src/sys/modules/ahci/../../dev/ahci/ahci.c: In function 'ahci_timeout > ': > /usr/local/src/sys/modules/ahci/../../dev/ahci/ahci.c:1286: error: 'struct ahci_ > channel' has no member named 'fatalerr' > /usr/local/src/sys/modules/ahci/../../dev/ahci/ahci.c: In function 'ahci_end_tra > nsaction': > /usr/local/src/sys/modules/ahci/../../dev/ahci/ahci.c:1368: error: 'struct ahci_ > channel' has no member named 'fatalerr' > /usr/local/src/sys/modules/ahci/../../dev/ahci/ahci.c:1384: error: 'struct ahci_ > channel' has no member named 'fatalerr' > /usr/local/src/sys/modules/ahci/../../dev/ahci/ahci.c:1396: error: 'struct ahci_ > channel' has no member named 'fatalerr' > /usr/local/src/sys/modules/ahci/../../dev/ahci/ahci.c:1405: error: 'struct ahci_ > channel' has no member named 'fatalerr' > /usr/local/src/sys/modules/ahci/../../dev/ahci/ahci.c:1447: error: 'struct ahci_ > channel' has no member named 'fatalerr' > /usr/local/src/sys/modules/ahci/../../dev/ahci/ahci.c: In function 'ahci_reset': > /usr/local/src/sys/modules/ahci/../../dev/ahci/ahci.c:1703: error: 'struct ahci_ > channel' has no member named 'fatalerr' > *** Error code 1 > > Stop in /usr/local/src/sys/modules/ahci. > *** Error code 1 > > Stop in /usr/local/src/sys/modules. > *** Error code 1 > > Stop in /usr/local/src/sys. > *** Error code 1 > > Stop in /usr/local/src. > *** Error code 1 > > Stop in /usr/local/src. > *** Error code 1 > > Stop in /usr/local/src. > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org"