From owner-freebsd-questions@FreeBSD.ORG Fri Apr 2 08:18:25 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1D99816A4CE for ; Fri, 2 Apr 2004 08:18:25 -0800 (PST) Received: from relay01.roc.ny.frontiernet.net (relay01.roc.ny.frontiernet.net [66.133.131.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id A870943D1D for ; Fri, 2 Apr 2004 08:18:24 -0800 (PST) (envelope-from drew@mykitchentable.net) Received: (qmail 4382 invoked from network); 2 Apr 2004 16:18:23 -0000 Received: from 67-51-124-168.dsl1.elk.ca.frontiernet.net (HELO blacklamb.mykitchentable.net) ([67.51.124.168]) (envelope-sender )SMTP for ; 2 Apr 2004 16:18:23 -0000 Received: from mykitchentable.net (lugalong.mykitchentable.net [192.168.1.25]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by blacklamb.mykitchentable.net (Postfix) with ESMTP id C31093BF3BE; Fri, 2 Apr 2004 08:18:22 -0800 (PST) Message-ID: <406D9256.5050405@mykitchentable.net> Date: Fri, 02 Apr 2004 08:18:30 -0800 From: Drew Tomlinson User-Agent: Mozilla Thunderbird 0.5 (Windows/20040207) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Stephen Hilton References: <406CA1E3.2020106@mykitchentable.net> <20040402082926.6fb86594.nospam@hiltonbsd.com> In-Reply-To: <20040402082926.6fb86594.nospam@hiltonbsd.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: FreeBSD Questions Subject: Re: Firewire Drive Not Recognized During Boot X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Apr 2004 16:18:25 -0000 On 4/2/2004 6:29 AM Stephen Hilton wrote: >On Thu, 01 Apr 2004 15:12:35 -0800 >Drew Tomlinson wrote: > > > >>I'm using 4.9-RELEASE-p4 and have an 80 GB IDE hard drive in a firewire >>enclosure. When I reboot my system, the drive is not recognized. >>However if I unplug/plug the firewire cable, then the drive is >>recognized. I've included my dmesg output below. Any ideas on what is >>going on or what I'm doing wrong? >> >>Thanks, >> >>Drew >> >> > > >http://groups.google.com/groups?q=hiltonbsd.com+firewire+group:mailing.freebsd.*&hl=en&lr=&ie=UTF-8&group=mailing.freebsd.*&selm=bmh3ge%241niu%241%40FreeBSD.csie.NCTU.edu.tw&rnum=1 > > Thanks for your reply. I noticed that your firewire drive is found during boot: > da2 at sbp0 bus 0 target 0 lun 0 > da2: Fixed Simplified Direct Access SCSI-4 device > da2: 50.000MB/s transfers, Tagged Queueing Enabled > da2: 76319MB (156301488 512 byte sectors: 255H 63S/T 9729C) But my drive is not found during boot. I have to unplug/plug my firewire cable before my drive is recognized. Although I just found the fwcontrol man page and learned about the -r option. I ran it and my drive was found as well: WARNING: driver fw should register devices with make_dev() (dev_t = "#fw/0") fwohci0: Initiate bus reset fwohci0: BUS reset fwohci0: node_id=0xc800ffc1, gen=2, CYCLEMASTER mode firewire0: 2 nodes, maxhop <= 1, cable IRM = 1 (me) firewire0: bus manager 1 (me) da2 at sbp0 bus 0 target 0 lun 0 da2: Fixed Simplified Direct Access SCSI-4 device da2: 50.000MB/s transfers, Tagged Queueing Enabled da2: 76351MB (156368016 512 byte sectors: 255H 63S/T 9733C) But what is this "WARNING"? I don't recall seeing it on the unplug/plug sequence. Maybe that has something to do with my problem? Thanks, Drew