From owner-freebsd-current Thu Jan 27 14:36:28 2000 Delivered-To: freebsd-current@freebsd.org Received: from sasami.jurai.net (sasami.jurai.net [63.67.141.99]) by hub.freebsd.org (Postfix) with ESMTP id 7070E150DD for ; Thu, 27 Jan 2000 14:36:24 -0800 (PST) (envelope-from winter@jurai.net) Received: from localhost (winter@localhost) by sasami.jurai.net (8.9.3/8.8.7) with ESMTP id RAA09780; Thu, 27 Jan 2000 17:36:21 -0500 (EST) Date: Thu, 27 Jan 2000 17:36:21 -0500 (EST) From: "Matthew N. Dodd" To: Eric Jacoboni Cc: current@FreeBSD.ORG Subject: Re: Something strange with pccard/ed0 ? In-Reply-To: <87d7qnfd2y.fsf@titine.fr.eu.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 27 Jan 2000, Eric Jacoboni wrote: > All runs ok except that my card is not recognized as ed0 but as ed1. > > Here are my config params : > > =-=-=-= > device card0 > device pcic0 at isa? irq 10 port 0x3e0 iomem 0xd0000 > device pcic1 at isa? irq 11 port 0x3e2 iomem 0xd4000 > > device ed0 at isa? port 0x280 irq 5 iomem 0xd8000 Thats correct. The kernel has assigned 'ed0' to the non-existent ISA card you've told it to expect. use 'device ed0' instead. -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD | | winter@jurai.net | 2 x '84 Volvo 245DL | ix86,sparc,pmax | | http://www.jurai.net/~winter | This Space For Rent | ISO8802.5 4ever | To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message