* Patch(2.4.6):serial unmaintained (bugfix pci timedia/sunix/exsys pci cards)
@ 2001-07-12 16:29 Gunther Mayer
2001-07-12 16:31 ` Linus Torvalds
0 siblings, 1 reply; 3+ messages in thread
From: Gunther Mayer @ 2001-07-12 16:29 UTC (permalink / raw)
To: torvalds; +Cc: linux-kernel, tytso
Hi,
this one-liner fixes a longstanding bug in serial
for Timedia/Sunix/Exsys PCI cards !
The fix was sent to Ted several times since 02/2001 and
uploaded to http://sourceforge.net/projects/serial/.
There was no reaction.
By listing a defunct MAINTAINER the progress of linux is stuck
as patches go to /dev/null by
- the maintainer (who got lost for unknown, perhaps even valid reasons)
- Linus, as he waits for approval by the maintainer.
Linus, can you please include this patch?
Regards, Gunther
(Without this patch serial recognizes wrong number of serial ports!)
--- linux/drivers/char/serial.c-246 Thu Jul 12 18:12:08 2001
+++ linux/drivers/char/serial.c Thu Jul 12 18:13:40 2001
@@ -4193,7 +4193,7 @@
for (i=0; timedia_data[i].num; i++) {
ids = timedia_data[i].ids;
for (j=0; ids[j]; j++) {
- if (pci_get_subvendor(dev) == ids[j]) {
+ if (pci_get_subdevice(dev) == ids[j]) {
board->num_ports = timedia_data[i].num;
return 0;
}
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Patch(2.4.6):serial unmaintained (bugfix pci timedia/sunix/exsys pci cards)
2001-07-12 16:29 Patch(2.4.6):serial unmaintained (bugfix pci timedia/sunix/exsys pci cards) Gunther Mayer
@ 2001-07-12 16:31 ` Linus Torvalds
2001-07-13 9:09 ` Joerg Schmitz-Linneweber
0 siblings, 1 reply; 3+ messages in thread
From: Linus Torvalds @ 2001-07-12 16:31 UTC (permalink / raw)
To: Gunther Mayer; +Cc: linux-kernel, tytso
On Thu, 12 Jul 2001, Gunther Mayer wrote:
>
> this one-liner fixes a longstanding bug in serial
> for Timedia/Sunix/Exsys PCI cards !
This should already be fixed in 2.4.7-pre6, can you verify that it works
for you?
Linus
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Patch(2.4.6):serial unmaintained (bugfix pci timedia/sunix/exsys pci cards)
2001-07-12 16:31 ` Linus Torvalds
@ 2001-07-13 9:09 ` Joerg Schmitz-Linneweber
0 siblings, 0 replies; 3+ messages in thread
From: Joerg Schmitz-Linneweber @ 2001-07-13 9:09 UTC (permalink / raw)
To: Linus Torvalds, Gunther Mayer; +Cc: linux-kernel, tytso
Hi!
Am Donnerstag, 12. Juli 2001 18:31 schrieb Linus Torvalds:
> This should already be fixed in 2.4.7-pre6, can you verify that it works
> for you?
There are a lot more bugs (and "send-in" patches to Ted) which fix a lot of
problems even in the 2.4.7-x driver.
I know about a guy "Ian Abbott" (abbotti at mev.co.uk) which is active on the
serial.sf.net bug-list and has done a lot good to the serial driver. Perhaps
he should be heard regarding this.
Personally I found a (h/w) timinig problem in the inititalisation code which
hangs the "sunix" chips (and freezes the complete box). But since I couldn't
get my hands on a datasheet of these chips, I've until now only solved this
problem through a hand full of delays after "critical" I/O operations (very
ugly).
Salut, Jörg
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2001-07-13 9:09 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-07-12 16:29 Patch(2.4.6):serial unmaintained (bugfix pci timedia/sunix/exsys pci cards) Gunther Mayer
2001-07-12 16:31 ` Linus Torvalds
2001-07-13 9:09 ` Joerg Schmitz-Linneweber
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.