From owner-freebsd-bugs Tue Jun 25 11:50:34 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D7F3A37B404 for ; Tue, 25 Jun 2002 11:50:03 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5PIo3l73202; Tue, 25 Jun 2002 11:50:03 -0700 (PDT) (envelope-from gnats) Date: Tue, 25 Jun 2002 11:50:03 -0700 (PDT) Message-Id: <200206251850.g5PIo3l73202@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Nate Lawson Subject: Re: kern/38726: Linksys EtherFast 10/100 PCMCIA card recognized asdevice ed1 Reply-To: Nate Lawson Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR kern/38726; it has been noted by GNATS. From: Nate Lawson To: erc@pobox.com Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: kern/38726: Linksys EtherFast 10/100 PCMCIA card recognized asdevice ed1 Date: Tue, 25 Jun 2002 12:17:46 -0700 (PDT) You didn't post your kernel config but I assume you're using something similar to GENERIC. The ed0 entry in GENERIC allocates ed0 for probing ISA legacy ed cards, leaving ed1 as the next available device for the detected PCMCIA card. I worked around this by changing: device ed0 at isa? port 0x280 irq 10 iomem 0xd8000 to: device ed -Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message