From owner-freebsd-mobile Thu Jul 22 8:41: 7 1999 Delivered-To: freebsd-mobile@freebsd.org Received: from ns.mt.sri.com (ns.mt.sri.com [206.127.79.91]) by hub.freebsd.org (Postfix) with ESMTP id 7BBE4151FF for ; Thu, 22 Jul 1999 08:41:05 -0700 (PDT) (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 JAA21441; Thu, 22 Jul 1999 09:37:58 -0600 (MDT) (envelope-from nate@rocky.mt.sri.com) Received: by mt.sri.com (SMI-8.6/SMI-SVR4) id JAA01757; Thu, 22 Jul 1999 09:37:56 -0600 Date: Thu, 22 Jul 1999 09:37:56 -0600 Message-Id: <199907221537.JAA01757@mt.sri.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: hosokawa@itc.keio.ac.jp (HOSOKAWA Tatsumi) Cc: mike@smith.net.au, imp@village.org, nate@mt.sri.com, mobile@FreeBSD.ORG Subject: Re: usr.sbin/pccard/pccardd change for "cardio" and "cardmem" In-Reply-To: <199907221534.AAA20034@afs.ntc.mita.keio.ac.jp> References: <199907220113.KAA11511@afs.ntc.mita.keio.ac.jp> <199907221534.AAA20034@afs.ntc.mita.keio.ac.jp> X-Mailer: VM 6.34 under 19.16 "Lille" XEmacs Lucid Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > In article <199907220113.KAA11511@afs.ntc.mita.keio.ac.jp> > hosokawa@itc.keio.ac.jp writes: > > >> I'll rewrite my patch soon. > > OK, this is "iosize" patch. > > Index: cardd.c > =================================================================== > RCS file: /home/ncvs/src/usr.sbin/pccard/pccardd/cardd.c,v > retrieving revision 1.34 > diff -u -r1.34 cardd.c > --- cardd.c 1999/02/05 16:00:17 1.34 > +++ cardd.c 1999/07/22 15:30:01 > @@ -179,6 +179,9 @@ > sp->config = 0; > /* release io */ > bit_nset(io_avail, sp->io.addr, sp->io.addr + sp->io.size - 1); > + /* release irq */ > + if (sp->irq) > + pool_irq[sp->irq] = 1; > } > > /* Can you commit this seperately, since this is unrelated and is a bugfix? Thanks! Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message