aboutsummaryrefslogtreecommitdiff
path: root/sys/i4b/layer2/i4b_iframe.c
Commit message (Collapse)AuthorAgeFilesLines
* Use __FBSDID().David E. O'Brien2003-06-111-3/+3
| | | | Notes: svn path=/head/; revision=116180
* 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-18/+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
* Remove unused #include statementsHellmuth Michaelis2000-10-301-1/+0
| | | | | | | Submitted by: phk Notes: svn path=/head/; revision=67973
* Submitted by: phkHellmuth Michaelis2000-10-131-1/+0
| | | | | | | Remove not needed includes. Notes: svn path=/head/; revision=67074
* update to i4b version 0.95.04Hellmuth Michaelis2000-10-091-21/+14
| | | | 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
* update to isdn4bsd beta release 0.90Hellmuth Michaelis1999-12-141-4/+9
| | | | Notes: svn path=/head/; revision=54608
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50477
* updating isdn4bsd to beta version 0.83Hellmuth Michaelis1999-08-061-2/+6
| | | | Notes: svn path=/head/; revision=49460
* upgrade isdn4bsd from version 0.71 to the just released version 0.81Hellmuth Michaelis1999-05-201-24/+40
| | | | 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/+275
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