Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Aug 1998 01:27:51 +0200
From:      Ignatios Souvatzis <is@jocelyn.rhein.de>
To:        freebsd-isdn@FreeBSD.ORG
Subject:   Amiga ISDN boards: take two
Message-ID:  <19980805012751.C282@jocelyn.rhein.de>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19980805012751.C282>