From owner-freebsd-isdn Mon Dec 14 03:36:47 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA12432 for freebsd-isdn-outgoing; Mon, 14 Dec 1998 03:36:47 -0800 (PST) (envelope-from owner-freebsd-isdn@FreeBSD.ORG) Received: from uni-sb.de (uni-sb.de [134.96.252.33]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA12424 for ; Mon, 14 Dec 1998 03:36:39 -0800 (PST) (envelope-from mreckt@wurzelausix.CS.Uni-SB.DE) Received: from cs.uni-sb.de (cs.uni-sb.de [134.96.252.31]) by uni-sb.de (8.9.1a/1998121400) with ESMTP id MAA27768; Mon, 14 Dec 1998 12:36:06 +0100 (CET) Received: from wurzelausix (quadratix.cs.uni-sb.de [134.96.222.2]) by cs.uni-sb.de (8.9.1a/1998121400) with ESMTP id MAA02520; Mon, 14 Dec 1998 12:36:06 +0100 (CET) Received: from vodix.aremorika (vodix [134.96.247.43]) by wurzelausix (8.9.1/wjp/19980821) with ESMTP id MAA14651; Mon, 14 Dec 1998 12:36:04 +0100 (CET) Received: by vodix.aremorika; Mon, 14 Dec 1998 12:36:04 +0100 (MET) To: Gerald Heinig Cc: freebsd-isdn@FreeBSD.ORG Subject: Re: ISAC & HSCX questions References: <3673F79C.DC25867@hdz-ima.rwth-aachen.de> Mime-Version: 1.0 (generated by tm-edit 7.108) Content-Type: text/plain; charset=US-ASCII From: Martin Recktenwald Date: 14 Dec 1998 12:36:04 +0100 In-Reply-To: Gerald Heinig's message of "Sun, 13 Dec 1998 18:21:32 +0100" Message-ID: Lines: 46 X-Mailer: Gnus v5.5/XEmacs 20.4 - "Emerald" Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Gerald Heinig writes: > Why do they refer to the data read and write registers as FIFOs? There > doesn't seem to be anything queue-like about them. Maybe because you can write at the FIFO where you want but it will alway store the bytes in the order you wrote them? For example, write to fifo addr 04 value 11, then to 02 value 22 and ISAC/HSCX will store in its fifo value 11 as first byte and value 22 as second ... (well this sounds really difficult to understand :-), forget it, they are no fifo's, but they are also not some kind of storage you can write/read as you want.) > Why isn't there any documentation about the HSCX specifically? I > downloaded the HSCX docs from Siemens, but there they talk about > upgrading the ISAC-S TE to a larger FIFO and other stuff. The last time I looked at there were docs about the HSCX. What you found seems like some kind of "upgrade" information to the IPAC. Try downloading the HSCX documentation directly. Siemens obviously uses the same naming scheme for all ISDN related chips, so if you use something like doc2286psb.pdf to download the isac documentation, use doc82525psb.pdf to get the HSCX documentation :-) If you can't find the docs, send me mail, I have at least the HSCX 82525 docs still lying around (maybe even the HSCX-TE docs). > How do you find out things like a Fritz! card having 0x05 in the low > order bits of (I forget) and an AVM A1 having 0x04 or > 0x05 in the same place? > That's card-specific, isn't it? Yes, it is. All HSCX/ISAC boards I saw use a third (custom) chip and getting docs about it is quite likely a very difficult task. > Does the Fritz! driver use the > IOM functionality? This doesn't depend on the driver but on the hardware. The AVM Fritz! uses IOM-2 mode for communication between HSCX and ISAC. Martin. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message