diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2000-02-24 00:12:35 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2000-02-24 00:12:35 +0000 |
commit | 482368b1a8e45430672c58c9a42e7d2004367126 (patch) | |
tree | ce2a1a567d4d62dee7c2e71a46a99cf72cf1d606 /drivers/isdn/hisax/telespci.c | |
parent | e4d0251c6f56ab2e191afb70f80f382793e23f74 (diff) |
Merge with 2.3.47. Guys, this is buggy as shit. You've been warned.
Diffstat (limited to 'drivers/isdn/hisax/telespci.c')
-rw-r--r-- | drivers/isdn/hisax/telespci.c | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/drivers/isdn/hisax/telespci.c b/drivers/isdn/hisax/telespci.c index 3486b470a..e90510b35 100644 --- a/drivers/isdn/hisax/telespci.c +++ b/drivers/isdn/hisax/telespci.c @@ -1,12 +1,15 @@ -/* $Id: telespci.c,v 2.10 1999/11/15 14:20:05 keil Exp $ +/* $Id: telespci.c,v 2.11 1999/12/23 15:09:32 keil Exp $ * telespci.c low level stuff for Teles PCI isdn cards * * Author Ton van Rosmalen - * Karsten Keil (keil@temic-ech.spacenet.de) + * Karsten Keil (keil@isdn4linux.de) * * * $Log: telespci.c,v $ + * Revision 2.11 1999/12/23 15:09:32 keil + * change email + * * Revision 2.10 1999/11/15 14:20:05 keil * 64Bit compatibility * @@ -47,7 +50,7 @@ #include <linux/pci.h> extern const char *CardType[]; -const char *telespci_revision = "$Revision: 2.10 $"; +const char *telespci_revision = "$Revision: 2.11 $"; #define ZORAN_PO_RQ_PEN 0x02000000 #define ZORAN_PO_WR 0x00800000 |