From owner-freebsd-sparc64@FreeBSD.ORG Wed Jul 22 20:32:21 2009 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5A863106566C for ; Wed, 22 Jul 2009 20:32:21 +0000 (UTC) (envelope-from rjohanne@piper.hamline.edu) Received: from piper.hamline.edu (wnk2.hamline.edu [138.192.246.27]) by mx1.freebsd.org (Postfix) with ESMTP id 25E468FC1A for ; Wed, 22 Jul 2009 20:32:20 +0000 (UTC) (envelope-from rjohanne@piper.hamline.edu) Received: from piper.hamline.edu (localhost.localdomain [127.0.0.1]) by piper.hamline.edu (8.14.2/8.14.2) with ESMTP id n6MJetlw023066 for ; Wed, 22 Jul 2009 14:40:55 -0500 Received: from localhost (rjohanne@localhost) by piper.hamline.edu (8.14.2/8.14.2/Submit) with ESMTP id n6MJetcQ023063 for ; Wed, 22 Jul 2009 14:40:55 -0500 Date: Wed, 22 Jul 2009 14:40:55 -0500 (CDT) From: R J X-X-Sender: rjohanne@wnk To: freebsd-sparc64@freebsd.org Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Subject: Sata pci cards in ultra 60 or blade 1000 X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Jul 2009 20:32:21 -0000 Hi all, I have both an ultra 60 and a Sun blade 1000. I have freebsd 7.2 running on both seemingly without issue, outside of sata pci. I have had a promise SATA300 TX4, 66MHZ (4 port version) in the ultra 60 and rebuild the kernel to contain the ata driver. When the system boots, it sees the card just fine, but it doesn't see any drives attached to it. I had two disks attached (one 40gig fujitsu, and one is a 1TB hitachi), but none of them were seen. I tried powering the drives with a different power supply, but they would not be seen by the promise controller. The drives work fine in a pc with linux. I switched out the promise card, and put a silicon image Sil 3512 in the ultra 60, and the two drives were seen. I was able to lay ufs file system on them, and even copied files around, but the system was not stable. I.e, I would copy files to the sata hard drives for a few minutes before it would hang and remain that way till I did a hard reset. I then took the Sil 3512 out of the ultra60 and put it in the Sun blade 1000, and attached the drives, and, just like the promise card, the sil card is seen by freebsd, but the drives are not. Remember, the drives are seen with the same card in the ultra60. I currently don't have the promise card with me to test with the blade, but I would imagine the same thing will happen. Has any body had success with sata pci cards in any of the ultrasparc pci systems? If so, what cards/chipsets/workarounds? Other than the 66mhz v 33mhz(with respective 3.3/5 volt) and 32 v 64 bit, is there any other thing quirky about the sparc pci busses that would cause this sort of behaviour? Any help appreciated. Robert