From owner-freebsd-mobile Sun May 7 10:51:48 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id 8843A37B709 for ; Sun, 7 May 2000 10:51:44 -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 LAA40792; Sun, 7 May 2000 11:51:42 -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 LAA71636; Sun, 7 May 2000 11:51:30 -0600 (MDT) Message-Id: <200005071751.LAA71636@harmony.village.org> To: Duncan Barclay Subject: Re: Xircom Realport in -current Cc: freebsd-mobile@freebsd.org In-reply-to: Your message of "Sun, 07 May 2000 10:00:38 BST." References: Date: Sun, 07 May 2000 11:51:30 -0600 From: Warner Losh Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In message Duncan Barclay writes: : It is, if you look in the patch you will see I re-map the CIS in xe_cem56fix. : Hence the use of local bst, bsh and not sc->bst. I need to write the location : of the io space allocated in xe_active to the card, however the card only : allows 16byte aliged io spaces. OK. That's good to know. You'll need to allocate that using the device_alloc_resource routines (use the range 0x200 to 0x3ff). One gotcha might be that the offsets into the CIS > 4k, in which case you'll need to slide the window before accessing them. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message