From owner-freebsd-questions Fri Nov 10 20:32:55 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail3.new.rr.com (mail3.rdc-detw.rr.com [24.30.0.25]) by hub.freebsd.org (Postfix) with ESMTP id A924137B479 for ; Fri, 10 Nov 2000 20:32:52 -0800 (PST) Received: from pael ([24.164.235.228]) by mail3.new.rr.com with Microsoft SMTPSVC(5.5.1877.197.19); Fri, 10 Nov 2000 23:33:29 -0500 Reply-To: From: "Rak" To: "Mike Meyer" , "Drew Tomlinson" Cc: Subject: RE: What Is config> During Boot? Date: Fri, 10 Nov 2000 22:32:50 -0600 Message-ID: X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) In-Reply-To: <14860.49919.242784.217200@guru.mired.org> X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > device ed0 at isa? port 0x240 irq 9 iomem 0xd8000 > device ed1 at isa? port 0x260 irq 11 iomem 0xd8000 This looks a little funny that both of these cards are trying to use iomem 0xd8000 Now later you say: > ed0 at port 0x240-0x25f iomem 0xd8000 irq 9 drq 0 on isa0 > ed0: address 00:40:05:66:b2:55, type NE2000 (16 bit) > ed1 at port 0x260-0x27f iomem 0xd0000 irq 11 on isa0 > ed1: address 00:40:05:66:b2:52, type NE2000 (16 bit) So how did ed1 go from iomem d8000 to d0000? This could be the cause of: > ed1: device timeout > What is "config>" and should there be something there for ed1 as well? Is > this my problem? I'd appreciate any help, thoughts, nudges, etc. I'm new > to both Unix and FBSD so I may be missing something really basic. No, you don't really need to config> ed1 if is set up in the kernel config file correctly and so compiled. > device ed1 at isa? port 0x260 irq 11 iomem 0xd8000 One problem is though, like I said both cards trying to use the d8000 memory space. Change one of these to d0000 or something. the puzzling thing is why do you get this: > ed1 at port 0x260-0x27f iomem 0xd0000 irq 11 on isa0 Nothing seems to be telling it to use d0000 unless it is adjusting this automagically?! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message