From owner-freebsd-mobile Mon Jan 26 10:18:51 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA29118 for freebsd-mobile-outgoing; Mon, 26 Jan 1998 10:18:51 -0800 (PST) (envelope-from owner-freebsd-mobile@FreeBSD.ORG) Received: from ns.mt.sri.com (sri-gw.MT.net [206.127.105.141]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA29074 for ; Mon, 26 Jan 1998 10:18:46 -0800 (PST) (envelope-from nate@mt.sri.com) Received: from mt.sri.com (rocky.mt.sri.com [206.127.76.100]) by ns.mt.sri.com (8.8.8/8.8.8) with SMTP id LAA14094; Mon, 26 Jan 1998 11:18:43 -0700 (MST) (envelope-from nate@rocky.mt.sri.com) Received: by mt.sri.com (SMI-8.6/SMI-SVR4) id LAA01762; Mon, 26 Jan 1998 11:18:40 -0700 Date: Mon, 26 Jan 1998 11:18:40 -0700 Message-Id: <199801261818.LAA01762@mt.sri.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Ted Faber Cc: Nate Williams , freebsd-mobile@FreeBSD.ORG Subject: Re: Anyone try the patches for Multiple 6832's In-Reply-To: <199801261802.KAA28684@tnt.isi.edu> References: <199801180142.SAA28794@mt.sri.com> <199801261802.KAA28684@tnt.isi.edu> X-Mailer: VM 6.29 under 19.15 XEmacs Lucid Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > >> Around 19 Dec 97 I posted a patch the current pcic_p.[ch] to support > >> multiple CL-PD6832 controllers, and to fix a problem with initializing > >> the I/O address. ... > Nate, did you get a look at this? I just saw Jordan's notes about > 2.2.6 deadlines, and I want to make sure I'm not on the wrong side of > one.... I thought I sent you email that it was committed... However, note that it was committed to 3.0-current, like your original patch. I need people to test the code before I bring it into 2.2.*, and I've not received a peep about it since I committed except from you and Hosokawa. ;( ---------------------------- revision 1.3 date: 1998/01/20 21:11:03; author: nate; state: Exp; lines: +2 -2 - Support for multiple PD6832 controllers. Each found 6832 is assigned and initializes the next two ports in order starting at 03e0. This also patches pcic_p.h to reduce the I/O ports mapped from 4 to 2. Submitted by: Ted Faber Nate