From owner-freebsd-current@FreeBSD.ORG Tue Jun 21 18:16:54 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4DA4C1065690 for ; Tue, 21 Jun 2011 18:16:54 +0000 (UTC) (envelope-from ohartman@zedat.fu-berlin.de) Received: from outpost1.zedat.fu-berlin.de (outpost1.zedat.fu-berlin.de [130.133.4.66]) by mx1.freebsd.org (Postfix) with ESMTP id 0C33F8FC18 for ; Tue, 21 Jun 2011 18:16:53 +0000 (UTC) Received: from inpost2.zedat.fu-berlin.de ([130.133.4.69]) by outpost1.zedat.fu-berlin.de (Exim 4.69) with esmtp (envelope-from ) id <1QZ5VM-00077h-UH>; Tue, 21 Jun 2011 20:16:52 +0200 Received: from e178038162.adsl.alicedsl.de ([85.178.38.162] helo=thor.walstatt.dyndns.org) by inpost2.zedat.fu-berlin.de (Exim 4.69) with esmtpsa (envelope-from ) id <1QZ5VM-000105-RW>; Tue, 21 Jun 2011 20:16:52 +0200 Message-ID: <4E00E014.5070208@zedat.fu-berlin.de> Date: Tue, 21 Jun 2011 20:16:52 +0200 From: "Hartmann, O." User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.17) Gecko/20110601 Lightning/1.0b2 Thunderbird/3.1.10 MIME-Version: 1.0 To: Matt References: <4E00DBE2.3080003@gmail.com> In-Reply-To: <4E00DBE2.3080003@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: 85.178.38.162 Cc: FreeBSD-Current , George Kontostanos Subject: Re: xpt_action_default: CCB type 0xe not supported X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Tue, 21 Jun 2011 18:16:54 -0000 On 06/21/11 19:58, Matt wrote: > On 06/21/11 10:51, George Kontostanos wrote: >> Fresh installation and after world&& kernel update I get these messages >> during boot: >> >> xpt_action_default: CCB type 0xe not supported >> xpt_action_default: CCB type 0xe not supported >> >> The system is running GENERIC with debugging for use in current off >> options. >> >> >> Full dmesg attached. >> >> Regards, >> >> >> >> _______________________________________________ >> freebsd-current@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-current >> To unsubscribe, send any mail to >> "freebsd-current-unsubscribe@freebsd.org" > SImilar issues on Tyan board with SATA 3gbs, atapicam custom kernel. I > assumed it was the ugly CF adapter I have, as I've had shoddy USB > devices confuse CAM in the past. Not as annoying as virtualbox being > borked "currently", I assume it's simply a printf that is a little too > verbose? Or is scsi borked too? > > Matt > > > > > > > > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to > "freebsd-current-unsubscribe@freebsd.org" Same here, ASUS board, Intel ICH10R, SATA 3GB. Custom kernel: # S-ATA/AHCI Interface device ahci # Serial ATA Advanced Host Controller Interface driver device ata # Legacy Core ATA functionality options ATA_CAM # ATA CAM # device mvs # Marvell Serial ATA Host Controller driver device siis # Marvell Serial ATA Host Controller driver and the SCSI stuff. Seems to be a very verbose thing inside the CAM system. Oliver