[BACK]Return to resource_var.h CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / compat / ndis

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/compat/ndis/Attic/resource_var.h between version 1.1.20.2 and 1.2

version 1.1.20.2, 2006/09/09 02:46:04 version 1.2, 2007/12/25 18:33:36
Line 165  struct cm_partial_resource_desc {
Line 165  struct cm_partial_resource_desc {
                         uint32_t                cprd_rsvd1;                          uint32_t                cprd_rsvd1;
                         uint32_t                cprd_rsvd2;                          uint32_t                cprd_rsvd2;
                 } cprd_devspec;                  } cprd_devspec;
         } u __attribute__((packed));          } u __packed;
 };  };
   
 typedef struct cm_partial_resource_desc cm_partial_resource_desc;  typedef struct cm_partial_resource_desc cm_partial_resource_desc;

Legend:
Removed from v.1.1.20.2  
changed lines
  Added in v.1.2

CVSweb <webmaster@jp.NetBSD.org>