From owner-freebsd-current Mon Mar 30 07:54:30 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA22765 for freebsd-current-outgoing; Mon, 30 Mar 1998 07:54:30 -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 HAA22732 for ; Mon, 30 Mar 1998 07:54:25 -0800 (PST) (envelope-from rhh@ct.picker.com) Received: from ct.picker.com by whqvax.picker.com with SMTP; Mon, 30 Mar 1998 10:53:47 -0500 (EST) Received: from elmer.ct.picker.com by ct.picker.com (4.1/SMI-4.1) id AA29225; Mon, 30 Mar 98 10:53:45 EST Received: by elmer.ct.picker.com (SMI-8.6/SMI-SVR4) id KAA15686; Mon, 30 Mar 1998 10:53:43 -0500 Message-Id: <19980330105342.32990@ct.picker.com> Date: Mon, 30 Mar 1998 10:53:42 -0500 From: Randall Hopper To: John Saunders , freebsd-current@FreeBSD.ORG Subject: Re: 3rd IDE controller Mail-Followup-To: John Saunders , freebsd-current@freebsd.org References: <19980327175159.59843@ct.picker.com> <351F488E.52132813@scitec.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.89.1i In-Reply-To: <351F488E.52132813@scitec.com.au>; from John Saunders on Mon, Mar 30, 1998 at 05:23:58PM +1000 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG John Saunders: |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 Well, someone may have fixed config since I reported the problem, but as I recall when I specified: controller wdc2 at isa? port 0x1e8 bio irq 11 flags 0xa0ffa004 vector wdintr ^^^^^ This put a "(null)" string in isa_biotab_wdc[] in ioconf.c where the port number should have been. If you didn't hit this, then I guess someone fixed this in config since 12/97. |P.S. Are those strange flag values documented somewhere? Don't know. Might check for wd and wdc man pages, and if not, look in sys/i386/isa/wd*. There should also be a number of messages in the -current mailing list archive from last year from when the IDE DMA changes were checked in. Randall To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message