Searched hist:180777 (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.3-release/sys/dev/kbdmux/
H A Dkbdmux.cdiff 180777 Thu Jul 24 10:02:53 MDT 2008 ed Don't include <sys/tty.h> in non-TTY drivers.

The kbd, kbdmux, ugen and uhid drivers included <sys/tty.h>, because
they needed clists, which have been moved to <sys/clist.h> some time
ago. In the MPSAFE TTY branch, <sys/tty.h> does not include
<sys/clist.h>, which means we have to teach these drivers to include
this header file directly.

Approved by: philip (mentor, implicit)
/freebsd-10.3-release/sys/dev/kbd/
H A Dkbd.cdiff 180777 Thu Jul 24 10:02:53 MDT 2008 ed Don't include <sys/tty.h> in non-TTY drivers.

The kbd, kbdmux, ugen and uhid drivers included <sys/tty.h>, because
they needed clists, which have been moved to <sys/clist.h> some time
ago. In the MPSAFE TTY branch, <sys/tty.h> does not include
<sys/clist.h>, which means we have to teach these drivers to include
this header file directly.

Approved by: philip (mentor, implicit)

Completed in 63 milliseconds