From owner-freebsd-isdn Tue Aug 4 16:23:02 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA14656 for freebsd-isdn-outgoing; Tue, 4 Aug 1998 16:23:02 -0700 (PDT) (envelope-from owner-freebsd-isdn@FreeBSD.ORG) Received: from gatekeeper.rhein.de (gatekeeper.rhein.de [193.175.27.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA14651 for ; Tue, 4 Aug 1998 16:22:54 -0700 (PDT) (envelope-from is@jocelyn.rhein.de) Received: from jocelyn.rhein.de (jocelyn.rhein.de [193.175.27.218]) by gatekeeper.rhein.de (8.9.1-ws3/8.9.1-ws3) with ESMTP id BAA10789 for ; Wed, 5 Aug 1998 01:22:36 +0200 (MET DST) Received: (from is@localhost) by jocelyn.rhein.de (8.8.8/8.6.12) id BAA00382; Wed, 5 Aug 1998 01:27:51 +0200 (MEST) Message-ID: <19980805012751.C282@jocelyn.rhein.de> Date: Wed, 5 Aug 1998 01:27:51 +0200 From: Ignatios Souvatzis To: freebsd-isdn@FreeBSD.ORG Subject: Amiga ISDN boards: take two Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.91.1i Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, talked to board designer. - it's IOM-2 - HSCX_A RTS pin is connected to ISAC RESET, and needs to be set to make the ISAC usable. I added a aster_write(...HSCX_A, H_MODE, HSCX_MODE_RTS) to the board attach function, right before isicattach() is called, and got the right ISAC version number! A quick isdntest shows: isdntest: accepting calls from telephone number [935456] isdntest: calling out telephone number [935456] isdntest: got cdid 3 from kernel isdntest: calling out to telephone number [935456] isdntest: unknown message 0x68 = h isdntest: incoming SETUP: from to 935456 channel 1, controller 0, bprot 0, cdid 4 isdntest: accepting call, sending CONNECT_RESPONSE ..... isdntest: connection active, cdid 4 isdntest: connection active, cdid 3 isdntest: 5 secs delay until disconnect: . . . . . isdntest: sending disconnect request isdntest: unknown message 0x67 = g isdntest: incoming disconnect indication, cdid 3, cause 256 Kernel messages during test: i4b-L2-i4b_tei_assign: tx TEI ID_Request i4b-L2-i4b_tei_rx_frame: TEI ID Assign - TEI = 121 i4b-L2-i4b_i_frame_queued_up: V(S) == ((V(A) + k) & 127)! i4b-L2-i4b_i_frame_queued_up: state = ST_MULTIFR i4b-L2-i4b_print_l2var: unit0 V(R)=5, V(S)=5, V(A)=4,ACKP=0,PBSY=0,OBSY=0 i4b-L3-T308_timeout: REL not answered, cr = 1 i4b-L3-next_l3state: FSM illegal state, state = ST_U12 - Disc Ind, event = EV_T308EXP - T308 timeout! any clue? Must I better call the full hscx_init(...., initialize = 0)? can try tomorrow, but its MUCH to late now. Regards, Ignatios To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message