From owner-freebsd-mobile Thu Sep 21 22:23:25 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id 744B137B422 for ; Thu, 21 Sep 2000 22:23:21 -0700 (PDT) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.9.3/8.9.3) with ESMTP id XAA08376; Thu, 21 Sep 2000 23:23:19 -0600 (MDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id XAA65095; Thu, 21 Sep 2000 23:23:18 -0600 (MDT) Message-Id: <200009220523.XAA65095@harmony.village.org> To: scott@lackluster.net Subject: Re: REM56G-100?? Cc: freebsd-mobile@FreeBSD.ORG In-reply-to: Your message of "Thu, 21 Sep 2000 20:46:02 PDT." References: Date: Thu, 21 Sep 2000 23:23:18 -0600 From: Warner Losh Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In message scott@lackluster.net writes: : Thanks, I'd tried looking in the kernel source for the function but : couldn't find where it was defined...thanks! Generally speaking, look at foo_probe or foo_attach. "Foo_" might be spelled "foo_pccard_" in some drivers. You may have to chace things down. However, most drivers I've had my fingers in return ENOMEM when it can't allocate a resource. It has helped me distinguish between the "I can't find hardware here" from the "I can't get the requested resources" cases. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message