From owner-freebsd-current@FreeBSD.ORG Fri Aug 15 15:57:29 2008 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 4A4671065688 for ; Fri, 15 Aug 2008 15:57:29 +0000 (UTC) (envelope-from rdivacky@vlk.vlakno.cz) Received: from vlakno.cz (vlk.vlakno.cz [62.168.28.247]) by mx1.freebsd.org (Postfix) with ESMTP id E84928FC1B for ; Fri, 15 Aug 2008 15:57:28 +0000 (UTC) (envelope-from rdivacky@vlk.vlakno.cz) Received: from localhost (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id 2EF3068BC96; Fri, 15 Aug 2008 17:56:04 +0200 (CEST) X-Virus-Scanned: amavisd-new at vlakno.cz Received: from vlakno.cz ([127.0.0.1]) by localhost (vlk.vlakno.cz [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 51kQzLSTFTgb; Fri, 15 Aug 2008 17:56:01 +0200 (CEST) Received: from vlk.vlakno.cz (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id 856B968BC90; Fri, 15 Aug 2008 17:56:01 +0200 (CEST) Received: (from rdivacky@localhost) by vlk.vlakno.cz (8.14.2/8.14.2/Submit) id m7FFu0bm076621; Fri, 15 Aug 2008 17:56:00 +0200 (CEST) (envelope-from rdivacky) Date: Fri, 15 Aug 2008 17:56:00 +0200 From: Roman Divacky To: Larry Rosenman Message-ID: <20080815155600.GA76360@freebsd.org> References: <00b101c8fee3$5d0be0f0$1723a2d0$@org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <00b101c8fee3$5d0be0f0$1723a2d0$@org> User-Agent: Mutt/1.4.2.3i Cc: freebsd-current@freebsd.org Subject: Re: FW: /dev/sg* for AMD64 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: Fri, 15 Aug 2008 15:57:29 -0000 On Fri, Aug 15, 2008 at 09:29:35AM -0500, Larry Rosenman wrote: > Can I get a response from SOMEONE on getting /dev/sg* working for the amd64 > platform so > that tools such as Seagate's seatools linux32 binary will work on FreeBSD? > > (I was able to get a replacement drive without it this time, but sometimes > seagate, and other manufacturers get pissy about running THEIR tool). > > Thanks! > > -- > Larry Rosenman http://www.lerctr.org/~ler > Phone: +1 512-248-2683 E-Mail: ler@lerctr.org > US Mail: 430 Valona Loop, Round Rock, TX 78681-3893 > > > -----Original Message----- > From: owner-freebsd-current@freebsd.org > [mailto:owner-freebsd-current@freebsd.org] On Behalf Of Larry Rosenman > Sent: Friday, August 01, 2008 1:17 PM > To: scottl@freebsd.org > Cc: freebsd-current@freebsd.org > Subject: /dev/sg* for AMD64 > > Scott, > Back before 7.0, you added /dev/sg* for linux compatibility, but the > 64 bit stuff didn't work. Has there been any progress on getting it > work with amd64? > I have a seagate drive that's giving me flack, and they want me to > run their linux tool, but it won't run on my box due to the above. > > If I need to file a PR, please let me know. > > I'm on 7-STABLE. what exactly is the problem? please be a little more specific, can you provide a ktrace/linux_kdump of whats going on? does it crush? does it just dont use the sg* device? what is the problem?