files.compat revision 1.2
1# $NetBSD: files.compat,v 1.2 2004/04/24 20:58:59 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 pckbd.h XXXPCKBD 26defflag pc.h XXXPC 27defflag ukbd.h XXXUKBD 28defflag bios32.h XXXBIOS32 29defflag pnpbios.h XXXPNPBIOS 30defflag vesabios.h XXXVESABIOS 31defflag bioscall.h XXXBIOSCALL 32defflag opt_pcibios.h XXXOPT_PCIBIOS 33defflag acpi.h XXXACPI 34defflag opt_mpacpi.h XXXOPT_MPACPI 35defflag opt_mpbios.h XXXOPT_MPBIOS 36 37# VM86 emulation 38defflag opt_vm86.h XXXVM86 39defflag opt_kvm86.h XXXKVM86 40 41# Floating point emulation 42defflag opt_math_emulate.h XXXMATH_EMULATE 43 44# User-settable LDT (used by WINE) 45defflag opt_user_ldt.h XXXUSER_LDT 46 47# X server support in console drivers 48defflag opt_xserver.h XXXXSERVER XXXXSERVER_DDB 49 50# The REAL{BASE,EXT}MEM options 51defparam opt_realmem.h XXXREALBASEMEM XXXREALEXTMEM 52 53# understand boot device passed by pre-1.3 bootblocks 54defflag opt_compat_oldboot.h XXXCOMPAT_OLDBOOT 55 56# Large page size 57defflag opt_largepages.h XXXLARGEPAGES 58 59# kernel stack debug 60defflag opt_kstack_dr0.h XXXKSTACK_CHECK_DR0 61