From owner-freebsd-questions Sun Nov 26 10: 9: 1 2000 Delivered-To: freebsd-questions@freebsd.org Received: from tetboss.internal.tetronsoftware.com (tetboss.tetronsoftware.com [64.217.1.45]) by hub.freebsd.org (Postfix) with ESMTP id 2E9B237B678 for ; Sun, 26 Nov 2000 10:08:55 -0800 (PST) Received: by tetboss.internal.tetronsoftware.com with Internet Mail Service (5.5.2448.0) id ; Sun, 26 Nov 2000 12:10:45 -0600 Message-ID: <51F9B228ED26D311A17700A0C9982664013F47@tetboss.internal.tetronsoftware.com> From: Gene Harris To: freebsd-questions Subject: Internal Floppy Tape T-1000 Date: Sun, 26 Nov 2000 12:10:44 -0600 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2448.0) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have an old HP T-1000 internal tape drive I want to install in a spare FreeBSD server. This device uses the floppy controller. I am running 4.2-STABLE. When I inspected the manual for configuring QIC-40/80 drives, I noticed the configuration for the kernel has changed. The manual refers says to configure the device using the following line in my config file: controller fdc0 at isa? port "IO_FD1" bio irq 6 drq 2 flags 0x1 vector fdintr Where as the config file refers to it using the "device" syntax: device fdc0 at isa? port IO_FD1 irq 6 drq 2 I guess it should be OK to use the manual's line, but substitute "device" for "controller"? device fdc0 at isa? port IO_FD1 irq 6 drq 2 flags 0x1 vector fdintr Is this correct? Many Thanks, Gene Harris http://www.tetronsoftware.com FreeBSD Samba PostgreSQL Apache To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message