Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Jul 1999 09:37:56 -0600
From:      Nate Williams <nate@mt.sri.com>
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" 
Message-ID:  <199907221537.JAA01757@mt.sri.com>
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>

next in thread | previous in thread | raw e-mail | index | archive | help
> 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199907221537.JAA01757>