1# $NetBSD: files.compat,v 1.24 2012/10/03 18:58:32 dsl Exp $ 2# NetBSD: files.x86,v 1.10 2003/10/08 17:30:00 bouyer Exp 3 4# options for MP configuration through the MP spec 5#defflag opt_mpbios.h MPBIOS MPVERBOSE MPDEBUG MPBIOS_SCANPCI 6#defflag opt_mpacpi.h MPACPI MPACPI_SCANPCI 7 8# MTRR support 9defflag MTRR 10 11defflag opt_xen.h XEN PAE 12 13 14# XXX define fake options to make config create the .h files 15defflag lapic.h XXXLAPIC 16defflag apm.h XXXAPM 17defflag eisa.h XXXEISA 18defflag isadma.h XXXISADMA 19defflag mca.h XXXMCA 20defflag ega.h XXXEGA 21defflag pcdisplay.h XXXPCDISPLAY 22defflag pc.h XXXPC 23defflag pnpbios.h XXXPNPBIOS 24defflag bioscall.h XXXBIOSCALL 25defflag opt_pcibios.h XXXOPT_PCIBIOS 26defflag opt_pcifixup.h XXXOPT_PCIFIXUP 27 28# VM86 emulation 29defflag opt_vm86.h XXXVM86 30 31# User-settable LDT (used by WINE) 32defflag opt_user_ldt.h XXXUSER_LDT 33 34# X server support in console drivers 35defflag opt_xserver.h XXXXSERVER XXXXSERVER_DDB 36 37# The REAL{BASE,EXT}MEM options 38defparam opt_realmem.h XXXREALBASEMEM XXXREALEXTMEM 39 40# understand boot device passed by pre-1.3 bootblocks 41defflag opt_compat_oldboot.h XXXCOMPAT_OLDBOOT 42 43# Large page size 44defflag opt_largepages.h XXXLARGEPAGES 45 46# kernel stack debug 47defflag opt_kstack_dr0.h XXXKSTACK_CHECK_DR0 48 49#Pentium 4+ Thermal Monitor ODCM (aka On Demand Clock Modulation) 50defflag opt_intel_odcm.h XXXINTEL_ONDEMAND_CLOCKMOD 51 52# Intel On Die Temperature sensor 53defflag opt_intel_coretemp.h XXXINTEL_CORETEMP 54 55# VIA C7 Temperature sensor 56defflag opt_via_c7temp.h XXXVIA_CORETEMP 57 58# Multiboot support 59defflag opt_multiboot.h XXXMULTIBOOT 60 61# The PHYSMEM_MAX_{SIZE,ADDR} optionms 62defparam opt_physmem.h XXXPHYSMEM_MAX_ADDR XXXPHYSMEM_MAX_SIZE 63