Date: Sat, 18 Aug 2001 15:11:22 -0400 From: Jonathan Chen <jon@spock.org> To: "Viren R. Shah" <viren@cigital.com> 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> In-Reply-To: <15217.32241.186089.799930@aop.cigital.com>; from viren@cigital.com on Wed, Aug 08, 2001 at 01:59:13PM -0400 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>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010818151122.E20719>