Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

iwic(4) [netbsd man page]

IWIC(4) 						   BSD Kernel Interfaces Manual 						   IWIC(4)

NAME
iwic -- isdn4bsd Winbond ISDN Chip device driver SYNOPSIS
iwic* at pci? DESCRIPTION
The iwic driver provides D-channel layer 1 support as specified in ITU Recommendation I.430 and layer 1 support for the B-channel. The driver supports passive PCI ISDN cards from various manufacturers based on the Winbond W6692 chip. SUPPORTED CARDS ASUSCOM P-IN100-ST-D Dynalink IS64PPH SEE ALSO
isdnd(8) STANDARDS
CCITT Recommendation I.430 AUTHORS
The iwic driver was written by Dave Boyce <dave@abyss.demon.co.uk>. This manpage was written by Hellmuth Michaelis <hm@freebsd.org>. CAVEATS
The driver is still in a somewhat experimental state. BUGS
Layer 1 persistent deactivation not yet implemented. BSD
September 25, 2002 BSD

Check Out this Related Man Page

ISDN(4) 						   BSD Kernel Interfaces Manual 						   ISDN(4)

NAME
isdn -- ISDN kernel to userland master device SYNOPSIS
pseudo-device isdn DESCRIPTION
The isdn device driver is used by the isdnd(8) daemon to exchange messages with the ISDN kernel part for the purpose of call establishment, control and disconnection and to access various control and status information. The messages and message parameters are documented in the include file /usr/include/netisdn/i4b_ioctl.h. The available ioctl's are: I4B_CDID_REQ Request a unique Call Description IDentifier (cdid) which identifies uniquely a single interaction of the local D channel with the exchange. I4B_CONNECT_REQ Actively request a call setup to a remote ISDN subscriber. I4B_CONNECT_RESP Respond to an incoming call, either accept, reject or ignore it. I4B_DISCONNECT_REQ Actively terminate a connection. I4B_CTRL_INFO_REQ Request information about an installed ISDN controller card. I4B_DIALOUT_RESP Give information about call setup to driver who requested dialing out. I4B_TIMEOUT_UPD Update the kernels timeout value(s) in case of dynamically calculated shorthold mode timing changes. I4B_UPDOWN_IND Inform the kernel userland drivers about interface soft up/down status changes. I4B_CTRL_DOWNLOAD Download firmware to active card(s). I4B_ACTIVE_DIAGNOSTIC Return diagnostic information from active cards. Status and event messages available from the kernel are: MSG_CONNECT_IND An incoming call from a remote ISDN user is indicated. MSG_CONNECT_ACTIVE_IND After an incoming call has been accepted locally or an outgoing call has been accepted by a remote, the exchange signaled an active connection and the corresponding B-channel is switched through. MSG_DISCONNECT_IND A call was terminated. MSG_DIALOUT_IND A userland interface driver requests the daemon to dial out (typically a network interface when a packet arrives in its send queue). MSG_IDLE_TIMEOUT_IND A call was terminated by the isdn4bsd kernel driver because a B-channel idle timeout occurred. MSG_ACCT_IND Accounting information from a network driver. MSG_CHARGING_IND Charging information from the kernel. SEE ALSO
isdnd(8) AUTHORS
The isdn device driver and this man page were written by Hellmuth Michaelis <hm@kts.org>. BSD
February 3, 1998 BSD
Man Page

4 More Discussions You Might Find Interesting

1. Solaris

DBCA Issues

I am wondering if someone can help a brother out. I am trying to create a DB using a GUI and when I am about to finish, it gets stuck. I hit finish but nothing happens. Any help from the community will be highly appreciated. ... (0 Replies)
Discussion started by: newborndba
0 Replies

2. UNIX and Linux Applications

Mail server

Hello. I'm looking for mail server application with webclient, antispam and antyvirus. Is Postfix good? (45 Replies)
Discussion started by: Budrys
45 Replies

3. Shell Programming and Scripting

Shell script for field wise record count for different Files .csv files

Hi, Very good wishes to all! Please help to provide the shell script for generating the record counts in filed wise from the .csv file My question: Source file: Field1 Field2 Field3 abc 12f sLm 1234 hjd 12d Hyd 34 Chn My target file should generate the .csv file with the... (14 Replies)
Discussion started by: Kirands
14 Replies

4. Shell Programming and Scripting

Get data from GitHub using Curl

Dear friends, I am working on a bash script to get data from the github by hitting the API using curl and this is quite straight forward. However the authentication mechanism we have in our github servers makes this intricate. Here is the situation : * The github uses SSO / SAML / opensso... (0 Replies)
Discussion started by: Kochappa
0 Replies