From erc@adsl-61-76-31.pns.bellsouth.net  Wed May 29 21:35:02 2002
Return-Path: <erc@adsl-61-76-31.pns.bellsouth.net>
Received: from libera.host4u.net (libera.host4u.net [216.71.64.60])
	by hub.freebsd.org (Postfix) with ESMTP id 3A01D37B40B
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 29 May 2002 21:35:00 -0700 (PDT)
Received: from adsl-61-76-31.pns.bellsouth.net (adsl-61-76-31.pns.bellsouth.net [208.61.76.31])
	by libera.host4u.net (8.11.6/8.11.6) with ESMTP id g4U4XOU11494
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 29 May 2002 23:33:24 -0500
Received: (from uucp@localhost)
	by adsl-61-76-31.pns.bellsouth.net (8.11.6/8.11.6) with UUCP id g4U4Ytj06760
	for FreeBSD-gnats-submit@freebsd.org; Wed, 29 May 2002 23:34:55 -0500
Received: (from erc@localhost)
	by ranger.pns.bellsouth.net (8.11.6/8.11.6) id g4U4YuB00515;
	Wed, 29 May 2002 23:34:56 -0500 (CDT)
	(envelope-from erc)
Message-Id: <200205300434.g4U4YuB00515@ranger.pns.bellsouth.net>
Date: Wed, 29 May 2002 23:34:56 -0500 (CDT)
From: Ed Carp <erc@pobox.com>
Reply-To: Ed Carp <erc@pobox.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Linksys EtherFast 10/100 PCMCIA card recognized as device ed1
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         38726
>Category:       kern
>Synopsis:       Linksys EtherFast 10/100 PCMCIA card recognized as device ed1
>Confidential:   no
>Severity:       critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed May 29 21:40:01 PDT 2002
>Closed-Date:    Fri Jul 19 01:03:41 PDT 2002
>Last-Modified:  Fri Jul 19 01:03:41 PDT 2002
>Originator:     Ed Carp
>Release:        FreeBSD 4.5-RC2 i386
>Organization:
Squished Mosquito, Inc.
>Environment:
System: FreeBSD ranger.pns.bellsouth.net 4.5-RC2 FreeBSD 4.5-RC2 #0: Tue May 28 03:23:23 CDT 2002 root@ranger.pns.bellsouth.net:/usr/src/sys/compile/GENERIC i386


	
>Description:
	When Linksys EtherFast 10/100 PCMCIA card is inserted, pccardd
	recognizes it as ed1, not ed0 as specified in the GENERIC config.
>How-To-Repeat:
	Insert Linksys EtherFast 10/100 card.
>Fix:
	Add the line "device		ed1	at isa? port 0x300 irq 3 iomem 0xd8000" to config file and rebuild kernel.
>Release-Note:
>Audit-Trail:

From: "Ed Carp" <erc@pobox.com>
To: <freebsd-gnats-submit@FreeBSD.org>, <erc@pobox.com>
Cc:  
Subject: Re: kern/38726: Linksys EtherFast 10/100 PCMCIA card recognized as device ed1
Date: Thu, 30 May 2002 22:54:32 -0500

 I forgot to mention that you also have to comment out the "device sio1" line in the kernel config file also.
 --
 Ed Carp, N7EKG          http://www.pobox.com/~erc               214/986-5870
 Director, Software Development
 Escapade Server-Side Scripting Engine Development Team
 Pensacola - Dallas - London - Dresden
 http://www.squishedmosquito.com 

From: Nate Lawson <nate@root.org>
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
 
State-Changed-From-To: open->closed 
State-Changed-By: jon 
State-Changed-When: Fri Jul 19 01:02:57 PDT 2002 
State-Changed-Why:  
what Nate Lawson <nate@root.org> said. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=38726 
>Unformatted:
