Date: Thu, 24 May 2001 20:08:03 -0600 From: Warner Losh <imp@village.org> To: SJ <sandejain@rocketmail.com> Cc: Alexander Langer <alex@big.endian.de>, freebsd-questions@FreeBSD.ORG, freebsd-hackers@FreeBSD.ORG Subject: Re: Device driver questions Message-ID: <200105250208.f4P283l39985@billy-club.village.org> In-Reply-To: Your message of "Wed, 23 May 2001 10:38:00 PDT." <20010523173800.84311.qmail@web13404.mail.yahoo.com> References: <20010523173800.84311.qmail@web13404.mail.yahoo.com>
next in thread | previous in thread | raw e-mail | index | archive | help
In message <20010523173800.84311.qmail@web13404.mail.yahoo.com> SJ writes: : But still the name "private" confuses me...according : to : me it should have been "bus_public.c". Any comments? Yes. You aren't allowed to use anything that's inside of bus_private.h in your driver. That's why it is called private. Only certain parts of the kernel are allowed to look inside. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200105250208.f4P283l39985>