summaryrefslogtreecommitdiffstats
path: root/sys/i4b
Commit message (Expand)AuthorAgeFilesLines
* Remote pci.h/NPCI usage from i4b code.brooks2002-06-1321-40/+19
* Fix typo in the BSD copyright: s/withough/without/schweikh2002-06-021-1/+1
* Unbreak LINT by compensating for thealfred2002-06-011-4/+3
* Fixed printf format errors which apparently crept in while -Wformat wasbde2002-05-251-1/+2
* Oops, I missed this warning. Comment out extra junk after #endifpeter2002-05-241-1/+1
* Fix some low hanging fruit warnings. There are problems in i4b_ing.cpeter2002-05-242-0/+5
* Fix a problem which could cause some machines to hang after a warm boot.gj2002-05-101-2/+2
* Change instances of avma1pp2- to ifpi2- in printf's since the namegj2002-04-281-5/+5
* On slow machines interrupts could be lost, so check for pendinggj2002-04-231-11/+18
* Change callers of mtx_init() to pass in an appropriate lock type name. Injhb2002-04-0415-28/+28
* Change the suser() API to take advantage of td_ucred as well as do ajhb2002-04-011-2/+2
* Add support for Q.931 subaddresses.hm2002-03-267-28/+82
* Remove __P.alfred2002-03-201-75/+75
* Clean up the i4b kernel part: remove unmaintained #if(def)s for NetBSD,hm2002-03-1748-1756/+215
* remove BSD/OS specific ppp-interface file since the FreeBSD-BSD/OS mergerhm2002-03-091-562/+0
* After joergs merge of i4b's sppp with the main sppp, remove obsolete file.hm2002-03-091-4687/+0
* Quiet bogus gcc warningpeter2002-02-281-1/+1
* Remove a redundant decalaration of call_desc[] since it's now agj2002-02-271-2/+0
* Make call_desc[] extern since it's also defined in layer4/i4b_l4mgmt.cgj2002-01-131-1/+2
* Fix some places where the macro L0IFPIUNIT was used instead of the correctgj2002-01-022-7/+7
* Remove unused includes.joerg2001-12-311-7/+0
* Fix two typos in previous commit.joerg2001-12-302-2/+2
* Remove references to i4b/driver/i4b_ispppsubr.c, now thatjoerg2001-12-301-41/+0
* Protect mtx_init() invocations with mtx_intialized() checks to avoid agj2001-12-3016-30/+60
* Fix an error which could cause a panic if both an ifpi and ifpi2 controllergj2001-12-292-5/+5
* Add support for the AVM Fritz!Card PCI version 2 controller.gj2001-12-221-2/+4
* Add a driver for the AVM Fritz!Card PCI version 2 ISDN controller.gj2001-12-228-0/+3452
* Update to C99, s/__FUNCTION__/__func__/,obrien2001-12-101-4/+4
* fix kvprintf panic in attach routinehm2001-10-241-6/+1
* Fix bug attaching the ELSA PCC16, the cardtyp value was set incorrectlyhm2001-10-211-2/+2
* Add a driver for the Compaq Microcom 610 ISDN (Compaq series PSB2222I) ISA PnPhm2001-10-213-30/+104
* It seems that I slipped a nasty bug into the CAPI support. The messagehm2001-10-211-4/+9
* Add experimental support for sending keypad facility messages.hm2001-10-189-152/+120
* sppp rewrites the interface's ip address directly; this breaks when thejlemon2001-10-011-1/+7
* KSE Milestone 2julian2001-09-125-63/+63
* Fix some signed/unsigned integer confusion, and add bounds checking ofkris2001-09-102-0/+8
* make driver compile under 4.3-STABLEhm2001-07-221-0/+4
* update step.hm2001-07-211-2/+2
* Submitted by: Juha-Matti Liukkonen (Cubical Solutions Ltd) (jml@cubical.fi)hm2001-05-2518-35/+4574
* Submitted by: Juha-Matti Liukkonen, Cubical Solutions Ltd (jml@cubical.fi)hm2001-05-211-4/+4
* pseudo-device -> device in kernel config.schweikh2001-05-011-1/+1
* Send the remains (such as I have located) of "block major numbers" tophk2001-03-265-5/+0
* (MFC candidate since this is already a merge from /sys/net only.)joerg2001-03-251-2/+16
* Preceed/preceeding are not english words. Use precede or preceding.asmodai2001-02-181-1/+1
* Fix typo: seperate -> separate.asmodai2001-02-062-2/+2
* Mechanical change to use <sys/queue.h> macro API instead ofphk2001-02-041-4/+4
* Pull the rug from under the 'LKM Compatability' macro - PSEUDO_SET().peter2001-02-041-0/+28
* Stop counting sppp interfaces, we were just testing its presence to givepeter2001-01-291-4/+0
* Add experimental support for Eicon.Diehl DIVA 2.0 and 2.02 ISA PnP cards.hm2001-01-263-3/+420
* Add experimental support for Eicon.Diehl DIVA 2.0 and 2.02 ISA PnP cards.hm2001-01-261-3/+4
OpenPOWER on IntegriCloud