From owner-freebsd-arch@FreeBSD.ORG Wed Jun 23 23:43:23 2004 Return-Path: Delivered-To: freebsd-arch@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 547D216A4CE for ; Wed, 23 Jun 2004 23:43:23 +0000 (GMT) Received: from VARK.homeunix.com (adsl-69-107-109-228.dsl.pltn13.pacbell.net [69.107.109.228]) by mx1.FreeBSD.org (Postfix) with ESMTP id ECB4443D1D for ; Wed, 23 Jun 2004 23:43:22 +0000 (GMT) (envelope-from das@FreeBSD.ORG) Received: from VARK.homeunix.com (localhost [127.0.0.1]) by VARK.homeunix.com (8.12.11/8.12.10) with ESMTP id i5NNgT90001644; Wed, 23 Jun 2004 16:42:29 -0700 (PDT) (envelope-from das@FreeBSD.ORG) Received: (from das@localhost) by VARK.homeunix.com (8.12.11/8.12.10/Submit) id i5NNRPfP001495; Wed, 23 Jun 2004 16:27:25 -0700 (PDT) (envelope-from das@FreeBSD.ORG) Date: Wed, 23 Jun 2004 16:27:25 -0700 From: David Schultz To: Poul-Henning Kamp Message-ID: <20040623232725.GA1406@VARK.homeunix.com> Mail-Followup-To: Poul-Henning Kamp , "M. Warner Losh" , arch@FreeBSD.ORG, marcel@xcllnt.net References: <16537.1087820650@critter.freebsd.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <16537.1087820650@critter.freebsd.dk> cc: arch@FreeBSD.ORG cc: marcel@xcllnt.net Subject: Re: COMPAT_43 tty processing ? X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jun 2004 23:43:23 -0000 On Mon, Jun 21, 2004, Poul-Henning Kamp wrote: > > Do we need the COMPAT_43 tty processing in 5-STABLE ? FWIW, I used to run with COMPAT_43 disabled entirely. I think the only breakage I noticed was that the Linuxolator didn't work anymore because of a number of `#ifdef COMPAT_43's in the socket code that linux.ko depends on.