From owner-freebsd-tokenring@FreeBSD.ORG Tue Dec 2 10:52:32 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 8B17216A4CE for ; Tue, 2 Dec 2003 10:52:32 -0800 (PST) Received: from web10504.mail.yahoo.com (web10504.mail.yahoo.com [216.136.130.154]) by mx1.FreeBSD.org (Postfix) with SMTP id BD6D643FA3 for ; Tue, 2 Dec 2003 10:52:31 -0800 (PST) (envelope-from adam_kaufman@yahoo.com) Message-ID: <20031202185220.28552.qmail@web10504.mail.yahoo.com> Received: from [165.206.169.251] by web10504.mail.yahoo.com via HTTP; Tue, 02 Dec 2003 10:52:20 PST Date: Tue, 2 Dec 2003 10:52:20 -0800 (PST) From: Adam Kaufman To: "David S. Madole" In-Reply-To: <7828.153.11.141.82.1069796664.squirrel@ssl.omd3.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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 18:52:32 -0000 --- "David S. Madole" wrote: > Looks good to me. Are you sure your card is setup > for plug and play mode? > You might want to download the Olicom setup disk and > check if you're not sure. If it's not, then you can > either enable it, or specifically give the various > I/O parameters on the "device oltr" line so the > driver can find the card. 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 ifconfig oltr0 shows: oltr0: flags=2 mtu 1500 lladdr 0.0.83.7f.7c.a6 media: Token ring UTP/16Mbit 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 0 (rc = 1) Any idea what is going on? I should also add that there will not be an address on this card. It will only run in promiscuous mode. I appreciate all your help making this progress. -Adam __________________________________ Do you Yahoo!? Free Pop-Up Blocker - Get it now http://companion.yahoo.com/ 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 From owner-freebsd-tokenring@FreeBSD.ORG Tue Dec 2 14:51:43 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 613FA16A4CE for ; Tue, 2 Dec 2003 14:51:43 -0800 (PST) Received: from web10506.mail.yahoo.com (web10506.mail.yahoo.com [216.136.130.156]) by mx1.FreeBSD.org (Postfix) with SMTP id 8FD0C43FAF for ; Tue, 2 Dec 2003 14:51:40 -0800 (PST) (envelope-from adam_kaufman@yahoo.com) Message-ID: <20031202225140.95940.qmail@web10506.mail.yahoo.com> Received: from [165.206.169.251] by web10506.mail.yahoo.com via HTTP; Tue, 02 Dec 2003 14:51:40 PST Date: Tue, 2 Dec 2003 14:51:40 -0800 (PST) From: Adam Kaufman To: freebsd-tokenring@freebsd.org In-Reply-To: <59103.12.148.10.20.1070392358.squirrel@ssl.omd3.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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 22:51:43 -0000 --- "David S. Madole" wrote: > 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. Yes, there was something else on irq 10. pci0: (vendor=0x1000, dev=0x000f) at 13.1 irq 10 pci0: at 18.2 irq 10 > 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. I used the cfg3118.exe utility from the Olicom setup disk to change the irq. So, the output from dmesg now looks like this: oltr0: at port 0xa20-0xa3f irq 7 drq 3 on isa0 oltr0: MAC address 00:00:83:7f:7c:a6 oltr0: ring insert (16 Mbps - TXI) oltr0: Ring status change: [Soft Error] I only get one soft error, which I think I can safely ignore. I appreciate all your help. Thank you! -Adam __________________________________ Do you Yahoo!? Free Pop-Up Blocker - Get it now http://companion.yahoo.com/