From owner-freebsd-questions Mon Nov 1 14:29:15 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mx.emailqueue.net (mx0.emailqueue.net [209.240.140.250]) by hub.freebsd.org (Postfix) with ESMTP id 3A08E14A0E for ; Mon, 1 Nov 1999 14:29:06 -0800 (PST) (envelope-from bs@cyalchemy.com) Received: from mx0.emailqueue.net (209.75.4.19) by mx.emailqueue.net (8.9.3/8.9.3) with ESMTP id OAA75861; Mon, 1 Nov 1999 14:29:05 -0800 (PST) (envelope-from bs@cyalchemy.com) Received: from ben ([63.70.222.240]) by mx0.emailqueue.net (8.9.3/8.9.3) with ESMTP id OAA92514; Mon, 1 Nov 1999 14:29:00 -0800 (PST) Message-Id: <4.2.0.58.19991101152618.0098f340@mail.cyalchemy.com> X-Sender: bs@mail.cyalchemy.com (Unverified) X-Mailer: QUALCOMM Windows Eudora Pro Version 4.2.0.58 Date: Mon, 01 Nov 1999 15:28:59 -0700 To: Gustavo V G C Rios , questions@FreeBSD.ORG From: Ben Schumacher Subject: Re: IDE ZIP DRIVE In-Reply-To: <381E0E86.82E07868@ddsecurity.com.br> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG IDE Zip Drives (at least my IDE Zip drive) are supported using the IDE Floppy device. Make sure you have these lines in your kernel configuration: options ATAPI options ATAPI_STATIC device wfd0 Then you should be able to access your zip drive using /dev/wfd0 Hope this helps, - Ben Schumacher At 08:04 PM 11/1/99 -0200, Gustavo V G C Rios wrote: >I am trying to set my IDE ZIP Drive (which is connected to Secondary >Slave Dev). > >The problem, is that altough i commented out the wdc1 line in my kerel >config file. >Here it goes: > >controller wdc1 at isa? port "IO_WD2" bio irq 15 > > >The problem is that my freebsd box cannot see my wdc1 device, here is >what o get from my dmesg output: > > >... >wdc0 at 0x1f0-0x1f7 irq 14 on isa >wdc0: unit 0 (wd0): >wd0: 8063MB (16514064 sectors), 16383 cyls, 16 heads, 63 S/T, 512 B/S >wdc0: unit 1 (atapi): < 34X CD-ROM/VER 1.D1>, removable, accel, dma, >iordy >acd0: drive speed 687 - 3781KB/sec, 128KB cache >acd0: supported read types: CD-R, CD-RW, CD-DA, packet track >acd0: Audio: play, 255 volume levels >acd0: Mechanism: ejectable tray >acd0: Medium: CD-ROM 120mm photo disc loaded, unlocked >wdc1 not found at 0x170 >... > >Can anyone here explian me *PLEASE* what is going on ? > > >PS: From Linux/Win is works well. So where is my mistaken ? > > >-- >Message of the day: > > The trouble with doing something right the first time is that nobody >appreciates how difficult it was. > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message