[BACK]Return to nbcompat.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/nbcompat.h between version 1.9.14.1 and 1.10

version 1.9.14.1, 2008/07/18 16:37:31 version 1.10, 2008/07/17 13:35:07
Line 59  TAILQ_HEAD(sysctl_ctx_list, sysctl_ctx_e
Line 59  TAILQ_HEAD(sysctl_ctx_list, sysctl_ctx_e
 #endif  #endif
 #define I386_BUS_SPACE_IO       0  #define I386_BUS_SPACE_IO       0
   
 #define device_get_nameunit(dev)        device_xname(dev)  #define device_get_nameunit(dev)        (dev)->dv_xname
   
 /* FreeBSD Loadable Kernel Module commands that have NetBSD counterparts */  /* FreeBSD Loadable Kernel Module commands that have NetBSD counterparts */
 #define MOD_LOAD        LKM_E_LOAD  #define MOD_LOAD        LKM_E_LOAD

Legend:
Removed from v.1.9.14.1  
changed lines
  Added in v.1.10

CVSweb <webmaster@jp.NetBSD.org>