[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] PCI serial card support
From: |
Vesa Jääskeläinen |
Subject: |
Re: [PATCH] PCI serial card support |
Date: |
Sat, 08 Nov 2008 14:23:32 +0200 |
User-agent: |
Thunderbird 2.0.0.17 (Windows/20080914) |
Robert Millan wrote:
> On Fri, Nov 07, 2008 at 06:52:21PM +0200, Vesa Jääskeläinen wrote:
>> address@hidden wrote:
>>> Bad news, I heard back from the two people who wrote the PCI serial
>>> code for Linux (Russell King & Ted Tso) and they both agree that,
>>> no matter how the ambiguity got into the Linux source files, their
>>> intent was that the code was GPL v2 only.
>>>
>>> That being the case, we can't use the code and I don't want to try
>>> and re-write it from scratch so we're back to having the user manually
>>> specify the I/O port address but at least I can create a PCI ID table
>>> to map the base baud.
>> Ok. Then I would suggest that only simple change is made at this time to
>> support it. So we start from scratch on that implementation. Anyway...
>> it can be improved later on.
>
> Why not use PCI ID to support this particular card? This way Donald doesn't
> have to support all cards, but the base is laid out so more cards can be added
> in the future.
I have nothing against that. But in any case I think there has to be
this override functionality support. Just make it a bit harder for user
to type so they know it is advanced feature :). Making these transparent
for user is always a plus.
I just feel that it might be a bit overkill to chain this module to pci
module. Of course you can dynamically check if PCI module is there and
then ask identification information from there. If you make it other way
around so that some other module references to serial module and then
just registers new serial device there then that is better of course.
isnmod pciserial [device location in system, or if omitted, autodetect]?
- Re: [PATCH] PCI serial card support, (continued)
- Re: [PATCH] PCI serial card support, Robert Millan, 2008/11/05
- RE: [PATCH] PCI serial card support, Dugger, Donald D, 2008/11/05
- Re: [PATCH] PCI serial card support, Robert Millan, 2008/11/06
- RE: [PATCH] PCI serial card support, Dugger, Donald D, 2008/11/06
- Re: [PATCH] PCI serial card support, Robert Millan, 2008/11/06
- RE: [PATCH] PCI serial card support, Dugger, Donald D, 2008/11/06
- RE: [PATCH] PCI serial card support, Dugger, Donald D, 2008/11/06
- Re: [PATCH] PCI serial card support, n0ano, 2008/11/07
- Re: [PATCH] PCI serial card support, Vesa Jääskeläinen, 2008/11/07
- Re: [PATCH] PCI serial card support, Robert Millan, 2008/11/08
- Re: [PATCH] PCI serial card support,
Vesa Jääskeläinen <=
- Re: [PATCH] PCI serial card support, Robert Millan, 2008/11/08
- Re: [PATCH] PCI serial card support, Vesa Jääskeläinen, 2008/11/08
- Re: [PATCH] PCI serial card support, n0ano, 2008/11/08
- Re: [PATCH] PCI serial card support, Robert Millan, 2008/11/09
- Re: [PATCH] PCI serial card support, Vesa Jääskeläinen, 2008/11/09
- Re: [PATCH] PCI serial card support, n0ano, 2008/11/09
- Re: [PATCH] PCI serial card support, n0ano, 2008/11/12
- Re: [PATCH] PCI serial card support, Vesa Jääskeläinen, 2008/11/13
- Re: [PATCH] PCI serial card support, n0ano, 2008/11/13
- Re: [PATCH] PCI serial card support, n0ano, 2008/11/14