Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Feb 2004 09:03:49 -0800 (PST)
From:      Bruce Evans <bde@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/sys ttycom.h
Message-ID:  <200402041703.i14H3oNa000880@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         2004/02/04 09:03:49 PST

  FreeBSD src repository

  Modified files:
    sys/sys              ttycom.h 
  Log:
  Removed TIOCMODG and TIOCMODS.  They were superseded by TIOCMGET and
  TIOCMSET before FreeBSD existed and have never been implemented by any
  FreeBSD serial driver (not even as aliases).
  
  Moved the TIOCM bit definitions to be with TIOCMGET.
  
  Added more comments gaps between ioctl numbers.  There are now a large
  number of conflicts with ppp, slip, tap and tun ioctls (especially ppp
  ones) from closing gaps that weren't there.  This mainly breaks decoding
  of ioctl numbers in kdump, but there are some serious conflicts where
  the interpretation of a tty ioctl depends on the line discipline.
  
  Revision  Changes    Path
  1.17      +25 -14    src/sys/sys/ttycom.h



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