From owner-freebsd-current Sun Mar 29 23:25:05 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA04891 for freebsd-current-outgoing; Sun, 29 Mar 1998 23:25:05 -0800 (PST) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from firewall.scitec.com.au (firewall-user@fgate.scitec.com.au [203.17.180.68]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA04708 for ; Sun, 29 Mar 1998 23:24:36 -0800 (PST) (envelope-from john.saunders@scitec.com.au) Received: by firewall.scitec.com.au; id RAA05284; Mon, 30 Mar 1998 17:24:23 +1000 (EST) Received: from mailhub.scitec.com.au(203.17.180.131) by fgate.scitec.com.au via smap (3.2) id xma005265; Mon, 30 Mar 98 17:24:04 +1000 Received: from hydra.scitec.com.au (hydra.scitec.com.au [203.17.182.101]) by mailhub.scitec.com.au (8.6.12/8.6.9) with ESMTP id RAA08398; Mon, 30 Mar 1998 17:23:59 +1000 Received: from scitec.com.au (saruman.scitec.com.au) by hydra.scitec.com.au with ESMTP (1.40.112.8/16.2) id AA292922638; Mon, 30 Mar 1998 17:23:58 +1000 Message-Id: <351F488E.52132813@scitec.com.au> Date: Mon, 30 Mar 1998 17:23:58 +1000 From: John Saunders Organization: SCITEC LIMITED X-Mailer: Mozilla 4.04 [en] (WinNT; I) Mime-Version: 1.0 To: Randall Hopper , freebsd-current@FreeBSD.ORG Subject: Re: 3rd IDE controller References: <19980327175159.59843@ct.picker.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Are you sure you need to #define the ports. I tried just using a hex number in my config file. It didn't work though, but I think that was because I was having trouble getting the jumpers right without documentation (SB16 Basic). At least the kernel tried probing the address I specified but failed. P.S. Are those strange flag values documented somewhere? Cheers. Randall Hopper wrote: > > 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 -- +------------------------------------------------------------+ . | John Saunders mailto:John.Saunders@scitec.com.au (Work) | ,--_|\ | mailto:john@nlc.net.au (Home) | / Oz \ | http://www.nlc.net.au/~john/ | \_,--\_/ | SCITEC LIMITED Phone +61 2 9428 9563 Fax +61 2 9428 9933 | v | "By the time you make ends meet, they move the ends." | +------------------------------------------------------------+ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message