Date: Mon, 31 Jan 2000 23:11:31 +0000 (GMT) From: Doug Rabson <dfr@nlsystems.com> To: "Matthew N. Dodd" <winter@jurai.net> Cc: Nikolai Saoukh <nms@ethereal.ru>, freebsd-current@freebsd.org Subject: Re: kldloaded driver not called at load time Message-ID: <Pine.BSF.4.05.10001312310210.87495-100000@herring.nlsystems.com> In-Reply-To: <Pine.BSF.4.21.0001311543010.479-200000@sasami.jurai.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 31 Jan 2000, Matthew N. Dodd wrote: > On Mon, 31 Jan 2000, Nikolai Saoukh wrote: > > THE PROBLEM is that tok_isa_probe is not called at all, > > when driver kldloaded. Return value is irrelevant for this case. > > Try the attached patch. > > (cd /sys/isa && patch < isa_common.c.patch) This patch doesn't (shouldn't) compile since it uses private information from bus_private.h. I hope you are not including bus_private.h anywhere in your code - its strictly off limits to driver code, even bus drivers. -- Doug Rabson Mail: dfr@nlsystems.com Nonlinear Systems Ltd. Phone: +44 181 442 9037 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.05.10001312310210.87495-100000>