From owner-freebsd-stable Sat May 11 20:33:45 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mail.lambertfam.org (www.lambertfam.org [216.223.196.6]) by hub.freebsd.org (Postfix) with ESMTP id 375C637B401 for ; Sat, 11 May 2002 20:33:41 -0700 (PDT) Received: from localhost.localdomain (localhost [127.0.0.1]) by localhost.inch.com (Postfix) with ESMTP id CAFBE34FF0; Sat, 11 May 2002 23:31:43 -0400 (EDT) Received: from laptop.lambertfam.org (TC4-dial-67-195.oldslip.inch.com [216.223.195.67]) by mail.lambertfam.org (Postfix) with ESMTP id 9455034D92; Sat, 11 May 2002 23:31:37 -0400 (EDT) Received: by laptop.lambertfam.org (Postfix, from userid 1000) id 5714628B09; Sat, 11 May 2002 23:33:29 -0400 (EDT) Date: Sat, 11 May 2002 23:33:29 -0400 From: Scott Lambert To: dr yoshimasa tsuji , freebsd-stable@FreeBSD.ORG Subject: Re: fasttrak100 Message-ID: <20020512033329.GB35818@laptop.lambertfam.org> Reply-To: freebsd-stable@FreeBSD.ORG Mail-Followup-To: dr yoshimasa tsuji , freebsd-stable@FreeBSD.ORG References: <200205110002.JAA16267@wise13.mn.waseda.ac.jp> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200205110002.JAA16267@wise13.mn.waseda.ac.jp> User-Agent: Mutt/1.3.28i Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, May 11, 2002 at 09:02:18AM +0900, dr yoshimasa tsuji wrote: > Hello, > I posted a query a week ago, asking how to make use of FastTrak 100, > and have had advice that I should use -stable. As a newcomer to FreeBSD, > and have no idea how to compile "kernel", I looked for an ISO image > file and ran 4.5p4. But the result has made no difference. > It is true that the kernel handles FastTrak100 all right after a > fashion in that it allows me to use two IDE drives connected to FastTrak100. > But the reason I use FastTrak100 is not exactly that way: I want to > use it as a RAID device. The drives are set up in BIOS that the one > is the master and the other a mirror, but FreeBSD makes me treat them > as two independent drives. I am using a Promise FastTrak TX4 ATA100 in my personal web server. atapci2: port 0xfcd0-0xfcdf,0xfcf0 -0xfcf3,0xfce8-0xfcef,0xfcf4-0xfcf7,0xfcf8-0xfcff mem 0xff9f0000-0xff9fffff irq 11 at device 2.0 on pci1 It is setup to mirror two drives. You should see an ar0 device in addition to the usual ad0 and ad1 devices. Do you get the ar0 device? If so use it rather than the ad devices. "ar" appears to stand for "ATAPI RAID". It is unfortunate that the only man pages for ar refer a syncronous serial device and the archive manipulation tool. The ata man page is also lacking reference to this device. grep -A2 ar0 /var/run/dmesg.boot >23:19:25 Sat May 11 $ grep -A2 ar0 /var/run/dmesg.boot >ar0: 39100MB [4984/255/63] status: READY subdisks: > 0 READY ad4: 39266MB [79780/16/63] at ata2-master UDMA100 > 1 READY ad6: 39266MB [79780/16/63] at ata3-master UDMA100 >-- >Mounting root from ufs:/dev/ar0s1a I think you should have it. I installed from the FreeBSD 4.5 CD and everything was detected and worked. I have since upgraded to -STABLE. The machine seems quite happy. I think it should just work for you. You may just be overlooking the ar0 device. If you don't have the ar0 device in your dmesg, see the handbook about upgrading your system to -STABLE. http://www.freebsd.org/handbook/current-stable.html#STABLE http://www.freebsd.org/handbook/makeworld.html Alternatively, based on your e-mail address, you may prefer: http://www.freebsd.org/doc/ja_JP.eucJP/books/handbook/current-stable.html#STABLE http://www.freebsd.org/doc/ja_JP.eucJP/books/handbook/makeworld.html > If there is anyone out there who has manged to use Promise FastTrak > 100 X2 with FreeBSD, give me a line, please (ytsuji@mn.waseda.ac.jp) -- Scott Lambert KC5MLE Unix SysAdmin lambert@lambertfam.org http://www.lambertfam.org/~lambert/resume.html 3 years Sr. SysAdmin experience with FreeBSD in small & medium size ISPs. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message