From owner-freebsd-hackers Mon May 8 13:57:11 2000 Delivered-To: freebsd-hackers@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id 233AB37B74F for ; Mon, 8 May 2000 13:57:07 -0700 (PDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.9.3/8.9.3) with ESMTP id OAA45649; Mon, 8 May 2000 14:57:04 -0600 (MDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id OAA79848; Mon, 8 May 2000 14:56:49 -0600 (MDT) Message-Id: <200005082056.OAA79848@harmony.village.org> To: Duncan Barclay Subject: Re: Getting an aligned IO port Cc: freebsd-hackers@FreeBSD.ORG In-reply-to: Your message of "Mon, 08 May 2000 21:53:48 BST." References: Date: Mon, 08 May 2000 14:56:49 -0600 From: Warner Losh Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message Duncan Barclay writes: : : On 08-May-00 Warner Losh wrote: : > In message Duncan Barclay : > writes: : >: How can get a 16byte aligned ISA IO port from the resource allocator? I need : >: this to get if_xe working for Realport cards. : >: : >: This aspect of the driver is nothing to do with Warner's changes to PCCard. : > : > I'm going to have to commit the byte alignment stuff that was posted a : > while ago committed. : : Thanks - I've just worked a less elegant way out. It works : but yours is better. Another patch in a moment! : : So does re-allocating a resource clear the allocation for the old range? No. It results in a panic. The resource range that pccardd is passing down to the realport cards is for the modem and you should allocate a second range for the xe side of the realport card. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message