Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 07 Oct 1997 01:40:08 -0700
From:      Amancio Hasty <hasty@rah.star-gate.com>
To:        joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch)
Cc:        freebsd-current@FreeBSD.ORG
Subject:   Re: how to detect different kernel code (select or poll) 
Message-ID:  <199710070840.BAA00526@rah.star-gate.com>
In-Reply-To: Your message of "Tue, 07 Oct 1997 08:53:35 %2B0200." <19971007085335.QS46081@uriah.heep.sax.de> 

next in thread | previous in thread | raw e-mail | index | archive | help
Hi,

I am not too keen on supporting driver code on freebsd xxxx vs.
freebsd yyy version. It takes time and resources.

If it means that we have to kludge the drivers in order to support
poll vs select I rather see the core technology do it .

	Cheers,
	Amancio


>From The Desk Of J Wunsch :
> As Amancio Hasty wrote:
> 
> > I think that our current problem is that the poll code is not in 
> > 2.2 and whoever checked in the code  should have at least thought of the
> > incompatibility issues . One option is not to support 2.2
> > which the poll check in so far seems to imply at least with
> > respect to drivers.
> 
> Why don't you just test for
> 
> #if __FreeBSD__ >= 3
> 
> ?  The bigger problem is to make it backwards compatible with older
> 3.0-current systems, and/or make it cross-compilable.  The above
> decision is a rather rough one.
> 
> -- 
> 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?199710070840.BAA00526>