Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Dec 1996 00:39:32 +0100 (MET)
From:      J Wunsch <j@uriah.heep.sax.de>
To:        freebsd-hackers@freebsd.org (FreeBSD hackers)
Cc:        tony@nlanr.net (Tony Sterrett)
Subject:   Re: Driver installation
Message-ID:  <199612102339.AAA01765@uriah.heep.sax.de>
In-Reply-To: <199612102117.NAA22696@nlanr.net> from Tony Sterrett at "Dec 10, 96 01:17:02 pm"

next in thread | previous in thread | raw e-mail | index | archive | help
As Tony Sterrett wrote:

> tstopen(dev_t dev, int flag, int type, struct proc *p)
> {
> 	return (1);
> 
> }

Return value 0 is success, everything else is interpreted as an errno.

> in usr/src/sys/i386/i386/conf.c

Uh, which version of FreeBSD are you using?  This file has long since
gone in the development system.

-- 
cheers, J"org

joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE
Never trust an operating system you don't have sources for. ;-)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199612102339.AAA01765>