Date: Thu, 21 Sep 2000 23:23:18 -0600 From: Warner Losh <imp@village.org> To: scott@lackluster.net Cc: freebsd-mobile@FreeBSD.ORG Subject: Re: REM56G-100?? Message-ID: <200009220523.XAA65095@harmony.village.org> In-Reply-To: Your message of "Thu, 21 Sep 2000 20:46:02 PDT." <Pine.NEB.4.05.10009212045150.10175-100000@tempe.lackluster.net> References: <Pine.NEB.4.05.10009212045150.10175-100000@tempe.lackluster.net>
next in thread | previous in thread | raw e-mail | index | archive | help
In message <Pine.NEB.4.05.10009212045150.10175-100000@tempe.lackluster.net> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200009220523.XAA65095>