[BACK]Return to genassym.cf CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / arch / i386 / i386

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

Diff for /src/sys/arch/i386/i386/genassym.cf between version 1.2 and 1.2.4.1

version 1.2, 1997/03/15 18:09:51 version 1.2.4.1, 1997/10/15 20:59:28
Line 54  include <machine/vmparam.h>
Line 54  include <machine/vmparam.h>
   
 include "apm.h"  include "apm.h"
 if NAPM > 0  if NAPM > 0
   include <machine/bioscall.h>
 include <machine/apmvar.h>  include <machine/apmvar.h>
 endif  endif
   
Line 162  define APM_DATA_LEN  offsetof(struct apm
Line 163  define APM_DATA_LEN  offsetof(struct apm
 define  APM_ENTRY               offsetof(struct apm_connect_info, apm_entrypt)  define  APM_ENTRY               offsetof(struct apm_connect_info, apm_entrypt)
 define  APM_DETAIL              offsetof(struct apm_connect_info, apm_detail)  define  APM_DETAIL              offsetof(struct apm_connect_info, apm_detail)
 define  APM_SIZE                sizeof(struct apm_connect_info)  define  APM_SIZE                sizeof(struct apm_connect_info)
 define  APMREG_AX               offsetof(struct apmregs, ax)  define  BIOSCALLREG_AX          offsetof(struct bioscallregs, ax)
 define  APMREG_BX               offsetof(struct apmregs, bx)  define  BIOSCALLREG_BX          offsetof(struct bioscallregs, bx)
 define  APMREG_CX               offsetof(struct apmregs, cx)  define  BIOSCALLREG_CX          offsetof(struct bioscallregs, cx)
 define  APMREG_DX               offsetof(struct apmregs, dx)  define  BIOSCALLREG_DX          offsetof(struct bioscallregs, dx)
 define  APMREG_SI               offsetof(struct apmregs, si)  define  BIOSCALLREG_SI          offsetof(struct bioscallregs, si)
 define  APMREG_DI               offsetof(struct apmregs, di)  define  BIOSCALLREG_DI          offsetof(struct bioscallregs, di)
 define  APMREG_FLAGS            offsetof(struct apmregs, flags)  define  BIOSCALLREG_FLAGS       offsetof(struct bioscallregs, flags)
 endif  endif

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

CVSweb <webmaster@jp.NetBSD.org>