summaryrefslogtreecommitdiff
path: root/sys/netisdn
AgeCommit message (Expand)Author
2003-12-04netbsd.org -> NetBSD.orgkeihan
2003-10-28Calculate controller number based on the controller number stored inpooka
2003-10-03g/c unused var bch from a few placespooka
2003-10-03When processing a connect indication, seek out the appropriatepooka
2003-10-03Ready the kernel side of i4b for primary rate interface support bypooka
2003-09-26On physical layer errors, mark deactivated call descriptors correctly.martin
2003-09-26When releasing all cd's associated with a controller, don't stoppooka
2003-09-26RCSIDpooka
2003-09-25Give iavc a bit in the debug bitmask society.pooka
2003-09-25Add a support layer for the ISDN CAPI (http://www.capi.org/), which shouldpooka
2003-09-25Make the number of maximum b-channels provided by a controller a macropooka
2003-09-25add number of b-channels provided to controller info requestpooka
2003-09-25Add a hack to avoid calling l2 functions for active ISDN cards. Theypooka
2003-09-23Make isdntel hangup via /dev/isdnteld work by digging out the correctpooka
2003-08-12Make it compile on alpha.martin
2003-05-16use strlcpyitojun
2003-05-08Change a integer value that is passed via a void* in an ioctl() likemartin
2003-04-11Rename the IPR_VJ option into IRIP_VJ (as irip(4) told all the time),drochner
2003-04-06Respect the law: Use A-law and mu-law as spellings as far as easily possible.wiz
2002-12-28Restore the system priority level in case of errors.kristerw
2002-12-10remove ttydefchars declaration which was wrong anyway,drochner
2002-11-26Remove KDIR=, since SYS_INCLUDE=symlinks and KDIR are not supported any more.lukem
2002-11-26si_ -> sel_christos
2002-10-23merge kqueue branch into -currentjdolecek
2002-09-27remove trailing \n in panic(). approved perry.provos
2002-09-06Merge the gehenna-devsw branch into the trunk.gehenna
2002-05-21Uniformly pass a "struct isdn_l3_driver *" through layer 2, so wemartin
2002-05-17Remove debug printf accidently commited.martin
2002-05-16Comment out token after #endif.wiz
2002-05-02Sync layer 3 B-channel accounting with layer 2.martin
2002-04-17return ENXIO if a driver cannot be founddrochner
2002-04-14Fix copyright notice.martin
2002-04-12Document a puzzling assignement.martin
2002-04-09Print hardware device name in layer 1 debug output.martin
2002-04-09Fix typo in debug message.martin
2002-04-01Move isic_intr_enable to a file not depending on the HSCX driver, somartin
2002-03-30Add a command to layer 1 drivers to update LED state for controllers thatmartin
2002-03-30Cache a pointer to layer 3 driver state in a call descriptor.martin
2002-03-30Avoid duplicate expensive lookups by passing a pointer to the callmartin
2002-03-30Pass subaddresses and calling party number type/plan to userland onmartin
2002-03-29Split BRI attaching into two phases, so lower layer drivers can get theirmartin
2002-03-29Better check ioctl parameters and reject requests for not (currently)martin
2002-03-27After Jason Thorpe explained to me how it is supposed to work, implementmartin
2002-03-25Cosmetical nitpick: initialize TEI to -1 instead of 0, to preventmartin
2002-03-25Now that we have all pieces in place (and enough granularity to specifymartin
2002-03-25Remove a leftover from the BRI registry at layer 2.martin
2002-03-25Plug a memory hole when detaching ISDN controllers.martin
2002-03-25Make pcmcia cards detach properly.martin
2002-03-24Now that we have all the pieces of the puzzle available start to unriddlemartin
2002-03-22Bring the daic driver into the new ISDN world order.martin