AoE disk, stray ioctl?

Poul-Henning Kamp phk at phk.freebsd.dk
Tue Oct 26 10:19:17 PDT 2004


In message <Pine.LNX.4.60.0410261225440.4856 at athena>, Sam writes:

>When I do the write, I see two attempted ioctl calls with a
>a command of 1076655123 (402C7413h).  I return ENOTTY and

0x402c7413
	-- -> number  19
      ---- -> group   't'
    ------ -> length of arg (44)
  -------- -> direction (out)

ttycom.h:#define        TIOCGETA        _IOR('t', 19, struct termios) /* get termios struct */

You're handling it correctly.

-- 
Poul-Henning Kamp       | UNIX since Zilog Zeus 3.20
phk at FreeBSD.ORG         | TCP/IP since RFC 956
FreeBSD committer       | BSD since 4.3-tahoe    
Never attribute to malice what can adequately be explained by incompetence.


More information about the freebsd-current mailing list