[BACK]Return to files.xen CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / arch / xen / conf

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

Diff for /src/sys/arch/xen/conf/files.xen between version 1.110 and 1.110.4.1

version 1.110, 2010/12/02 23:12:30 version 1.110.4.1, 2011/03/05 15:10:11
Line 33  defflag opt_pcifixup.h PCI_ADDR_FIXUP PC
Line 33  defflag opt_pcifixup.h PCI_ADDR_FIXUP PC
   
 defparam                PCI_CONF_MODE  defparam                PCI_CONF_MODE
   
 # Intel Enhanced Speedstep  
 defflag                                 ENHANCED_SPEEDSTEP  
 defflag opt_est.h                       EST_FREQ_USERWRITE  
 file    arch/x86/x86/est.c              enhanced_speedstep  
 file    arch/x86/x86/intel_busclock.c   enhanced_speedstep  
   
 # AMD Powernow/Cool`n'Quiet Technology  
 defflag opt_powernow_k8.h       POWERNOW_K8  
 # Powernow common functions  
 file    arch/x86/x86/powernow_k8.c      powernow_k8  
 file    arch/x86/x86/powernow_common.c  powernow_k8 | powernow_k7  
   
 file    arch/xen/x86/autoconf.c  file    arch/xen/x86/autoconf.c
 ifdef i386  ifdef i386
 file    arch/i386/i386/aout_machdep.c   exec_aout  file    arch/i386/i386/aout_machdep.c   exec_aout
Line 79  file crypto/des/arch/i386/des_cbc.S  des
Line 67  file crypto/des/arch/i386/des_cbc.S  des
 file    crypto/blowfish/arch/i386/bf_enc.S      blowfish  file    crypto/blowfish/arch/i386/bf_enc.S      blowfish
 file    crypto/blowfish/arch/i386/bf_cbc.S      blowfish  file    crypto/blowfish/arch/i386/bf_cbc.S      blowfish
   
 # AMD PowerNow K7  
 defflag                                 POWERNOW_K7  
 file    arch/i386/i386/powernow_k7.c            powernow_k7  
   
 elifdef amd64  elifdef amd64
 file    arch/amd64/amd64/busfunc.S  file    arch/amd64/amd64/busfunc.S
 file    arch/amd64/amd64/cpufunc.S  file    arch/amd64/amd64/cpufunc.S
Line 167  endif
Line 151  endif
   
 # xen specific mainbus attributes  # xen specific mainbus attributes
 define cpubus { [apid = -1] }  define cpubus { [apid = -1] }
   define cpufeaturebus {}
 define ioapicbus { [apid = -1] }  define ioapicbus { [apid = -1] }
 define apmbus {}  define apmbus {}
 define pnpbiosbus {}  define pnpbiosbus {}
Line 290  device ipmi : sysmon_envsys, sysmon_wdog
Line 275  device ipmi : sysmon_envsys, sysmon_wdog
 attach ipmi at ipmibus  attach ipmi at ipmibus
 file    arch/x86/x86/ipmi.c             ipmi needs-flag  file    arch/x86/x86/ipmi.c             ipmi needs-flag
   
 # CPUS  # CPUs
   #
 device cpu  device cpu: cpufeaturebus
 attach cpu at cpubus  attach cpu at cpubus
   
 device vcpu  device vcpu
Line 300  attach vcpu at xendevbus
Line 285  attach vcpu at xendevbus
   
 file    arch/xen/x86/cpu.c              cpu | vcpu  file    arch/xen/x86/cpu.c              cpu | vcpu
   
   # CPU features
   #
   device  est
   attach  est at cpufeaturebus
   file    arch/x86/x86/est.c              est
   file    arch/x86/x86/intel_busclock.c   est
   
   device  powernow
   attach  powernow at cpufeaturebus
   file    arch/x86/x86/powernow.c         powernow
   
 #  #
 # Compatibility modules  # Compatibility modules
 #  #

Legend:
Removed from v.1.110  
changed lines
  Added in v.1.110.4.1

CVSweb <webmaster@jp.NetBSD.org>