Commit Graph

1729 Commits

Author SHA1 Message Date
Karsten Keil 87981f0d69 Bugfix CONFIG_HISAX_EURO ->CONFIG_HISAX_1TR6 1996-10-13 20:51:01 +00:00
Karsten Keil 31d2853652 Initial revision 1996-10-13 20:04:59 +00:00
Karsten Keil fc5476a55d HiSax support 1996-10-13 19:55:25 +00:00
Karsten Keil d013ddde63 First version 1996-10-13 19:44:04 +00:00
Karsten Keil 5e81e95932 Initial revision 1996-10-12 21:42:40 +00:00
Fritz Elfert 86124236dd Bugfix: call to isdn_ppp_timer_timeout() never compiled, because of
typo in #ifdef.
1996-10-11 14:02:03 +00:00
Fritz Elfert ad9b9c7844 Bugfix: Error in BogoCPS calculation. 1996-10-11 13:57:40 +00:00
Fritz Elfert 2154b27011 Bugfix: ignore unknown frames. 1996-09-29 19:41:58 +00:00
Karsten Keil a5fd13d80a missing states in 1TR6 Statemachine added 1996-09-25 18:34:57 +00:00
Karsten Keil 1ec502d6e0 response for STATUS_ENQ message added 1996-09-25 18:32:43 +00:00
Fritz Elfert 1850e4b8e6 Fix: With syncPPP encapsulation, discard LCP packets
when calculating hangup timeout.
1996-09-23 01:58:11 +00:00
Fritz Elfert d1a28ab1d9 Bugfix: discard unknown frames (non-EDSS1 and non-1TR6). 1996-09-23 01:53:53 +00:00
Fritz Elfert 2b4ad430a9 ??? 1996-09-23 00:05:29 +00:00
Fritz Elfert d425b36096 Fix: did not compile without CONFIG_ISDN_PPP 1996-09-23 00:03:37 +00:00
Fritz Elfert 16ffb0b9a0 Some fixes regarding endianess. 1996-09-22 13:53:36 +00:00
Fritz Elfert ec66127392 Some fixes regarding endianess. 1996-09-22 13:45:15 +00:00
Michael Hipp 1a22ac5a1a moved a few isdn_ppp.c specific defines to drives/isdn/isdn_ppp.h 1996-09-07 12:53:57 +00:00
Michael Hipp 012ac4edf8 *** empty log message *** 1996-09-07 12:51:34 +00:00
Michael Hipp d13927e630 bugfixes (unknown device after failed dial attempt, minor bugs) 1996-09-07 12:50:12 +00:00
Michael Hipp 9168924366 (hopefully) fixed callback problem with syncPPP
syncPPP network devices now show PPP link encap
1996-09-07 12:44:50 +00:00
Fritz Elfert f772b4bfa7 Speed up B-Channel polling interval. 1996-08-29 20:35:57 +00:00
Fritz Elfert 3fcc40a157 Bugfix in send queue management:
sndcount was not updated correctly.
Minor Bugfixes.
1996-08-29 20:34:54 +00:00
Fritz Elfert 511cf02b67 Added missing restore_flags() in pcbit_fsm_event() 1996-08-29 20:25:59 +00:00
Fritz Elfert e9cbb57870 Bugfix: Transmission timeout had been much to low. 1996-08-29 20:06:03 +00:00
Michael Hipp e1b9ac6bd2 code cleanup
changed connection management from minors to slots
1996-08-12 16:26:47 +00:00
Michael Hipp a728bfc05d removed some (now) obsolete functions for syncPPP in rebuild_header etc. 1996-08-12 16:24:32 +00:00
Michael Hipp e0756750da renamed ppp_minor to ppp_slot 1996-08-12 16:20:56 +00:00
Jan den Ouden 844c1ccbdf Use small buffers for incoming audio data 1996-07-18 11:21:24 +00:00
Michael Hipp 36b6ffa4db bugfix: Call dev_purge_queues() only for master device 1996-07-03 13:48:51 +00:00
Michael Hipp c05c762fb0 Fixed memory leak in VJ handling and more VJ changes 1996-07-01 19:47:24 +00:00
Fritz Elfert b3e9bd6939 replaced memcpy_fromfs_toio. 1996-06-28 17:02:53 +00:00
Fritz Elfert cd762a6c53 Fixed function name in error message. 1996-06-25 18:38:59 +00:00
Fritz Elfert 68bb7a254a Fixed return count for empty return string in isdn_net_getphones(). 1996-06-25 18:37:37 +00:00
Fritz Elfert 7831b7b2c1 Fixed bogus memory access in isdn_set_allcfg(). 1996-06-25 18:35:38 +00:00
Fritz Elfert 0449ae1a4d Fixed obsolete ioctl name. 1996-06-25 17:52:41 +00:00
Fritz Elfert b91dcd6530 Bugfixes:
- Did not free channel on unbinding.
  - ioctl returned wrong callback settings.
1996-06-24 17:48:08 +00:00
Fritz Elfert 12e799a282 Minor bugfixes. 1996-06-24 17:42:03 +00:00
Fritz Elfert 8b6d784bad Bugfix: Did not compile without CONFIG_ISDN_AUDIO 1996-06-24 17:40:28 +00:00
Fritz Elfert d6535da68c Bugfix: isdn_timer_ctrl() did restart timer, even if it
was already running.
        lowlevel driver locking did use wrong parameters.
1996-06-24 17:37:37 +00:00
Fritz Elfert aa0360f139 Bugfixes in pollbchan_send():
- Using lock field of skbuff breaks networking.
  - Added channel locking
  - changed dequeuing scheme.
Eliminated misc. compiler warnings.
1996-06-24 17:20:37 +00:00
Fritz Elfert 3ec2353ad3 Added check for misconfigured membase. 1996-06-24 17:16:52 +00:00
Fritz Elfert 8214e6d1a2 corrected return code of teles_writebuf() 1996-06-24 17:15:55 +00:00
Fritz Elfert 91580dd520 Misc. changes by Pedro. 1996-06-20 19:21:44 +00:00
Thomas Bogendoerfer e728f3abbb changed unsigned long to u32 to make Alpha people happy 1996-06-16 17:46:05 +00:00
Thomas Bogendoerfer 7d70864506 fixed problem with IP addresses on Linux/Alpha (long is 8 byte there) 1996-06-16 17:42:54 +00:00
Fritz Elfert 4b7e802d3f Fixed isdn_tty_tint() to handle partially sent
sk_buffs.
1996-06-15 14:59:39 +00:00
Fritz Elfert 604eba89d4 Added version signatures for data structures used
by userlevel programs.
1996-06-15 14:58:20 +00:00
Fritz Elfert 73d6a3465b Added recovery from EXIR 40 interrupt.
Some cleanup.
1996-06-14 03:30:37 +00:00
Fritz Elfert eec8c5d71a Some doc updates. 1996-06-12 16:34:15 +00:00
Fritz Elfert 0214c0d82c Extended user-configurable debugging flags. 1996-06-12 16:15:33 +00:00