remove unused messages

This commit is contained in:
Detlef Wengorz 1999-07-07 10:17:24 +00:00
parent 827231bad6
commit aead94e002
4 changed files with 15 additions and 74 deletions

View File

@ -21,6 +21,10 @@
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*
* $Log$
* Revision 1.79 1999/07/05 23:51:30 werner
* Allow limiting of available HiSax B-chans per card. Controlled by hisaxctrl
* hisaxctrl id 10 <nr. of chans 0-2>
*
* Revision 1.78 1999/07/05 20:21:15 werner
* changes to use diversion sources for all kernel versions.
* removed static device, only proc filesystem used
@ -77,16 +81,6 @@
* brute force fix to avoid Ugh's in isdn_tty_write()
* cleaned up some dead code
*
* Revision 1.65 1998/06/07 00:20:00 fritz
* abc cleanup.
*
* Revision 1.64 1998/06/02 12:10:03 detabc
* wegen einer einstweiliger verfuegung gegen DW ist zur zeit
* die abc-extension bis zur klaerung der rechtslage nicht verfuegbar
*
* Revision 1.63 1998/05/03 17:40:38 detabc
* Include abc-extension-support for >= 2.1.x Kernels in
* isdn_net.c and isdn_common.c. alpha-test OK and running !
*
* Revision 1.62 1998/04/14 16:28:43 he
* Fixed user space access with interrupts off and remaining

View File

@ -21,6 +21,10 @@
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*
* $Log$
* Revision 1.87 1999/07/06 07:53:53 calle
* calls to dev_alloc_skb waste 16 bytes of memory, if we calculate the
* right header space for the lowlevel driver. using alloc_skb instead.
*
* Revision 1.86 1999/06/09 10:12:05 paul
* thinko in previous patch
*
@ -74,7 +78,7 @@
* Added more locking stuff in tty_write.
*
* Revision 1.71 1998/06/18 22:43:08 fritz
* Bugfix: Setting ndev->do_ioctl had beed accidetly removed at abc-cleanup.
* Bugfix: Setting ndev->do_ioctl had beed accidetly removed at cleanup.
*
* Revision 1.70 1998/06/17 19:50:49 he
* merged with 2.1.10[34] (cosmetics and udelay() -> mdelay())
@ -86,40 +90,13 @@
* so autodial is suppressed for that device until it is switched on using
* 'isdnctrl status dev-name on'.
*
* Revision 1.68 1998/06/07 00:20:05 fritz
* abc cleanup.
*
* Revision 1.67 1998/06/02 12:10:08 detabc
* wegen einer einstweiliger verfuegung gegen DW ist zur zeit
* die abc-extension bis zur klaerung der rechtslage nicht verfuegbar
*
* Revision 1.66 1998/05/26 22:39:24 he
* sync'ed with 2.1.102 where appropriate (CAPABILITY changes)
* concap typo
* cleared dev.tbusy in isdn_net BCONN status callback
*
* Revision 1.65 1998/05/22 10:01:11 detabc
* in case of a icmp-unreach condition the tcp-keepalive-entrys
* will be dropped from the internal double-link-list (only abc-extension).
* send icmp unreach only if the skb->protocol == ETH_P_IP
* speedup abc-no-dchan redial
*
* Revision 1.64 1998/05/07 19:58:39 detabc
* bugfix in abc_delayed_hangup
* optimize keepalive-tests for abc_rawip
*
* Revision 1.63 1998/05/05 23:23:36 detabc
* change ICMP_HOST_UNREACH to ICMP_NET_UNREACH (only abc-ext.)
* set dev->tbusy to zero in isdn_net_unreachable() (only abc-ext.)
* drop all new packets and send ICMP_NET_UNREACH for
* min. dialwait to max. dialwait * 6 time. (only abc-ext.)
* change random-deliver of packets (small first) from all emcapsulation
* to only rawip with ABC-Router-Flag enabled.
*
* Revision 1.62 1998/05/03 17:40:42 detabc
* Include abc-extension-support for >= 2.1.x Kernels in
* isdn_net.c and isdn_common.c. alpha-test OK and running !
*
* Revision 1.61 1998/04/16 19:19:42 keil
* Fix from vger (tx max qlength)
*

View File

@ -20,6 +20,9 @@
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*
* $Log$
* Revision 1.65 1999/07/04 21:01:59 werner
* Added support for keypad and display (ported from 2.0)
*
* Revision 1.64 1999/07/01 08:30:00 keil
* compatibility to 2.3 kernel
*
@ -64,24 +67,12 @@
* brute force fix to avoid Ugh's in isdn_tty_write()
* cleaned up some dead code
*
* Revision 1.54 1998/06/07 00:20:13 fritz
* abc cleanup.
*
* Revision 1.53 1998/06/02 12:10:16 detabc
* wegen einer einstweiliger verfuegung gegen DW ist zur zeit
* die abc-extension bis zur klaerung der rechtslage nicht verfuegbar
*
* Revision 1.52 1998/03/19 13:18:21 keil
* Start of a CAPI like interface for supplementary Service
* first service: SUSPEND
*
* Revision 1.51 1998/03/08 14:26:11 detabc
* change kfree_skb to dev_kfree_skb
* remove SET_SKB_FREE
*
* Revision 1.50 1998/03/08 13:14:28 detabc
* abc-extension support for kernels > 2.1.x
* first try (sorry experimental)
*
* Revision 1.49 1998/03/08 00:01:59 fritz
* Bugfix: Lowlevel module usage and channel usage were not

View File

@ -21,6 +21,9 @@
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*
* $Log$
* Revision 1.66 1999/07/01 08:35:37 keil
* compatibility to 2.3
*
* Revision 1.65 1999/06/10 11:51:27 paul
* fixed comment for NET_DV
*
@ -69,25 +72,7 @@
* brute force fix to avoid Ugh's in isdn_tty_write()
* cleaned up some dead code
*
* Revision 1.52 1998/06/12 11:42:18 detabc
* cleanup abc
*
* Revision 1.51 1998/06/02 12:10:30 detabc
* wegen einer einstweiliger verfuegung gegen DW ist zur zeit
* die abc-extension bis zur klaerung der rechtslage nicht verfuegbar
*
* Revision 1.50 1998/05/05 23:11:51 detabc
* add Item to stop icmp-unreach (max. 6 times of dialwait delay)
*
* Revision 1.49 1998/05/03 17:45:00 detabc
* Add Item to send icmp-host-unreach to all packets
*
* Revision 1.48 1998/04/26 19:58:14 detabc
* include the new abc-extension-items from 2.0.xx kernels
* remove some unused code
*
* Revision 1.47 1998/04/21 18:00:25 detabc
* Add items for secure-callback (abc-extension only)
*
* Revision 1.46 1998/04/14 16:28:59 he
* Fixed user space access with interrupts off and remaining
@ -103,12 +88,6 @@
* Revision 1.43 1998/03/09 17:46:44 he
* merged in 2.1.89 changes
*
* Revision 1.42 1998/03/08 13:53:46 detabc
* add ABC-variables in structur isdn_devt
*
* Revision 1.41 1998/03/08 13:14:37 detabc
* abc-extension support for kernels > 2.1.x
* first try (sorry experimental)
*
* Revision 1.40 1998/03/08 01:08:29 fritz
* Increased NET_DV because of TIMRU