Date: Sun, 26 Nov 2000 12:10:44 -0600 From: Gene Harris <geneh@tetronsoftware.com> To: freebsd-questions <freebsd-questions@freebsd.org> Subject: Internal Floppy Tape T-1000 Message-ID: <51F9B228ED26D311A17700A0C9982664013F47@tetboss.internal.tetronsoftware.com>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?51F9B228ED26D311A17700A0C9982664013F47>