summaryrefslogtreecommitdiffstats
path: root/sys/i4b/layer2/i4b_l2fsm.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove ISDN4BSD (I4B) from HEAD as it is not MPSAFE andbz2008-05-261-1578/+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
* I4B header files were repo-copied from sys/i386/include/ tobz2007-07-061-2/+2
| | | | | | | | | sys/i4b/include/ so they will be available to all architectures once I4B compiles on those. Adapt #include paths. Approved by: re (kensmith)
* /* -> /*- for copyright notices, minor format tweaks as necessaryimp2005-01-061-3/+4
|
* Use __FBSDID().obrien2003-06-111-3/+3
|
* Fix off-by-one errors in range checks of state machine states & events.phk2003-05-311-4/+4
| | | | Found by: FlexeLint
* Fix systematic off-by-one errors in unit number range checks.phk2003-05-311-2/+2
| | | | Found by: FlexeLint
* Continue de-counting i4b. Devices i4bctl, i4bcapi, iavc, i4bq921,brooks2002-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
* Remove __P.alfred2002-03-201-75/+75
|
* Clean up the i4b kernel part: remove unmaintained #if(def)s for NetBSD,hm2002-03-171-17/+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 .
* Submitted by: phkhm2000-10-131-4/+0
| | | | Remove not needed includes.
* update to i4b version 0.95.04hm2000-10-091-84/+87
|
* Remove 42 unneeded #include <sys/ioccom.h>.phk2000-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
* Remove unneeded #include <sys/kernel.h>phk2000-04-291-1/+0
|
* update to isdn4bsd beta release 0.90hm1999-12-141-3/+7
|
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* upgrade isdn4bsd from version 0.71 to the just released version 0.81hm1999-05-201-3/+6
|
* update the i4b kernel part to i4b release 0.71.00hm1999-03-071-3/+3
|
* Initial entry of ISDN4BSD into the FreeBSD tree.phk1998-12-271-0/+1593
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.
OpenPOWER on IntegriCloud