From owner-freebsd-mobile Mon Dec 14 17:36:47 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA15978 for freebsd-mobile-outgoing; Mon, 14 Dec 1998 17:36:47 -0800 (PST) (envelope-from owner-freebsd-mobile@FreeBSD.ORG) Received: from dingo.cdrom.com (goldfish.pht.co.jp [210.171.55.12]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA15956 for ; Mon, 14 Dec 1998 17:36:43 -0800 (PST) (envelope-from mike@dingo.cdrom.com) Received: from dingo.cdrom.com (localhost [127.0.0.1]) by dingo.cdrom.com (8.9.1/8.8.8) with ESMTP id DAA00389; Mon, 14 Dec 1998 03:04:46 -0800 (PST) (envelope-from mike@dingo.cdrom.com) Message-Id: <199812141104.DAA00389@dingo.cdrom.com> X-Mailer: exmh version 2.0.2 2/24/98 To: "Mike Del" cc: freebsd-mobile@FreeBSD.ORG Subject: Re: How can I help. In-reply-to: Your message of "Thu, 10 Dec 1998 18:09:53 PST." <19981211020953.20744.qmail@hotmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 14 Dec 1998 03:04:46 -0800 From: Mike Smith Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > I really enjoy using Freebsd on a Laptop and/or PAO. I was > wondering what is needed in this part of the Freebsd project, I would > like to help out. I can code in C, etc, I havn't done much kernel > hacking to tell the truth. I would like to learn, any little things that > need to be coded that might help me get started? If you want to get your hands dirty, and solve a right-now-outstanding bug without getting bogged down in the ongoing architectural debate, there is a defect in the current pccardd program relating to the allocation of memory mappings from the card to "real" memory. The pccardd code assumes that all mappings will be multiples of 4k; this is invalid, and results in regions that are > 4k being slightly truncated (this is rare), and causes any card that has a region < 4k to result in a requst for a window of 0, which fails and causes the card to be rejected. The "simple" fix for this is to round any request < 4k up to 4k. To implement this, you will learn a little about the workings of the current pccard code, which will prepare you for more work there later as we try to design an architecture that handles this better. You'll also be appreciated for the work by lots of people with these cards that can't currently use them. > BTW: Thanks to all that helped me get my 3com ethernet card working, it > was the interrupt addy, I changed it to 9 and it WORKS! Thanks. Of course it does. 8) -- \\ Sometimes you're ahead, \\ Mike Smith \\ sometimes you're behind. \\ mike@smith.net.au \\ The race is long, and in the \\ msmith@freebsd.org \\ end it's only with yourself. \\ msmith@cdrom.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message