From owner-freebsd-current@FreeBSD.ORG Sat Nov 3 23:42:00 2007 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 3478316A41B for ; Sat, 3 Nov 2007 23:42:00 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from ag-out-0708.google.com (ag-out-0708.google.com [72.14.246.249]) by mx1.freebsd.org (Postfix) with ESMTP id E4A5313C4A7 for ; Sat, 3 Nov 2007 23:41:59 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: by ag-out-0708.google.com with SMTP id 35so693436aga for ; Sat, 03 Nov 2007 16:41:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding; bh=0l329KKRkLwCMeQ2tKujHccSX7edGpsNkuEXw65wp8A=; b=EiTAjnk/jTCU3rP4eFih6m7o1APWSlDN7vBxWlForY53lIkpUCJHNbJ7p1xM5Dr84s7dsPmYLRpPrNcxA0wU3l8WjUrGTFstCD9LoaN3vNwmUWIyiYYGzKfJroETFj90E7itzcPkkenh8t4RGLHZXYOB+LYBPFgEYdvO87p1F/s= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding; b=Uc7ojgG8dU0sCSyaTzPujLoodtzIVXcyIG8E9Q9+vO37lxhrfERJGW1bp+Wn+EOdbRWXNQx/MZuRF76T/ev51EMnDjws1kD4Bxe9Tu/L67xGvoJ87jdODQvAxwWz8Eft1JgzcmadRv+12sUlQsw3SfrjhffbKCuijiUUTtPmxQQ= Received: by 10.70.49.1 with SMTP id w1mr4778619wxw.1194133301477; Sat, 03 Nov 2007 16:41:41 -0700 (PDT) Received: from ?192.168.2.2? ( [67.85.89.184]) by mx.google.com with ESMTPS id u25sm6860706ele.2007.11.03.16.41.39 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sat, 03 Nov 2007 16:41:39 -0700 (PDT) Message-ID: <472CCEAF.8080006@gmail.com> Date: Sat, 03 Nov 2007 15:40:31 -0400 From: "Aryeh M. Friedman" User-Agent: Thunderbird 2.0.0.6 (X11/20071101) MIME-Version: 1.0 To: sam References: <472C3569.3050301@gmail.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: freebsd-current@freebsd.org Subject: Re: sata atapi on ich9r 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: Sat, 03 Nov 2007 23:42:00 -0000 >> > The cpu is > CPU: Intel(R) Core(TM)2 Duo CPU E6750 @ 2.66GHz (2666.68-MHz > 686-class CPU) > installed bsd is a i386. How much RAM? > >> Are you SATA/300 devices reported as SATA/150 and/or UDMA33? >> > ad4: 305244MB at ata2-master SATA300 > ad6: 305244MB at ata3-master SATA300 > ad8: 238475MB at ata4-master SATA300 > acd0: DVDROM at ata5-master SATA150 > acd1: DVDROM at ata6-master SATA150 > acd2: DVDR at ata7-master SATA150 Are the acd's 150 or 300 in real life? > > What I find kind of strange too, is that the first harddisk, which > is plugged into sata0, is called ad4.. but never mind. If I enable > the jmicron controller, which is also on the bord, the harddisk gets > even ad10... I will have to play with this because I get: acd0: DVDR at ata4-master SATA150 ad10: 476940MB at ata5-master SATA150 both are SATA/300 (perhaps it has something with what ATA port they are plugged into but as far I know I have them on the first SATA port) > > >> Does it reconize any PATA devices you may have? >> > Don't have any. > >> The only solution I was found was to use 8-current (i.e. from late sept >> on wards stuff worked fine [but only after the version fork]). BTW my >> SATA/300 devices are still reported as SATA/150 and the PATA device is >> not seen at all. > >> >>> >>> Removing atapicam from kernel does help. I can boot, provided there >>> are no cds/dvds in the drives. >>> >>> But trying to play a dvd fails with >>> acd0: WARNING - SETFEATURES SET TRANSFER MODE taskqueue timeout - >>> completing request directly >>> acd0: WARNING - SETFEATURES SET TRANSFER MODE taskqueue timeout - >>> completing request directly >>> acd0: FAILURE - SEND_KEY timed out >>> acd0: FAILURE - MODE_SENSE_BIG timed out >>> no matter, if I try on optiarc/asus. >> >> Is this true even if you have boot from cd in the cmos? > Will try this. Results?