1# $NetBSD: files.compat,v 1.3 2004/04/24 21:33:32 cl 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 12 13 14# XXX define fake options to make config create the .h files 15defflag ioapic.h XXXIOAPIC 16defflag lapic.h XXXLAPIC 17defflag apm.h XXXAPM 18defflag pci.h XXXPCI 19defflag isa.h XXXISA 20defflag eisa.h XXXEISA 21defflag isadma.h XXXISADMA 22defflag mca.h XXXMCA 23defflag ega.h XXXEGA 24defflag pcdisplay.h XXXPCDISPLAY 25defflag pc.h XXXPC 26defflag ukbd.h XXXUKBD 27defflag bios32.h XXXBIOS32 28defflag pnpbios.h XXXPNPBIOS 29defflag vesabios.h XXXVESABIOS 30defflag bioscall.h XXXBIOSCALL 31defflag opt_pcibios.h XXXOPT_PCIBIOS 32defflag acpi.h XXXACPI 33defflag opt_mpacpi.h XXXOPT_MPACPI 34defflag opt_mpbios.h XXXOPT_MPBIOS 35 36# VM86 emulation 37defflag opt_vm86.h XXXVM86 38defflag opt_kvm86.h XXXKVM86 39 40# Floating point emulation 41defflag opt_math_emulate.h XXXMATH_EMULATE 42 43# User-settable LDT (used by WINE) 44defflag opt_user_ldt.h XXXUSER_LDT 45 46# X server support in console drivers 47defflag opt_xserver.h XXXXSERVER XXXXSERVER_DDB 48 49# The REAL{BASE,EXT}MEM options 50defparam opt_realmem.h XXXREALBASEMEM XXXREALEXTMEM 51 52# understand boot device passed by pre-1.3 bootblocks 53defflag opt_compat_oldboot.h XXXCOMPAT_OLDBOOT 54 55# Large page size 56defflag opt_largepages.h XXXLARGEPAGES 57 58# kernel stack debug 59defflag opt_kstack_dr0.h XXXKSTACK_CHECK_DR0 60