From owner-freebsd-questions@FreeBSD.ORG Fri May 19 15:39:56 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4F7DD16A51C for ; Fri, 19 May 2006 15:39:56 +0000 (UTC) (envelope-from Cy.Schubert@komquats.com) Received: from spqr.komquats.com (S0106002078125c0c.gv.shawcable.net [24.108.150.239]) by mx1.FreeBSD.org (Postfix) with ESMTP id 95EC843D45 for ; Fri, 19 May 2006 15:39:55 +0000 (GMT) (envelope-from Cy.Schubert@komquats.com) Received: from cwsys.cwsent.com (cwsys [10.1.1.1]) by spqr.komquats.com (Postfix) with ESMTP id AB4414C5C5 for ; Fri, 19 May 2006 08:39:54 -0700 (PDT) Received: from cwsys (localhost [127.0.0.1]) by cwsys.cwsent.com (8.13.6/8.13.6) with ESMTP id k4JFdstN004086 for ; Fri, 19 May 2006 08:39:54 -0700 (PDT) (envelope-from Cy.Schubert@komquats.com) Message-Id: <200605191539.k4JFdstN004086@cwsys.cwsent.com> X-Mailer: exmh version 2.7.2 01/07/2005 with nmh-1.2 From: Cy Schubert X-os: FreeBSD X-Sender: cy@cwsent.com X-URL: http://www.komquats.com/ To: freebsd-questions@freebsd.org Date: Fri, 19 May 2006 08:39:54 -0700 Sender: Cy.Schubert@komquats.com Subject: (no subject) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Cy Schubert List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 May 2006 15:39:56 -0000 Cheers, Cy Schubert FreeBSD UNIX: Web: http://www.FreeBSD.org e**(i*pi)+1=0 cc: Fcc: note Subject: Second if_ed Device (fwd) Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii -------- That should be an Elite-16 which is based on the WD8013 chip. I have so much old hardware here I really should get rid of it. ------- Forwarded Message Date: Fri, 19 May 2006 08:29:45 -0700 From: Cy Schubert To: freebsd-questions@freebsd.org Subject: Second if_ed Device Is there any way to enable a second ISA ed device, as in ed1 under 6.1? I have two SMC 3c509-combo cards in the same machine. My device.hints file contains: hint.ed.0.at="isa" hint.ed.0.disabled="0" hint.ed.0.port="0x280" hint.ed.0.irq="10" hint.ed.0.maddr="0xd8000" hint.ed.1.at="isa" hint.ed.1.disabled="0" hint.ed.1.port="0x240" hint.ed.1.irq="5" hint.ed.1.maddr="0xd4000" It only sees the first device and when I do bring it online to use it the system panics. I do recall having this problem a few years ago however I did replace the device with a PCI version. (Of course a system here with two PCI versions of the if_ed card works fine.) The last time this worked was under 4.X (or was it 3.x, it's been so long I can't remember) using: device ed0 at isa? port 0x280 irq 10 iomem 0xd8000 device ed1 at isa? port 0x240 irq 5 iomem 0xd4000 Any ideas? - -- Cheers, Cy Schubert FreeBSD UNIX: Web: http://www.FreeBSD.org e**(i*pi)+1=0 ------- End of Forwarded Message