K 10 svn:author V 3 kib K 8 svn:date V 27 2011-04-02T16:02:25.205778Z K 7 svn:log V 484 Implement compat32 shims for PCIOCGETCONF. There is a generic problem with the shims for ioctls that receive pointers to the usermode data areas in the data argument. We either have to modify the handler to accept UIO_USERSPACE/UIO_SYSSPACE indicator, or allocate and fill a usermode memory for data buffer in the host format. The change goes the second route, in particular because we do not need to modify the handler. Submitted by: John Wehle MFC after: 2 weeks END