aboutsummaryrefslogtreecommitdiff
path: root/sys/i4b/layer3/i4b_l3fsm.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove ISDN4BSD (I4B) from HEAD as it is not MPSAFE andBjoern A. Zeeb2008-05-261-1037/+0
| | | | | | | | | | | | | | | | | | | | | parts relied on the now removed NET_NEEDS_GIANT. Most of I4B has been disconnected from the build since July 2007 in HEAD/RELENG_7. This is what was removed: - configuration in /etc/isdn - examples - man pages - kernel configuration - sys/i4b (drivers, layers, include files) - user space tools - i4b support from ppp - further documentation Discussed with: rwatson, re Notes: svn path=/head/; revision=179315
* I4B header files were repo-copied from sys/i386/include/ toBjoern A. Zeeb2007-07-061-3/+3
| | | | | | | | | | | | sys/i4b/include/ so they will be available to all architectures once I4B compiles on those. Adapt #include paths. Approved by: re (kensmith) Notes: svn path=/head/; revision=171270
* /* -> /*- for copyright notices, minor format tweaks as necessaryWarner Losh2005-01-061-3/+4
| | | | Notes: svn path=/head/; revision=139790
* Use __FBSDID().David E. O'Brien2003-06-111-3/+3
| | | | Notes: svn path=/head/; revision=116180
* Fix off-by-one errors in range checks of state machine states & events.Poul-Henning Kamp2003-05-311-4/+4
| | | | | | | Found by: FlexeLint Notes: svn path=/head/; revision=115491
* Continue de-counting i4b. Devices i4bctl, i4bcapi, iavc, i4bq921,Brooks Davis2002-09-021-6/+0
| | | | | | | | | | | i4bq931, i4b, isic, iwic, ifpi, ifpi2, ifpnp, ihfc, and itjc are no longer count devices. Also remove a few other instances of N<DEVICE> being used to control compilation of whole files. Reviewed by: hm Notes: svn path=/head/; revision=102828
* Clean up the i4b kernel part: remove unmaintained #if(def)s for NetBSD,Hellmuth Michaelis2002-03-171-19/+3
| | | | | | | | OpenBSD and BSD/OS and respective code, remove pre $FreeBSD CVS id's, remove #if(def)s and respective code for FreeBSD versions < 5 . Notes: svn path=/head/; revision=92487
* Submitted by: Juha-Matti Liukkonen (Cubical Solutions Ltd) (jml@cubical.fi)Hellmuth Michaelis2001-05-251-5/+9
| | | | | | | | | Add a CAPI (hardware independent) driver i4bcapi(4) and hardware driver iavc (4) to support active CAPI-based BRI and PRI cards (currently AVM B1 and T1 cards) to isdn4bsd. Notes: svn path=/head/; revision=77164
* Preceed/preceeding are not english words. Use precede or preceding.Jeroen Ruigrok van der Werven2001-02-181-1/+1
| | | | Notes: svn path=/head/; revision=72640
* Submitted by: phkHellmuth Michaelis2000-10-131-6/+0
| | | | | | | Remove not needed includes. Notes: svn path=/head/; revision=67074
* When T308 times out while waiting for a RELEASE COMPLETE, clean up andHellmuth Michaelis2000-10-121-2/+15
| | | | | | | | send a disconnect indication to the upper layers. This lets isdnd recover from the situation instead of hanging in some intermediate state ... Notes: svn path=/head/; revision=67022
* update to i4b version 0.95.04Hellmuth Michaelis2000-10-091-75/+78
| | | | Notes: svn path=/head/; revision=66873
* Remove 42 unneeded #include <sys/ioccom.h>.Poul-Henning Kamp2000-05-031-1/+0
| | | | | | | | | ioccom.h defines only implementation detail, and should therefore only be included from the #include which defines the ioctl tags, in other words: never include it from *.c Notes: svn path=/head/; revision=59914
* Remove unneeded #include <sys/kernel.h>Poul-Henning Kamp2000-04-291-1/+0
| | | | Notes: svn path=/head/; revision=59760
* update to isdn4bsd beta release 0.90Hellmuth Michaelis1999-12-141-3/+8
| | | | Notes: svn path=/head/; revision=54608
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50477
* upgrade isdn4bsd from version 0.71 to the just released version 0.81Hellmuth Michaelis1999-05-201-2/+9
| | | | Notes: svn path=/head/; revision=47338
* update the i4b kernel part to i4b release 0.71.00Hellmuth Michaelis1999-03-071-3/+3
| | | | Notes: svn path=/head/; revision=44550
* Initial entry of ISDN4BSD into the FreeBSD tree.Poul-Henning Kamp1998-12-271-0/+1034
ISDN4BSD is the work of our brand-new comitter: Hellmuth Michaelis, who has done a tremendous amount of work to bring us this far. There are still some outstanding issues and files to bring into the tree, and for now it will be needed to pick up all the extra docs from the isdn4bsd release. It is probably also a very good idea to subscribe to the isdn@freebsd.org mailing list before you try this out. These files correspond to release "beta Version 0.70.00 / December 1998" from Hellmuth. Notes: svn path=/head/; revision=42107