From owner-freebsd-questions@FreeBSD.ORG Tue Dec 9 10:20:09 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A7484106564A for ; Tue, 9 Dec 2008 10:20:09 +0000 (UTC) (envelope-from brendan.kennedy@gmail.com) Received: from fk-out-0910.google.com (fk-out-0910.google.com [209.85.128.191]) by mx1.freebsd.org (Postfix) with ESMTP id 3A80D8FC1A for ; Tue, 9 Dec 2008 10:20:09 +0000 (UTC) (envelope-from brendan.kennedy@gmail.com) Received: by fk-out-0910.google.com with SMTP id k31so4020055fkk.11 for ; Tue, 09 Dec 2008 02:20:08 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=xoDF1DjOKnZm+MH6vpTSvkj0lL4/pZkIUdESpI7kaEw=; b=QbHHnEZrrnqCDt0tuTsYEXe4MAspXMva/cu743GxbopTIvu84NezutQIXVly+OdUlE RPU0RL0/rp8hG3Tnr8ixrBkiI3WF9OEvoYnQjV8JnYZxI+majGadIPYHrk4K5gN2+IsN muEdqp+yetGtfCYc/Q+33gTodIRYvmbdeYoHU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=G2esI5OcpvQt9bhVSrYo/UmtggqsO9O+LXdos0wJb5tU+tK/oVDmLaAaV/4KXOnHmP IhGiW6MLhq2pbrIxdzV2ioMEKWUR3GgXNGSw/gRmQqbUYs8OfdI3FfN0fVcINSKrof3Z qlbPBFkCK+D+DqL8Y6Nq2H1x1vqEjSQCSfsJM= Received: by 10.180.246.2 with SMTP id t2mr1585077bkh.161.1228818007935; Tue, 09 Dec 2008 02:20:07 -0800 (PST) Received: by 10.180.253.7 with HTTP; Tue, 9 Dec 2008 02:20:07 -0800 (PST) Message-ID: Date: Tue, 9 Dec 2008 10:20:07 +0000 From: "Brendan Kennedy" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: [FreeBSD 6.2] _IOWR macro X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Dec 2008 10:20:09 -0000 Hi All, I am using the _IOWR macro in a piece of code. Although my structure gets copied to the kernel ok (the states etc are preserved), if I write back to that structure, the changes are not seen in user space. Is there a known bug with this macro for 6.2 and is it fixed in a later release? Best Regards, Brendan