From owner-freebsd-questions Thu Aug 31 04:59:50 1995 Return-Path: questions-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id EAA03848 for questions-outgoing; Thu, 31 Aug 1995 04:59:50 -0700 Received: from everest (dtr.rain.com [204.119.8.19]) by freefall.FreeBSD.org (8.6.11/8.6.6) with ESMTP id EAA03842 ; Thu, 31 Aug 1995 04:59:47 -0700 From: bmk@dtr.com Received: from rainier (rainier.dtr.com [204.119.48.36]) by everest (8.6.11/8.6.9) with ESMTP id EAA09410; Thu, 31 Aug 1995 04:54:00 -0700 Received: (from bmk@localhost) by rainier (8.6.11/8.6.9) id EAA00275; Thu, 31 Aug 1995 04:58:43 -0700 Message-Id: <199508311158.EAA00275@rainier> Subject: Re: Archive SC-402 Tape Controller Help To: gclarkii@freefall.FreeBSD.org (Gary Clark II) Date: Thu, 31 Aug 1995 04:58:43 -0700 (PDT) Cc: freebsd-questions@freefall.FreeBSD.org In-Reply-To: <199508310508.WAA22117@freefall.FreeBSD.org> from "Gary Clark II" at Aug 30, 95 10:08:20 pm Reply-To: bmk@dtr.com X-Mailer: ELM [version 2.4 PL24] Content-Type: text Content-Length: 435 Sender: questions-owner@FreeBSD.org Precedence: bulk > Does anyone either have one of these or know how to set one up > for FreeBSD? It's suposed to be QIC-02... I have one. What seems to be the trouble? It's been a long time, but I believe that all that needs to be done is the following has to be added to your kernel configuration: device wt0 at isa? port 0x300 bio irq 5 drq 1 vector wtintr Naturally, the parameters must match your hardware and a new kernel must be built.