Subject: Re: Some CardBus patches
To: Hayakawa Koichi <haya@arch.sony.co.jp>
From: Johan Danielsson <joda@pdc.kth.se>
List: current-users
Date: 06/11/1999 12:27:27
Hayakawa Koichi <haya@arch.sony.co.jp> writes:
> I've fetched your patch. It looks very nice. Could you add your
> Copyright code in your code, since I would like to incorporate your
> code in my CVS tree.
You can assign whatever license you want to it.
> I found cardbus_map.c in your patch.
Which is mostly a copy of pci_map.c.
> Can the function `cardbus_mapreg_map()' allocate memory when the
> value of the base register is zero?
You mean that it should allocate memory and configure the base
register? I guess it could, but doesn't (cardbus_config_bar does just
this). You can find that nothing actually use my mapreg_map function.
> I've just written cardbus_map.c;-) and I will use
> cardbus_mapreg_map() when CardBus cards require memory or io space.
Ok.
/Johan