From owner-freebsd-tokenring@FreeBSD.ORG Tue Dec 2 11:12:42 2003 Return-Path: Delivered-To: freebsd-tokenring@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EF73316A4CE for ; Tue, 2 Dec 2003 11:12:42 -0800 (PST) Received: from box1.omd3.com (box1.omd3.com [69.46.19.120]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7450E43FEA for ; Tue, 2 Dec 2003 11:12:39 -0800 (PST) (envelope-from david@madole.net) Received: from [192.168.231.161] (helo=ssl.omd3.com) by box1.omd3.com with smtp (Exim 4.24) id 1ARFws-000Pcy-Ef; Tue, 02 Dec 2003 14:12:38 -0500 Received: from 12.148.10.20 (SquirrelMail authenticated user david@madole.net) by ssl.omd3.com with HTTP; Tue, 2 Dec 2003 14:12:38 -0500 (EST) Message-ID: <59103.12.148.10.20.1070392358.squirrel@ssl.omd3.com> In-Reply-To: <20031202185220.28552.qmail@web10504.mail.yahoo.com> References: <7828.153.11.141.82.1069796664.squirrel@ssl.omd3.com> <20031202185220.28552.qmail@web10504.mail.yahoo.com> Date: Tue, 2 Dec 2003 14:12:38 -0500 (EST) From: "David S. Madole" To: "Adam Kaufman" User-Agent: SquirrelMail/1.4.1 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 Importance: Normal cc: freebsd-tokenring@freebsd.org Subject: Re: ISA support added to oltr driver X-BeenThere: freebsd-tokenring@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Support Token Ring in FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Dec 2003 19:12:43 -0000 > --- "Adam Kaufman" wrote: > Ok, so I used the Olicom diagnostics disk to get the > parameters for the card and it is recognized. Here is > the output from dmesg. > > oltr0: at port > 0xa20-0xa3f irq 10 drq 3 on isa0 > oltr0: MAC address 00:00:83:7f:7c:a6 > > I have plugged into both a passive mau and a powered > switch and when I do: 'ifconfig oltr0 up', I get these > errors: > > oltr0: adapter init failure 0x400 > oltr0: adapter refused receive fragment (rc = 1) According to trlld.h, 0x400 means "adapter cannot interrupt", suggesting a hardware configuration issue with the irq. Is there something else in the machine on irq 10 perhaps? Remember, ISA cards cannot share interrupts like PCI can. Might want to check in your BIOS setup to see if there is some built-in peripheral, maybe even ACPI, on irq 10, or if it's getting assigned to PCI devices and adjust the configuration accordingly. Dave