files.xen revision 1.76
11.76Syamt#	$NetBSD: files.xen,v 1.76 2008/01/01 20:32:11 yamt Exp $
21.1Scl#	NetBSD: files.x86,v 1.10 2003/10/08 17:30:00 bouyer Exp 
31.4Scl#	NetBSD: files.i386,v 1.254 2004/03/25 23:32:10 jmc Exp 
41.1Scl
51.71Sbouyerversion 20071109
61.71Sbouyer
71.3Swizmaxpartitions 8
81.1Scl
91.1Sclmaxusers 2 16 128
101.1Scl
111.30Syamtdefparam opt_kernbase.h	KERNBASE
121.30Syamt
131.48Sbouyer# options for MP configuration through the MP spec
141.48Sbouyerdefflag opt_mpbios.h MPBIOS MPVERBOSE MPDEBUG MPBIOS_SCANPCI
151.48Sbouyer
161.1Scl# delay before cpu_reset() for reboot.
171.1Scldefparam		CPURESET_DELAY
181.1Scl
191.1Scl# No unmapped page below kernel stack
201.1Scldefflag			NOREDZONE
211.1Scl
221.1Scl# Beep on halt
231.1Scldefflag opt_beep.h		BEEP_ONHALT
241.56Sdsldefparam opt_beep.h		BEEP_ONHALT_COUNT=3
251.56Sdsldefparam opt_beep.h		BEEP_ONHALT_PITCH=1500
261.56Sdsldefparam opt_beep.h		BEEP_ONHALT_PERIOD=250
271.1Scl
281.40Sbouyer# PCI fixup options
291.71Sbouyerdefflag opt_pcifixup.h	PCI_ADDR_FIXUP PCI_BUS_FIXUP
301.40Sbouyer			PCI_INTR_FIXUP PCI_INTR_FIXUP_FORCE
311.40Sbouyer
321.71Sbouyerdefparam		PCI_CONF_MODE
331.40Sbouyer
341.71Sbouyerfile	arch/xen/x86/autoconf.c
351.71Sbouyerifdef i386
361.64Sadfile	arch/i386/i386/busfunc.S
371.64Sadfile	arch/i386/i386/cpufunc.S
381.1Sclfile	arch/i386/i386/db_dbgreg.S	ddb | kstack_check_dr0
391.1Sclfile	arch/i386/i386/db_disasm.c	ddb
401.1Sclfile	arch/i386/i386/db_interface.c	ddb
411.1Sclfile	arch/i386/i386/db_memrw.c	ddb | kgdb
421.1Sclfile	arch/i386/i386/db_trace.c	ddb
431.1Sclfile	arch/xen/i386/gdt.c
441.1Sclfile	arch/i386/i386/in_cksum.S	inet | inet6
451.1Sclfile	arch/i386/i386/ipkdb_glue.c	ipkdb
461.1Sclfile	arch/i386/i386/kgdb_machdep.c	kgdb
471.1Sclfile	arch/xen/i386/machdep.c
481.71Sbouyerfile	arch/i386/i386/identcpu.c
491.76Syamtfile	arch/x86/x86/x86_identcpu.c
501.1Sclfile	arch/i386/i386/math_emulate.c	math_emulate
511.1Sclfile	arch/i386/i386/mem.c
521.1Sclfile	arch/i386/i386/mtrr_k6.c	mtrr
531.1Sclfile	arch/xen/i386/pmap.c
541.1Sclfile	arch/i386/i386/process_machdep.c
551.1Sclfile	arch/i386/i386/procfs_machdep.c	procfs
561.1Sclfile	arch/i386/i386/syscall.c
571.72Syamtfile	arch/i386/i386/trap.c
581.1Sclfile	arch/i386/i386/vm_machdep.c
591.71Sbouyerfile	arch/xen/i386/xpmap.c
601.55Sadfile	arch/i386/i386/lock_stubs.S
611.1Scl
621.71Sbouyerfile	arch/i386/i386/mptramp.S		multiprocessor
631.71Sbouyerfile	arch/i386/i386/ipifuncs.c		multiprocessor
641.71Sbouyer
651.71Sbouyerfile	arch/i386/i386/pmc.c			perfctrs
661.71Sbouyer
671.71Sbouyerfile	crypto/des/arch/i386/des_enc.S		des
681.71Sbouyerfile	crypto/des/arch/i386/des_cbc.S		des
691.71Sbouyer
701.71Sbouyerfile	crypto/blowfish/arch/i386/bf_enc.S	blowfish
711.71Sbouyerfile	crypto/blowfish/arch/i386/bf_cbc.S	blowfish
721.71Sbouyerelifdef amd64
731.71Sbouyerfile	arch/amd64/amd64/busfunc.S		dom0ops
741.71Sbouyerfile	arch/amd64/amd64/cpufunc.S
751.71Sbouyerfile	arch/amd64/amd64/db_disasm.c		ddb
761.71Sbouyerfile	arch/amd64/amd64/db_interface.c	 ddb
771.71Sbouyerfile	arch/amd64/amd64/db_memrw.c		ddb | kgdb
781.71Sbouyerfile	arch/amd64/amd64/db_trace.c		ddb
791.71Sbouyerfile	arch/amd64/amd64/kgdb_machdep.c	 kgdb
801.71Sbouyerfile	arch/amd64/amd64/gdt.c
811.71Sbouyerfile	arch/amd64/amd64/machdep.c
821.71Sbouyerfile	arch/amd64/amd64/identcpu.c
831.76Syamtfile	arch/x86/x86/x86_identcpu.c
841.71Sbouyerfile	arch/amd64/amd64/math_emulate.c math_emulate
851.71Sbouyerfile	arch/amd64/amd64/mem.c
861.71Sbouyerfile	arch/x86/x86/pmap.c
871.71Sbouyerfile	arch/amd64/amd64/process_machdep.c
881.71Sbouyerfile	arch/amd64/amd64/procfs_machdep.c	procfs
891.71Sbouyerfile	arch/amd64/amd64/syscall.c
901.71Sbouyerfile	arch/amd64/amd64/trap.c
911.71Sbouyerfile	arch/amd64/amd64/vm_machdep.c
921.71Sbouyerfile	arch/amd64/amd64/fpu.c
931.71Sbouyerfile	arch/amd64/amd64/lock_stubs.S
941.71Sbouyerfile	arch/amd64/amd64/mptramp.S		multiprocessor
951.71Sbouyerfile	arch/amd64/amd64/ipifuncs.c		multiprocessor
961.71Sbouyer#
971.71Sbouyer# XXXfvdl write the optimized versions for these.
981.71Sbouyer#
991.71Sbouyerfile	netinet/in_cksum.c			inet
1001.71Sbouyerfile	netinet/in4_cksum.c			inet
1011.71Sbouyerendif
1021.71Sbouyer
1031.71Sbouyerfile	kern/subr_disk_mbr.c		disk
1041.71Sbouyerfile	arch/xen/x86/hypervisor_machdep.c
1051.71Sbouyerfile	arch/xen/x86/idle_machdep.c
1061.71Sbouyer# file 	arch/x86/x86/mtrr_i686.c	mtrr
1071.71Sbouyerfile	arch/xen/x86/x86_xpmap.c
1081.71Sbouyerfile	arch/xen/x86/xen_intr.c
1091.71Sbouyerfile	arch/xen/x86/xenfunc.c
1101.71Sbouyer
1111.71Sbouyerfile	arch/xen/xen/xen_machdep.c
1121.1Sclfile	arch/xen/xen/xen_debug.c
1131.1Scl
1141.1Sclfile	arch/xen/xen/clock.c
1151.17Sbouyerfile	arch/xen/xen/evtchn.c
1161.33Sbouyerfile	arch/xen/xen/ctrl_if.c			!xen3
1171.1Scl
1181.35Sbouyerfile	arch/xen/xen/xengnt.c			xen3
1191.35Sbouyer
1201.1Sclfile	dev/cons.c
1211.1Scl
1221.1Scl
1231.1Scl#
1241.1Scl# Machine-independent SCSI drivers
1251.1Scl#
1261.1Scl
1271.17Sbouyerinclude	"dev/scsipi/files.scsipi"
1281.1Scl
1291.1Scl#
1301.1Scl# Machine-independent ATA drivers
1311.1Scl#
1321.1Scl
1331.17Sbouyerinclude	"dev/ata/files.ata"
1341.1Scl
1351.1Scl# Memory Disk for install floppy
1361.1Sclfile	dev/md_root.c			memory_disk_hooks
1371.1Scl
1381.27Sbouyerfile	arch/x86/x86/bus_dma.c		pci
1391.28Sbouyerfile	arch/xen/x86/xen_bus_dma.c	pci
1401.64Sadfile	arch/x86/x86/bus_space.c	pci
1411.1Sclfile	arch/x86/x86/cacheinfo.c
1421.1Sclfile	arch/xen/x86/consinit.c
1431.1Sclfile	arch/xen/x86/intr.c
1441.1Sclfile	arch/x86/x86/ipi.c		multiprocessor
1451.59Sadfile	arch/x86/x86/sys_machdep.c
1461.32Sjmmvfile	arch/x86/x86/x86_machdep.c
1471.1Scl
1481.1Sclinclude	"arch/xen/conf/files.compat"
1491.1Scl
1501.49Sbouyer# BIOS32 routines
1511.71Sbouyerdefine	bios32
1521.71Sbouyerifdef i386
1531.49Sbouyerfile	arch/xen/i386/bios32.c		bios32 needs-flag
1541.71Sbouyerelifdef amd64
1551.71Sbouyerfile	arch/amd64/amd64/bios32.c		bios32 needs-flag
1561.71Sbouyerendif
1571.49Sbouyer
1581.71Sbouyer# xen specific mainbus attributes
1591.13Sdrochnerdefine cpubus { [apid = -1] }
1601.57Sdrochnerdefine ioapicbus { [apid = -1] }
1611.13Sdrochnerdefine apmbus {}
1621.13Sdrochnerdefine pnpbiosbus {}
1631.71Sbouyerdefine vesabiosbus {}	
1641.13Sdrochnerdefine hypervisorbus {}
1651.29Sbouyerdefine xendevbus {}
1661.49Sbouyerdefine ipmibus {}
1671.13Sdrochner
1681.1Scl#
1691.1Scl# System bus types
1701.1Scl#
1711.1Scl
1721.57Sdrochnerdevice mainbus: cpubus, ioapicbus, hypervisorbus, bios32, ipmibus
1731.1Sclattach	mainbus at root
1741.71Sbouyerfile	arch/xen/x86/mainbus.c		mainbus
1751.5Scl
1761.5Scl# Xen hypervisor
1771.48Sbouyerdevice	hypervisor { [apid = -1]}: isabus, pcibus, sysmon_power, xendevbus, acpibus
1781.17Sbouyerattach hypervisor at hypervisorbus
1791.5Sclfile	arch/xen/xen/hypervisor.c	hypervisor needs-flag
1801.46Syamtfile	arch/xen/xen/shutdown_xenbus.c	hypervisor & xen3
1811.1Scl
1821.35Sbouyer# Xenbus (xen3 only)
1831.35Sbouyerdevice xenbus {[id = -1]}
1841.35Sbouyerattach xenbus at xendevbus
1851.35Sbouyerfile arch/xen/xenbus/xenbus_client.c xenbus & xen3 needs-flag
1861.35Sbouyerfile arch/xen/xenbus/xenbus_comms.c xenbus & xen3 needs-flag
1871.37Sbouyerfile arch/xen/xenbus/xenbus_dev.c xenbus & xen3 & dom0ops needs-flag
1881.35Sbouyerfile arch/xen/xenbus/xenbus_probe.c xenbus & xen3 needs-flag
1891.35Sbouyerfile arch/xen/xenbus/xenbus_xs.c xenbus & xen3 needs-flag
1901.35Sbouyer
1911.71Sbouyerifdef i386
1921.1Scl# Numeric Processing Extension; Math Co-processor
1931.1Scldevice	npx
1941.1Sclfile	arch/xen/i386/npx.c		npx needs-flag
1951.1Scl
1961.29Sbouyerattach	npx at xendevbus with npx_hv
1971.1Sclfile	arch/xen/i386/npx_hv.c		npx_hv
1981.71Sbouyerendif
1991.1Scl
2001.1Scl# Xen console support
2011.6Scldevice	xencons: tty
2021.29Sbouyerattach	xencons at xendevbus
2031.6Sclfile	arch/xen/xen/xencons.c		xencons needs-flag
2041.1Scl
2051.17Sbouyer# Xen event peudo-device
2061.17Sbouyerdefpseudo xenevt
2071.41Sbouyerdefpseudo xvif
2081.43Sbouyerdefpseudo xbdback
2091.17Sbouyer
2101.27Sbouyer# Xen Network driver
2111.27Sbouyerdevice	xennet: arp, ether, ifnet
2121.36Sbouyerattach xennet at xendevbus with xennet_hypervisor
2131.36Sbouyerattach xennet at xenbus with xennet_xenbus
2141.71Sbouyerfile	arch/xen/xen/if_xennet_xenbus.c xennet_xenbus needs-flag
2151.71Sbouyerfile	arch/xen/xen/if_xennet.c	xennet_hypervisor needs-flag
2161.27Sbouyer
2171.27Sbouyer# Xen Block device driver and wd/sd/cd identities
2181.27Sbouyerdevice	xbd: disk
2191.38Sbouyerattach	xbd at xendevbus with xbd_hypervisor
2201.38Sbouyerattach	xbd at xenbus with xbd_xenbus
2211.38Sbouyer#file	arch/xen/xen/xbd_hypervisor.c	xbd_hypervisor
2221.38Sbouyerfile	arch/xen/xen/xbd_xenbus.c	xbd_xenbus
2231.38Sbouyer#file	arch/xen/xen/xbd.c		xbd | xbd_hypervisor | xbd_xenbus needs-flag
2241.38Sbouyerfile	arch/xen/xen/xbd.c		xbd_hypervisor needs-flag
2251.27Sbouyer
2261.27Sbouyer# Non-Xen specific devices and options
2271.27Sbouyer
2281.9Sclinclude	"dev/wscons/files.wscons"
2291.9Sclinclude	"dev/wsfont/files.wsfont"
2301.58Smacallaninclude "dev/wsfb/files.wsfb"
2311.1Scl
2321.10Sclinclude	"dev/pckbport/files.pckbport"
2331.10Scl
2341.17Sbouyer#
2351.17Sbouyer# Machine-independent PCI devices
2361.17Sbouyer#
2371.17Sbouyerinclude "dev/i2o/files.i2o"
2381.17Sbouyerinclude "dev/pci/files.pci"
2391.17Sbouyerinclude "dev/pci/files.agp"
2401.54Sgdtfile 	arch/x86/pci/agp_machdep.c	agp
2411.17Sbouyerfile	arch/xen/xen/pciide_machdep.c	pciide_common
2421.23Schs
2431.17Sbouyer#
2441.17Sbouyer# Machine-independent ISA devices
2451.17Sbouyer#
2461.17Sbouyerinclude "dev/isa/files.isa"
2471.17Sbouyer
2481.31Sbouyerinclude "dev/usb/files.usb"
2491.17Sbouyer
2501.31Sbouyerinclude "dev/ieee1394/files.ieee1394"
2511.17Sbouyer
2521.71Sbouyerdevice	fdc {drive = -1} #XXX
2531.40Sbouyer
2541.44Schristosinclude "dev/apm/files.apm"
2551.44Schristos
2561.40Sbouyerinclude "dev/acpi/files.acpi"
2571.40Sbouyerfile	arch/xen/xen/xen_acpi_machdep.c	acpi
2581.48Sbouyerfile	arch/x86/x86/mpacpi.c		acpi
2591.40Sbouyerfile	arch/x86/x86/acpi_machdep.c	acpi
2601.48Sbouyerfile	arch/x86/x86/i8259.c		xen3
2611.48Sbouyer
2621.48Sbouyer# MP configuration using Intel SMP specification 1.4
2631.48Sbouyerfile	arch/x86/x86/mpbios.c		mpbios
2641.40Sbouyer
2651.71Sbouyerifdef i386
2661.71Sbouyerfile	arch/i386/pci/pci_bus_fixup.c	pci_bus_fixup
2671.71Sbouyerfile	arch/i386/pci/pci_addr_fixup.c	pci_addr_fixup
2681.71Sbouyerendif
2691.40Sbouyer
2701.48Sbouyerfile	arch/x86/x86/apic.c		ioapic
2711.48Sbouyer
2721.48Sbouyerdevice ioapic
2731.57Sdrochnerattach ioapic at ioapicbus
2741.48Sbouyerfile	arch/x86/x86/ioapic.c		ioapic needs-flag
2751.48Sbouyer
2761.49Sbouyer#IPMI device
2771.49Sbouyerdevice ipmi : sysmon_envsys, sysmon_wdog
2781.49Sbouyerattach ipmi at ipmibus
2791.49Sbouyerfile	arch/x86/x86/ipmi.c		ipmi needs-flag
2801.49Sbouyer
2811.17Sbouyer# PCI-Host bridge chipsets
2821.17Sbouyerdevice	pchb: pcibus, agpbus, agp_ali, agp_amd, agp_i810, agp_intel, agp_sis,
2831.71Sbouyer		agp_via
2841.17Sbouyerattach	pchb at pci
2851.66Sxtraemefile	arch/x86/pci/pchb.c		pchb			needs-flag
2861.34Stronfile	arch/x86/pci/pchb_rnd.c		pchb & rnd
2871.17Sbouyer
2881.17Sbouyer# PCI-ISA bridges
2891.62Salcdevice	pcib: isabus
2901.62Salcattach	pcib at pci
2911.62Salcfile	arch/xen/xen/pcib.c		pcib | ichlpcib
2921.62Salc
2931.62Salc# PCI-LPC bridges
2941.62Salcdevice	ichlpcib: isabus, sysmon_wdog
2951.62Salcattach	ichlpcib at pci
2961.67Sxtraemefile	arch/x86/pci/ichlpcib.c 	ichlpcib
2971.62Salc
2981.17Sbouyer
2991.1Scl# CPUS
3001.1Scl
3011.1Scldevice cpu
3021.13Sdrochnerattach cpu at cpubus
3031.48Sbouyer
3041.48Sbouyerdevice vcpu
3051.48Sbouyerattach vcpu at xendevbus
3061.48Sbouyer
3071.71Sbouyerfile	arch/xen/x86/cpu.c		cpu | vcpu
3081.1Scl
3091.1Scl#
3101.1Scl# Compatibility modules
3111.1Scl#
3121.1Scl
3131.71Sbouyerifdef i386
3141.1Scl# VM86 mode
3151.1Sclfile	arch/i386/i386/vm86.c			vm86
3161.1Scl
3171.1Scl# VM86 in kernel
3181.1Sclfile	arch/i386/i386/kvm86.c			kvm86
3191.1Sclfile	arch/i386/i386/kvm86call.S		kvm86
3201.1Scl
3211.1Scl# Binary compatibility with previous NetBSD releases (COMPAT_XX)
3221.53Sdrochnerfile	arch/i386/i386/compat_13_machdep.c	compat_13
3231.1Sclfile	arch/i386/i386/compat_16_machdep.c	compat_16 | compat_ibcs2
3241.1Scl
3251.1Scl# SVR4 binary compatibility (COMPAT_SVR4)
3261.1Sclinclude	"compat/svr4/files.svr4"
3271.1Sclfile	arch/i386/i386/svr4_machdep.c		compat_svr4
3281.1Sclfile	arch/i386/i386/svr4_sigcode.S		compat_svr4
3291.1Sclfile	arch/i386/i386/svr4_syscall.c		compat_svr4
3301.1Scl
3311.1Scl# MACH binary compatibility (COMPAT_MACH)
3321.1Sclinclude	"compat/mach/files.mach"
3331.1Sclfile	arch/i386/i386/mach_machdep.c		compat_mach | compat_darwin
3341.1Sclfile	arch/i386/i386/mach_sigcode.S		compat_mach | compat_darwin
3351.1Sclfile	arch/i386/i386/mach_syscall.c		compat_mach | compat_darwin
3361.1Sclfile	arch/i386/i386/macho_machdep.c		exec_macho
3371.1Scl
3381.1Scl# DARWIN binary compatibility (COMPAT_DARWIN)
3391.1Sclinclude	"compat/darwin/files.darwin"
3401.1Sclfile	arch/i386/i386/darwin_machdep.c		compat_darwin
3411.1Scl
3421.1Scl# iBCS-2 binary compatibility (COMPAT_IBCS2)
3431.1Sclinclude	"compat/ibcs2/files.ibcs2"
3441.1Sclfile	arch/i386/i386/ibcs2_machdep.c		compat_ibcs2
3451.1Sclfile	arch/i386/i386/ibcs2_sigcode.S		compat_ibcs2
3461.1Sclfile	arch/i386/i386/ibcs2_syscall.c		compat_ibcs2
3471.1Scl
3481.1Scl# Linux binary compatibility (COMPAT_LINUX)
3491.1Sclinclude	"compat/linux/files.linux"
3501.1Sclinclude	"compat/linux/arch/i386/files.linux_i386"
3511.1Sclfile	arch/i386/i386/linux_sigcode.S		compat_linux
3521.1Sclfile	arch/i386/i386/linux_syscall.c		compat_linux
3531.22Syamtfile	arch/x86/x86/linux_trap.c		compat_linux
3541.1Scl
3551.1Scl# FreeBSD binary compatibility (COMPAT_FREEBSD)
3561.1Sclinclude	"compat/freebsd/files.freebsd"
3571.1Sclfile	arch/i386/i386/freebsd_machdep.c	compat_freebsd
3581.1Sclfile	arch/i386/i386/freebsd_sigcode.S	compat_freebsd
3591.1Sclfile	arch/i386/i386/freebsd_syscall.c	compat_freebsd
3601.1Scl
3611.1Scl# Win32 binary compatibility (COMPAT_PECOFF)
3621.1Sclinclude	"compat/pecoff/files.pecoff"
3631.1Scl
3641.71Sbouyerelifdef amd64
3651.71Sbouyer# NetBSD/i386 32-bit binary compatibility (COMPAT_NETBSD32)
3661.71Sbouyerinclude "compat/netbsd32/files.netbsd32"
3671.71Sbouyerfile	arch/amd64/amd64/netbsd32_machdep.c	compat_netbsd32
3681.71Sbouyerfile	arch/amd64/amd64/netbsd32_sigcode.S	compat_netbsd32 & compat_16
3691.71Sbouyerfile	arch/amd64/amd64/netbsd32_syscall.c	compat_netbsd32
3701.71Sbouyer
3711.71Sbouyer# Linux compatibility (COMPAT_LINUX)
3721.71Sbouyerinclude "compat/linux/files.linux"
3731.71Sbouyerinclude "compat/linux/arch/amd64/files.linux_amd64"
3741.71Sbouyerfile	arch/amd64/amd64/linux_sigcode.S	compat_linux
3751.71Sbouyerfile	arch/amd64/amd64/linux_syscall.c	compat_linux
3761.71Sbouyerfile	arch/x86/x86/linux_trap.c		compat_linux
3771.71Sbouyer# Linux 32 bit compatibility (COMPAT_LINUX32)
3781.71Sbouyerinclude "compat/linux32/files.linux32"
3791.71Sbouyerinclude "compat/linux32/arch/amd64/files.linux32_amd64"
3801.71Sbouyerfile	arch/amd64/amd64/linux32_sigcode.S	compat_linux32
3811.71Sbouyerfile	arch/amd64/amd64/linux32_syscall.c	compat_linux32
3821.71Sbouyerendif
3831.71Sbouyer
3841.1Scl# OSS audio driver compatibility
3851.1Sclinclude	"compat/ossaudio/files.ossaudio"
3861.1Scl
3871.50Sxtraeme# Bluetooth
3881.50Sxtraemeinclude "dev/bluetooth/files.bluetooth"
3891.50Sxtraeme
3901.26Syamt#
3911.26Syamt# CARDBUS
3921.26Syamt#
3931.26Syamtinclude	"dev/cardbus/files.cardbus"
3941.71Sbouyerifdef i386
3951.26Syamtfile	arch/i386/i386/rbus_machdep.c	cardbus
3961.71Sbouyerelifdef amd64
3971.71Sbouyerfile	arch/amd64/amd64/rbus_machdep.c cardbus
3981.71Sbouyerendif
3991.26Syamt
4001.26Syamt# this wants to be probed as late as possible.
4011.26Syamt#
4021.26Syamt# Machine-independent PCMCIA drivers
4031.26Syamt#
4041.26Syamtinclude	"dev/pcmcia/files.pcmcia"
4051.26Syamt
4061.12Scl# Domain-0 operations
4071.52Sbouyerdefflag	opt_xen.h			DOM0OPS XEN_COMPAT_030001
4081.12Sclfile	arch/xen/xen/privcmd.c		dom0ops
4091.71Sbouyerfile 	arch/xen/x86/xen_shm_machdep.c	dom0ops | xen3
4101.33Sbouyerfile	arch/xen/xen/xbdback.c		dom0ops & !xen3
4111.33Sbouyerfile	arch/xen/xen/xennetback.c	dom0ops & !xen3
4121.40Sbouyerfile	arch/xen/xen/pci_machdep.c	hypervisor & pci & !xen3
4131.40Sbouyerfile	arch/x86/pci/pci_machdep.c	hypervisor & pci & xen3
4141.40Sbouyerfile	arch/xen/xen/pci_intr_machdep.c	hypervisor & pci
4151.17Sbouyerfile	arch/xen/xen/isa_machdep.c	hypervisor & dom0ops
4161.17Sbouyerfile	arch/xen/xen/xenevt.c		xenevt & dom0ops
4171.41Sbouyerfile	arch/xen/xen/xennetback_xenbus.c xvif & xen3
4181.45Syamtfile	arch/xen/xen/xennet_checksum.c	(xvif & xen3) | xennet_xenbus
4191.43Sbouyerfile	arch/xen/xen/xbdback_xenbus.c xbdback & xen3
4201.12Scl
4211.71Sbouyerifdef i386
4221.18Sbouyerinclude "arch/i386/conf/majors.i386"
4231.71Sbouyerelifdef amd64
4241.74Sbouyerinclude "arch/amd64/conf/majors.amd64"
4251.71Sbouyerendif
426