From owner-freebsd-hackers Sun Jul 1 20:52:27 2001 Delivered-To: freebsd-hackers@freebsd.org Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id 8A98837B406 for ; Sun, 1 Jul 2001 20:52:25 -0700 (PDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.11.3/8.11.1) with ESMTP id f623q9U30987; Sun, 1 Jul 2001 21:52:09 -0600 (MDT) (envelope-from imp@harmony.village.org) Message-Id: <200107020352.f623q9U30987@harmony.village.org> To: Gregory Bond Subject: Re: tty/ioctl/device driver advice wanted Cc: hackers@FreeBSD.ORG In-reply-to: Your message of "Mon, 02 Jul 2001 12:03:19 +1000." <200107020203.MAA03221@lightning.itga.com.au> References: <200107020203.MAA03221@lightning.itga.com.au> Date: Sun, 01 Jul 2001 21:52:09 -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 <200107020203.MAA03221@lightning.itga.com.au> Gregory Bond writes: : The existing driver occasionally does "return(-ENODEV);" from (functions called 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. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message