From owner-cvs-all Fri Oct 19 7:35:57 2001 Delivered-To: cvs-all@freebsd.org Received: from beppo.feral.com (beppo.feral.com [192.67.166.79]) by hub.freebsd.org (Postfix) with ESMTP id 1564037B403; Fri, 19 Oct 2001 07:35:52 -0700 (PDT) Received: from mailhost.feral.com (mjacob@mailhost.feral.com [192.67.166.1]) by beppo.feral.com (8.11.3/8.11.3) with ESMTP id f9JEZpH94332; Fri, 19 Oct 2001 07:35:51 -0700 (PDT) (envelope-from mjacob@feral.com) Date: Fri, 19 Oct 2001 07:35:51 -0700 (PDT) From: Matthew Jacob X-Sender: mjacob@beppo Reply-To: mjacob@feral.com To: Marcel Moolenaar Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/compat/linux linux_ioctl.c linux_ioctl.h In-Reply-To: <200110190818.f9J8IVb10067@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Thank you. On Fri, 19 Oct 2001, Marcel Moolenaar wrote: > marcel 2001/10/19 01:18:31 PDT > > Modified files: > sys/compat/linux linux_ioctl.c linux_ioctl.h > Log: > Fix Alpha related brokenness. We used to have a MD linux_ioctl.h > that appeared to be very different from the MI version. These > differences were mostly bogus and caused by copying octal > definitions and write them as hexadecimal values without doing > any base conversion (ie 010 was copied to 0x10). After filtering > out these differences, any remaining (real) incompatibilities > have been merged into the MI header file to make them more visible. > > While here, fix the termios <-> termio conversion WRT to the c_cc > field for Alpha. The termios values do not match the termio values > and thus prevents us from copying. > > By eliminating the Alpha MD copy of linux_ioctl.h we also fixed > the recent build breakage caused by putting new bits in the MI > header and not in the MD header. > > Revision Changes Path > 1.70 +30 -6 src/sys/compat/linux/linux_ioctl.c > 1.6 +179 -2 src/sys/compat/linux/linux_ioctl.h > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message