From owner-freebsd-current Fri Mar 27 14:53:18 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA06801 for freebsd-current-outgoing; Fri, 27 Mar 1998 14:53:18 -0800 (PST) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from whqvax.picker.com (whqvax.picker.com [144.54.1.1]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id OAA06775 for ; Fri, 27 Mar 1998 14:53:08 -0800 (PST) (envelope-from rhh@ct.picker.com) Received: from ct.picker.com by whqvax.picker.com with SMTP; Fri, 27 Mar 1998 17:52:38 -0500 (EST) Received: from elmer.ct.picker.com by ct.picker.com (4.1/SMI-4.1) id AA29589; Fri, 27 Mar 98 17:52:36 EST Received: by elmer.ct.picker.com (SMI-8.6/SMI-SVR4) id RAA25277; Fri, 27 Mar 1998 17:51:59 -0500 Message-Id: <19980327175159.59843@ct.picker.com> Date: Fri, 27 Mar 1998 17:51:59 -0500 From: Randall Hopper To: Wm Brian McCane , current@FreeBSD.ORG Subject: Re: 3rd IDE controller Mail-Followup-To: Wm Brian McCane , current@FreeBSD.ORG References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.89.1i In-Reply-To: ; from Wm Brian McCane on Fri, Mar 27, 1998 at 02:58:47PM -0600 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Wm Brian McCane: |Just a quick question. Is it possible to support a third IDE controller |in -current? I have an SB card which will run 2 IDE CD-ROM on it. As I |remember, this thing is set up to use a different address/IRQ than the |primary/secondary PCI IDE controllers. With a mod, yes it works. I'm running an old 3.0 SNAP from December, and had to add: #define IO_WD3 0x1e8 #define IO_WD4 0x168 to sys/i386/isa/isa.h. I see my PR kern/5627 hasn't gone through yet, so you'll need to do the same. After that, your kernel should build and work just fine using: controller wdc2 at isa? port "IO_WD3" bio irq 11 flags 0xa0ffa004 vector wdintr disk wd4 at wdc2 drive 0 Randall To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message