aboutsummaryrefslogtreecommitdiff
path: root/sys/i4b
Commit message (Expand)AuthorAgeFilesLines
* Clean up the i4b kernel part: remove unmaintained #if(def)s for NetBSD,Hellmuth Michaelis2002-03-1748-1756/+215
* remove BSD/OS specific ppp-interface file since the FreeBSD-BSD/OS mergerHellmuth Michaelis2002-03-091-562/+0
* After joergs merge of i4b's sppp with the main sppp, remove obsolete file.Hellmuth Michaelis2002-03-091-4687/+0
* Quiet bogus gcc warningPeter Wemm2002-02-281-1/+1
* Remove a redundant decalaration of call_desc[] since it's now aGary Jennejohn2002-02-271-2/+0
* Make call_desc[] extern since it's also defined in layer4/i4b_l4mgmt.cGary Jennejohn2002-01-131-1/+2
* Fix some places where the macro L0IFPIUNIT was used instead of the correctGary Jennejohn2002-01-022-7/+7
* Remove unused includes.Joerg Wunsch2001-12-311-7/+0
* Fix two typos in previous commit.Joerg Wunsch2001-12-302-2/+2
* Remove references to i4b/driver/i4b_ispppsubr.c, now thatJoerg Wunsch2001-12-301-41/+0
* Protect mtx_init() invocations with mtx_intialized() checks to avoid aGary Jennejohn2001-12-3016-30/+60
* Fix an error which could cause a panic if both an ifpi and ifpi2 controllerGary Jennejohn2001-12-292-5/+5
* Add support for the AVM Fritz!Card PCI version 2 controller.Gary Jennejohn2001-12-221-2/+4
* Add a driver for the AVM Fritz!Card PCI version 2 ISDN controller.Gary Jennejohn2001-12-228-0/+3452
* Update to C99, s/__FUNCTION__/__func__/,David E. O'Brien2001-12-101-4/+4
* fix kvprintf panic in attach routineHellmuth Michaelis2001-10-241-6/+1
* Fix bug attaching the ELSA PCC16, the cardtyp value was set incorrectlyHellmuth Michaelis2001-10-211-2/+2
* Add a driver for the Compaq Microcom 610 ISDN (Compaq series PSB2222I) ISA PnPHellmuth Michaelis2001-10-213-30/+104
* It seems that I slipped a nasty bug into the CAPI support. The messageHellmuth Michaelis2001-10-211-4/+9
* Add experimental support for sending keypad facility messages.Hellmuth Michaelis2001-10-189-152/+120
* sppp rewrites the interface's ip address directly; this breaks when theJonathan Lemon2001-10-011-1/+7
* KSE Milestone 2Julian Elischer2001-09-125-63/+63
* Fix some signed/unsigned integer confusion, and add bounds checking ofKris Kennaway2001-09-102-0/+8
* make driver compile under 4.3-STABLEHellmuth Michaelis2001-07-221-0/+4
* update step.Hellmuth Michaelis2001-07-211-2/+2
* Submitted by: Juha-Matti Liukkonen (Cubical Solutions Ltd) (jml@cubical.fi)Hellmuth Michaelis2001-05-2518-35/+4574
* Submitted by: Juha-Matti Liukkonen, Cubical Solutions Ltd (jml@cubical.fi)Hellmuth Michaelis2001-05-211-4/+4
* pseudo-device -> device in kernel config.Jens Schweikhardt2001-05-011-1/+1
* Send the remains (such as I have located) of "block major numbers" toPoul-Henning Kamp2001-03-265-5/+0
* (MFC candidate since this is already a merge from /sys/net only.)Joerg Wunsch2001-03-251-2/+16
* Preceed/preceeding are not english words. Use precede or preceding.Jeroen Ruigrok van der Werven2001-02-181-1/+1
* Fix typo: seperate -> separate.Jeroen Ruigrok van der Werven2001-02-062-2/+2
* Mechanical change to use <sys/queue.h> macro API instead ofPoul-Henning Kamp2001-02-041-4/+4
* Pull the rug from under the 'LKM Compatability' macro - PSEUDO_SET().Peter Wemm2001-02-041-0/+28
* Stop counting sppp interfaces, we were just testing its presence to givePeter Wemm2001-01-291-4/+0
* Add experimental support for Eicon.Diehl DIVA 2.0 and 2.02 ISA PnP cards.Hellmuth Michaelis2001-01-263-3/+420
* Add experimental support for Eicon.Diehl DIVA 2.0 and 2.02 ISA PnP cards.Hellmuth Michaelis2001-01-261-3/+4
* remove redundant definitions of card types:Hellmuth Michaelis2001-01-2430-451/+118
* Remove useless variable vjlen.Hellmuth Michaelis2001-01-231-2/+2
* Update the iwic driver: fix error handling for rx errors on the D-channelHellmuth Michaelis2001-01-218-111/+103
* Finish deprecating <sys/select.h> in favor of <sys/selinfo.h> in kernel code.Garrett Wollman2001-01-201-0/+4
* it seems that a commit to i4b/drivers/i4b_ispppsubr.c on 2000-01-12 hasHellmuth Michaelis2001-01-151-2/+2
* Reenable support for FreeBSD 4.x and possibly the other supported BSD'sHellmuth Michaelis2001-01-1515-218/+381
* Fix a bug overwriting random data when Van Jacobsen header compressionHellmuth Michaelis2001-01-121-11/+21
* Add the ISDN itjc hardware driver. This driver supports the NETJet-S cardsHellmuth Michaelis2001-01-118-9/+3942
* Add infrastructure to support the ISDN itjc hardware driver.Hellmuth Michaelis2001-01-111-7/+7
* Update the ihfc driver with a patch from the author. He writes: This patchHellmuth Michaelis2001-01-114-50/+84
* Add PCI id's for the Planet PCI ISDN Adapter (Model IA128P-STDV)Hellmuth Michaelis2001-01-101-4/+3
* Move the mutex initialization from avma1pp_bchannel_setup intoJonathan Lemon2001-01-091-2/+9
* When queueing a packet, call the output start routine. I botched thisJonathan Lemon2001-01-091-1/+1