From owner-freebsd-bugs Sat Aug 18 12:11:36 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from enterprise.spock.org (cm-24-29-85-81.nycap.rr.com [24.29.85.81]) by hub.freebsd.org (Postfix) with ESMTP id 6250A37B41F for ; Sat, 18 Aug 2001 12:11:27 -0700 (PDT) (envelope-from jon@enterprise.spock.org) Received: (from jon@localhost) by enterprise.spock.org serial EF600Q3T-B7F; Sat, 18 Aug 2001 15:11:22 -0400 (EDT) (envelope-from jon)$ Date: Sat, 18 Aug 2001 15:11:22 -0400 From: Jonathan Chen To: "Viren R. Shah" Cc: freebsd-bugs@FreeBSD.org Subject: Re: misc/28203: NEWCARD won't recognize my cardbus controllers or my Xircom Realport 10/100+56k card Message-ID: <20010818151122.E20719@enterprise.spock.org> References: <15210.56924.536714.812107@aop.cigital.com> <20010804032632.A25279@enterprise.spock.org> <15216.9560.513790.149857@aop.cigital.com> <20010807142823.A70032@enterprise.spock.org> <15216.22809.812694.468954@aop.cigital.com> <20010808110415.A37018@enterprise.spock.org> <15217.32241.186089.799930@aop.cigital.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: telnet/1.1x In-Reply-To: <15217.32241.186089.799930@aop.cigital.com>; from viren@cigital.com on Wed, Aug 08, 2001 at 01:59:13PM -0400 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 On Wed, Aug 08, 2001 at 01:59:13PM -0400, Viren R. Shah wrote: > I applied it, and built a new kernel. I booted without the card in the > slot. The cardbus controllers were found. Upon inserting the card, a > lot of messages flew by, neither the NIC part nor the modem part of > the card were detected/attached. So I ejected the card, and > re-inserted it. This time, the dc driver attached to the NIC part of > the card. However, the sio driver wasn't attached to the modem part of > the card. You can see this in the /var/log/messages attachment below, > where the first insertion occurred at 13:14, and at 13:23 I ejected > and re-inserted the card. > > So that is a partial success. Do you want me to try adding in the sio > patch that I had used previously, and seeing whether that will work? > or would you rather I wait for a patch from you? Okay, I think I figured out what is wrong with cardbus not detecting the card on first insert. If you can edit sys/dev/cardbus/cardbus.c, search for "static int curr_bus_number = 2;" and set it to 5 (or some other higher number, but I think 5 should work in your case). If I'm correct, your card should now when if inserted at bootup. Please tell me if this works. As for your sio problem, I still haven't received your dmesg when you have applied the sio patch. Can I take this to mean you have it working? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message