From owner-freebsd-hackers Thu Sep 4 06:59:59 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id GAA29164 for hackers-outgoing; Thu, 4 Sep 1997 06:59:59 -0700 (PDT) Received: from word.smith.net.au (word.smith.net.au [202.0.75.3]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id GAA29129 for ; Thu, 4 Sep 1997 06:59:47 -0700 (PDT) Received: from word.smith.net.au (localhost.smith.net.au [127.0.0.1]) by word.smith.net.au (8.8.7/8.8.5) with ESMTP id PAA00277; Thu, 4 Sep 1997 15:34:39 +0930 (CST) Message-Id: <199709040604.PAA00277@word.smith.net.au> X-Mailer: exmh version 2.0zeta 7/24/97 To: Stephen McKay cc: Mike Smith , Simon Shapiro , freebsd-hackers@FreeBSD.ORG Subject: Re: IOCTL Commands - Where is my mistake? In-reply-to: Your message of "Thu, 04 Sep 1997 15:19:14 +1000." <199709040519.PAA09446@ogre.dtir.qld.gov.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 04 Sep 1997 15:34:39 +0930 From: Mike Smith Sender: owner-freebsd-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > >This will copy the 'bar' structure into and out of the kernel (tune > >with the macro to suit), and allow you to call the ioctl handler from > >within the kernel (eg. from one of the ABI emulation layers). > > > >I hope this a) makes sense, and b) works for you. > > Well Mike, I'm pretty sure now that you've made a boo-boo. :-) You're right. I was referring to some code I wrote a while back, and it "just so happens" that I had never actually _run_ it (the card it was for was abandoned before I got that far). So a) my face is red, and b) I owe Simon an apology. mike