From owner-freebsd-questions Sun May 7 22:46:28 1995 Return-Path: questions-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id WAA19539 for questions-outgoing; Sun, 7 May 1995 22:46:28 -0700 Received: from mail.barrnet.net (mail.BARRNET.NET [131.119.246.7]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id WAA19528 for ; Sun, 7 May 1995 22:46:27 -0700 Received: from nauplius.rsmas.miami.edu (nauplius.rsmas.miami.edu [129.171.102.27]) by mail.barrnet.net (8.6.10/MAIL-RELAY-LEN) with ESMTP id VAA03598 for ; Sun, 7 May 1995 21:15:45 -0700 Received: (from ivan@localhost) by nauplius.rsmas.miami.edu (8.6.9/8.6.9) id AAA24622 for questions@FreeBSD.org; Mon, 8 May 1995 00:17:42 -0400 From: Ivan Lima Message-Id: <199505080417.AAA24622@nauplius.rsmas.miami.edu> Subject: colorado.tape.drive To: questions@FreeBSD.org Date: Mon, 8 May 1995 00:17:41 -0400 (EDT) X-Mailer: ELM [version 2.4 PL23] Content-Type: text Content-Length: 1033 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