freebsd-dev/sys/i386
Marcel Moolenaar 432d528c8d Fix a couple of termio/termios conversion bugs/typos/dupos/brainos and other
changes. This is part 1 of the complete termios ioctl fixes.

o  change type of c_{i|o|c|l}flag in struct termios from unsigned long to
   unsigned int. The type now matches the Linux definitions.
o  replaced constants by the corresponding defines in sptab[] for clarity.
   Since there's no define for 135 baud, its mapping has been dropped.

function bsd_to_linux_termios:
o  Fix typo IXON -> IXANY.
o  Remove bogus assignment to c_cc[LINUX_VSWTC].

function linux_to_bsd_termios:
o  Fix dupo LINUX_IXON -> LINUX_IXANY.
o  Add LINUX_CREAD mapping.
o  Fix typo IEXTEN -> LINUX_IEXTEN.

function linux_to_bsd_termio:
o  Small optimization: Don't preset the complete c_cc array when we next
   assign to the first LINUX_NCC entries.
1999-08-14 10:05:50 +00:00
..
apm Don't trust the segment limits that the BIOS reports; instead give it 1999-08-02 18:46:34 +00:00
bios Don't trust the segment limits that the BIOS reports; instead give it 1999-08-02 18:46:34 +00:00
boot Back the last change out. 1999-05-25 10:30:52 +00:00
conf Reserve bdev/cdev entries for i2o driver. 1999-08-11 05:28:06 +00:00
eisa I'm not sure how this wasn't in the last commit but anyhow... 1999-08-02 20:01:40 +00:00
i386 The bdevsw() and cdevsw() are now identical, so kill the former. 1999-08-13 10:29:38 +00:00
ibcs2 Rename struct members sa_siginfo. POSIX reserves identifiers starting 1999-07-06 06:55:29 +00:00
include Merge the cons.c and cons.h to the best of my ability. alpha may or 1999-08-09 10:35:05 +00:00
isa Hopefully fix the previous commit, it caused *all* bridges to be detected 1999-08-10 09:22:21 +00:00
linux Fix a couple of termio/termios conversion bugs/typos/dupos/brainos and other 1999-08-14 10:05:50 +00:00
pci Hopefully fix the previous commit, it caused *all* bridges to be detected 1999-08-10 09:22:21 +00:00
svr4 Add $Id$ tags. 1999-07-30 12:47:17 +00:00
Makefile Update to know about current kernel directory layout. 1999-02-28 22:14:16 +00:00