From owner-freebsd-hackers Thu May 24 19: 8: 5 2001 Delivered-To: freebsd-hackers@freebsd.org Received: from rover.village.org (rover.bsdimp.com [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id E6D2737B422; Thu, 24 May 2001 19:07:59 -0700 (PDT) (envelope-from imp@billy-club.village.org) Received: from billy-club.village.org (billy-club.village.org [10.0.0.3]) by rover.village.org (8.11.3/8.11.3) with ESMTP id f4P27w667870; Thu, 24 May 2001 20:07:58 -0600 (MDT) (envelope-from imp@billy-club.village.org) Received: from billy-club.village.org (localhost [127.0.0.1]) by billy-club.village.org (8.11.2/8.8.3) with ESMTP id f4P283l39985; Thu, 24 May 2001 20:08:03 -0600 (MDT) Message-Id: <200105250208.f4P283l39985@billy-club.village.org> To: SJ Subject: Re: Device driver questions Cc: Alexander Langer , freebsd-questions@FreeBSD.ORG, freebsd-hackers@FreeBSD.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> Date: Thu, 24 May 2001 20:08:03 -0600 From: Warner Losh Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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