Re: svn commit: r223722 - in head/sys: kern sys

2011-07-02 Thread Peter Jeremy
On 2011-Jul-02 11:13:57 -0400, Ben Kaduk wrote: >On Sat, Jul 2, 2011 at 9:54 AM, Ed Schouten wrote: >>  Reintroduce the cioctl() hook in the TTY layer for digi(4). Thanks Ed. >>  The cioctl() hook can be used by drivers to add ioctls to the *.init and >>  *.lock devices. This commit breaks the

Re: svn commit: r223722 - in head/sys: kern sys

2011-07-02 Thread Ben Kaduk
On Sat, Jul 2, 2011 at 9:54 AM, Ed Schouten wrote: > Author: ed > Date: Sat Jul  2 13:54:20 2011 > New Revision: 223722 > URL: http://svn.freebsd.org/changeset/base/223722 > > Log: >  Reintroduce the cioctl() hook in the TTY layer for digi(4). > >  The cioctl() hook can be used by drivers to add i

svn commit: r223722 - in head/sys: kern sys

2011-07-02 Thread Ed Schouten
Author: ed Date: Sat Jul 2 13:54:20 2011 New Revision: 223722 URL: http://svn.freebsd.org/changeset/base/223722 Log: Reintroduce the cioctl() hook in the TTY layer for digi(4). The cioctl() hook can be used by drivers to add ioctls to the *.init and *.lock devices. This commit breaks the