From owner-freebsd-questions Mon May 1 08:11:08 1995 Return-Path: questions-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id IAA27036 for questions-outgoing; Mon, 1 May 1995 08:11:08 -0700 Received: from nauplius.rsmas.miami.edu (nauplius.rsmas.miami.edu [129.171.102.27]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id IAA27029 for ; Mon, 1 May 1995 08:11:03 -0700 Received: (from ivan@localhost) by nauplius.rsmas.miami.edu (8.6.9/8.6.9) id LAA00255 for questions@FreeBSD.org; Mon, 1 May 1995 11:11:00 -0400 From: Ivan Lima Message-Id: <199505011511.LAA00255@nauplius.rsmas.miami.edu> Subject: tape.drive To: questions@FreeBSD.org Date: Mon, 1 May 1995 11:10:59 -0400 (EDT) X-Mailer: ELM [version 2.4 PL23] Content-Type: text Content-Length: 1034 Sender: questions-owner@FreeBSD.org Precedence: bulk Hi folks, I can't get the kernel to probe my Colorado tape drive. I've rebuilded the kernel several times trying different options but nothing worked. I have FreeBSD 2.0R and here's the piece of my configuration file: controller fdc0 at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr disk fd0 at fdc0 drive 0 #disk fd1 at fdc0 drive 1 tape ft0 at fdc0 drive 2 I have also tried: controller fdc0 at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr disk fd0 at fdc0 drive 0 #disk fd1 at fdc0 drive 1 tape ft0 at fdc0 drive 1 and including flags 0x1: controller fdc0 at isa? port "IO_FD1" bio flags 0x1 irq 6 drq 2 vector fdintr disk fd0 at fdc0 drive 0 #disk fd1 at fdc0 drive 1 tape ft0 at fdc0 drive 2 But nothing worked. Is there anybody, anyone that can help me with that? Any suggestions are greatly appreciated. Thanks, -ivan- ivan@nauplius.rsmas.miami.edu