From owner-freebsd-hackers Sun Jul 1 21:23:33 2001 Delivered-To: freebsd-hackers@freebsd.org Received: from ns.itga.com.au (ns.itga.com.au [202.53.40.210]) by hub.freebsd.org (Postfix) with ESMTP id 9DBED37B403 for ; Sun, 1 Jul 2001 21:23:29 -0700 (PDT) (envelope-from gnb@itga.com.au) Received: from lightning.itga.com.au (lightning.itga.com.au [192.168.71.20]) by ns.itga.com.au (8.9.3/8.9.3) with ESMTP id OAA38167; Mon, 2 Jul 2001 14:23:27 +1000 (EST) (envelope-from gnb@itga.com.au) Received: from itga.com.au (lightning.itga.com.au [192.168.71.20]) by lightning.itga.com.au (8.9.3/8.9.3) with ESMTP id OAA09978; Mon, 2 Jul 2001 14:22:12 +1000 (EST) Message-Id: <200107020422.OAA09978@lightning.itga.com.au> X-Mailer: exmh version 2.4 05/15/2001 with nmh-1.0.4 From: Gregory Bond To: Warner Losh Cc: hackers@FreeBSD.ORG Subject: Re: tty/ioctl/device driver advice wanted In-reply-to: Your message of Sun, 01 Jul 2001 21:52:09 -0600. Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 02 Jul 2001 14:22:12 +1000 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 <200107020203.MAA03221@lightning.itga.com.au> Gregory Bond writes: > : The existing driver occasionally does "return(-ENODEV);" from (functions ca > lled > > Linux does that. > > : from) the device ioctl routine. The new driver that I am trying to fold in > : does "return ENODEV;". > > That's correct for FreeBSD. Thanks! I suspected as much, but the -ENODEV has been in this driver since Noah wore shorts, so I was thinking there must be something I don't understand..... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message