cvs commit: src/sys/sys ttycom.h
Bruce Evans
bde at FreeBSD.org
Wed Feb 4 09:03:51 PST 2004
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
More information about the cvs-src
mailing list