From owner-freebsd-questions Fri Nov 10 20:56: 2 2000 Delivered-To: freebsd-questions@freebsd.org Received: from xena.gsicomp.on.ca (cr677933-a.ktchnr1.on.wave.home.com [24.42.130.87]) by hub.freebsd.org (Postfix) with ESMTP id 67DC237B479 for ; Fri, 10 Nov 2000 20:55:58 -0800 (PST) Received: from hermes (hermes.gsicomp.on.ca [192.168.0.18]) by xena.gsicomp.on.ca (8.9.3/8.9.3) with SMTP id XAA16398; Fri, 10 Nov 2000 23:54:24 -0500 (EST) (envelope-from matt@gsicomp.on.ca) Message-ID: <001301c04b9b$c9e3af90$1200a8c0@gsicomp.on.ca> From: "Matthew Emmerton" To: , "Mike Meyer" , "Drew Tomlinson" Cc: References: Subject: Re: What Is config> During Boot? Date: Fri, 10 Nov 2000 23:56:42 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MIMEOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 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 may not be the case here, but I've seen similar things with a pair of NE2000 cards that I have. The DOS setup programs will only let the IRQ and I/O port be set. Regardless of what I specify in the kernel config, somehow during the probe the correct values for IOMEM are returned and the cards work happily together. > This could be the cause of: > > > ed1: device timeout I've also seen this. I've found the cause of this is that some NE2000 cards require a cable (link signal) be present, otherwise it churns out timeout errors. (This used to wreak havoc when my cable or DSL modem would go offline during the night, filling up the log file with timeouts.) -- Matthew Emmerton To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message