From owner-cvs-sys Sun Mar 10 14:31:05 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA24668 for cvs-sys-outgoing; Sun, 10 Mar 1996 14:31:05 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA24650 Sun, 10 Mar 1996 14:30:56 -0800 (PST) Date: Sun, 10 Mar 1996 14:30:56 -0800 (PST) From: Peter Wemm Message-Id: <199603102230.OAA24650@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/linux linux.h linux_ioctl.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 96/03/10 14:30:55 Modified: sys/i386/linux linux.h linux_ioctl.c Log: Implement rudumentry support for the linux TIOC[SG]ETSERIAL ioctl's. To complete this, some extra state has to be kept somewhere so that the B38400 flag in Linux can be correctly translated to/from either 38400, 57600 or 115200. Submitted by: Robert Sanders Revision Changes Path 1.8 +35 -1 src/sys/i386/linux/linux.h 1.9 +62 -1 src/sys/i386/linux/linux_ioctl.c