files.xen revision 1.74
11.74Sbouyer#	$NetBSD: files.xen,v 1.74 2007/12/01 12:52:20 bouyer 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.1Sclfile	arch/i386/i386/math_emulate.c	math_emulate
501.1Sclfile	arch/i386/i386/mem.c
511.1Sclfile	arch/i386/i386/mtrr_k6.c	mtrr
521.1Sclfile	arch/xen/i386/pmap.c
531.1Sclfile	arch/i386/i386/process_machdep.c
541.1Sclfile	arch/i386/i386/procfs_machdep.c	procfs
551.1Sclfile	arch/i386/i386/syscall.c
561.72Syamtfile	arch/i386/i386/trap.c
571.1Sclfile	arch/i386/i386/vm_machdep.c
581.71Sbouyerfile	arch/xen/i386/xpmap.c
591.55Sadfile	arch/i386/i386/lock_stubs.S
601.1Scl
611.71Sbouyerfile	arch/i386/i386/mptramp.S		multiprocessor
621.71Sbouyerfile	arch/i386/i386/ipifuncs.c		multiprocessor
631.71Sbouyer
641.71Sbouyerfile	arch/i386/i386/pmc.c			perfctrs
651.71Sbouyer
661.71Sbouyerfile	crypto/des/arch/i386/des_enc.S		des
671.71Sbouyerfile	crypto/des/arch/i386/des_cbc.S		des
681.71Sbouyer
691.71Sbouyerfile	crypto/blowfish/arch/i386/bf_enc.S	blowfish
701.71Sbouyerfile	crypto/blowfish/arch/i386/bf_cbc.S	blowfish
711.71Sbouyerelifdef amd64
721.71Sbouyerfile	arch/amd64/amd64/busfunc.S		dom0ops
731.71Sbouyerfile	arch/amd64/amd64/cpufunc.S
741.71Sbouyerfile	arch/amd64/amd64/db_disasm.c		ddb
751.71Sbouyerfile	arch/amd64/amd64/db_interface.c	 ddb
761.71Sbouyerfile	arch/amd64/amd64/db_memrw.c		ddb | kgdb
771.71Sbouyerfile	arch/amd64/amd64/db_trace.c		ddb
781.71Sbouyerfile	arch/amd64/amd64/kgdb_machdep.c	 kgdb
791.71Sbouyerfile	arch/amd64/amd64/gdt.c
801.71Sbouyerfile	arch/amd64/amd64/machdep.c
811.71Sbouyerfile	arch/amd64/amd64/identcpu.c
821.71Sbouyerfile	arch/amd64/amd64/math_emulate.c math_emulate
831.71Sbouyerfile	arch/amd64/amd64/mem.c
841.71Sbouyerfile	arch/x86/x86/pmap.c
851.71Sbouyerfile	arch/amd64/amd64/process_machdep.c
861.71Sbouyerfile	arch/amd64/amd64/procfs_machdep.c	procfs
871.71Sbouyerfile	arch/amd64/amd64/syscall.c
881.71Sbouyerfile	arch/amd64/amd64/trap.c
891.71Sbouyerfile	arch/amd64/amd64/vm_machdep.c
901.71Sbouyerfile	arch/amd64/amd64/fpu.c
911.71Sbouyerfile	arch/amd64/amd64/lock_stubs.S
921.71Sbouyerfile	arch/amd64/amd64/mptramp.S		multiprocessor
931.71Sbouyerfile	arch/amd64/amd64/ipifuncs.c		multiprocessor
941.71Sbouyer#
951.71Sbouyer# XXXfvdl write the optimized versions for these.
961.71Sbouyer#
971.71Sbouyerfile	netinet/in_cksum.c			inet
981.71Sbouyerfile	netinet/in4_cksum.c			inet
991.71Sbouyerendif
1001.71Sbouyer
1011.71Sbouyerfile	kern/subr_disk_mbr.c		disk
1021.71Sbouyerfile	arch/xen/x86/hypervisor_machdep.c
1031.71Sbouyerfile	arch/xen/x86/idle_machdep.c
1041.71Sbouyer# file 	arch/x86/x86/mtrr_i686.c	mtrr
1051.71Sbouyerfile	arch/xen/x86/x86_xpmap.c
1061.71Sbouyerfile	arch/xen/x86/xen_intr.c
1071.71Sbouyerfile	arch/xen/x86/xenfunc.c
1081.71Sbouyer
1091.71Sbouyerfile	arch/xen/xen/xen_machdep.c
1101.1Sclfile	arch/xen/xen/xen_debug.c
1111.1Scl
1121.1Sclfile	arch/xen/xen/clock.c
1131.17Sbouyerfile	arch/xen/xen/evtchn.c
1141.33Sbouyerfile	arch/xen/xen/ctrl_if.c			!xen3
1151.1Scl
1161.35Sbouyerfile	arch/xen/xen/xengnt.c			xen3
1171.35Sbouyer
1181.1Sclfile	dev/cons.c
1191.1Scl
1201.1Scl
1211.1Scl#
1221.1Scl# Machine-independent SCSI drivers
1231.1Scl#
1241.1Scl
1251.17Sbouyerinclude	"dev/scsipi/files.scsipi"
1261.1Scl
1271.1Scl#
1281.1Scl# Machine-independent ATA drivers
1291.1Scl#
1301.1Scl
1311.17Sbouyerinclude	"dev/ata/files.ata"
1321.1Scl
1331.1Scl# Memory Disk for install floppy
1341.1Sclfile	dev/md_root.c			memory_disk_hooks
1351.1Scl
1361.27Sbouyerfile	arch/x86/x86/bus_dma.c		pci
1371.28Sbouyerfile	arch/xen/x86/xen_bus_dma.c	pci
1381.64Sadfile	arch/x86/x86/bus_space.c	pci
1391.1Sclfile	arch/x86/x86/cacheinfo.c
1401.1Sclfile	arch/xen/x86/consinit.c
1411.1Sclfile	arch/xen/x86/intr.c
1421.1Sclfile	arch/x86/x86/ipi.c		multiprocessor
1431.1Sclfile	arch/x86/x86/softintr.c
1441.59Sadfile	arch/x86/x86/sys_machdep.c
1451.32Sjmmvfile	arch/x86/x86/x86_machdep.c
1461.1Scl
1471.1Sclinclude	"arch/xen/conf/files.compat"
1481.1Scl
1491.49Sbouyer# BIOS32 routines
1501.71Sbouyerdefine	bios32
1511.71Sbouyerifdef i386
1521.49Sbouyerfile	arch/xen/i386/bios32.c		bios32 needs-flag
1531.71Sbouyerelifdef amd64
1541.71Sbouyerfile	arch/amd64/amd64/bios32.c		bios32 needs-flag
1551.71Sbouyerendif
1561.49Sbouyer
1571.71Sbouyer# xen specific mainbus attributes
1581.13Sdrochnerdefine cpubus { [apid = -1] }
1591.57Sdrochnerdefine ioapicbus { [apid = -1] }
1601.13Sdrochnerdefine apmbus {}
1611.13Sdrochnerdefine pnpbiosbus {}
1621.71Sbouyerdefine vesabiosbus {}	
1631.13Sdrochnerdefine hypervisorbus {}
1641.29Sbouyerdefine xendevbus {}
1651.49Sbouyerdefine ipmibus {}
1661.13Sdrochner
1671.1Scl#
1681.1Scl# System bus types
1691.1Scl#
1701.1Scl
1711.57Sdrochnerdevice mainbus: cpubus, ioapicbus, hypervisorbus, bios32, ipmibus
1721.1Sclattach	mainbus at root
1731.71Sbouyerfile	arch/xen/x86/mainbus.c		mainbus
1741.5Scl
1751.5Scl# Xen hypervisor
1761.48Sbouyerdevice	hypervisor { [apid = -1]}: isabus, pcibus, sysmon_power, xendevbus, acpibus
1771.17Sbouyerattach hypervisor at hypervisorbus
1781.5Sclfile	arch/xen/xen/hypervisor.c	hypervisor needs-flag
1791.46Syamtfile	arch/xen/xen/shutdown_xenbus.c	hypervisor & xen3
1801.1Scl
1811.35Sbouyer# Xenbus (xen3 only)
1821.35Sbouyerdevice xenbus {[id = -1]}
1831.35Sbouyerattach xenbus at xendevbus
1841.35Sbouyerfile arch/xen/xenbus/xenbus_client.c xenbus & xen3 needs-flag
1851.35Sbouyerfile arch/xen/xenbus/xenbus_comms.c xenbus & xen3 needs-flag
1861.37Sbouyerfile arch/xen/xenbus/xenbus_dev.c xenbus & xen3 & dom0ops needs-flag
1871.35Sbouyerfile arch/xen/xenbus/xenbus_probe.c xenbus & xen3 needs-flag
1881.35Sbouyerfile arch/xen/xenbus/xenbus_xs.c xenbus & xen3 needs-flag
1891.35Sbouyer
1901.71Sbouyerifdef i386
1911.1Scl# Numeric Processing Extension; Math Co-processor
1921.1Scldevice	npx
1931.1Sclfile	arch/xen/i386/npx.c		npx needs-flag
1941.1Scl
1951.29Sbouyerattach	npx at xendevbus with npx_hv
1961.1Sclfile	arch/xen/i386/npx_hv.c		npx_hv
1971.71Sbouyerendif
1981.1Scl
1991.1Scl# Xen console support
2001.6Scldevice	xencons: tty
2011.29Sbouyerattach	xencons at xendevbus
2021.6Sclfile	arch/xen/xen/xencons.c		xencons needs-flag
2031.1Scl
2041.17Sbouyer# Xen event peudo-device
2051.17Sbouyerdefpseudo xenevt
2061.41Sbouyerdefpseudo xvif
2071.43Sbouyerdefpseudo xbdback
2081.17Sbouyer
2091.27Sbouyer# Xen Network driver
2101.27Sbouyerdevice	xennet: arp, ether, ifnet
2111.36Sbouyerattach xennet at xendevbus with xennet_hypervisor
2121.36Sbouyerattach xennet at xenbus with xennet_xenbus
2131.71Sbouyerfile	arch/xen/xen/if_xennet_xenbus.c xennet_xenbus needs-flag
2141.71Sbouyerfile	arch/xen/xen/if_xennet.c	xennet_hypervisor needs-flag
2151.27Sbouyer
2161.27Sbouyer# Xen Block device driver and wd/sd/cd identities
2171.27Sbouyerdevice	xbd: disk
2181.38Sbouyerattach	xbd at xendevbus with xbd_hypervisor
2191.38Sbouyerattach	xbd at xenbus with xbd_xenbus
2201.38Sbouyer#file	arch/xen/xen/xbd_hypervisor.c	xbd_hypervisor
2211.38Sbouyerfile	arch/xen/xen/xbd_xenbus.c	xbd_xenbus
2221.38Sbouyer#file	arch/xen/xen/xbd.c		xbd | xbd_hypervisor | xbd_xenbus needs-flag
2231.38Sbouyerfile	arch/xen/xen/xbd.c		xbd_hypervisor needs-flag
2241.27Sbouyer
2251.27Sbouyer# Non-Xen specific devices and options
2261.27Sbouyer
2271.9Sclinclude	"dev/wscons/files.wscons"
2281.9Sclinclude	"dev/wsfont/files.wsfont"
2291.58Smacallaninclude "dev/wsfb/files.wsfb"
2301.1Scl
2311.10Sclinclude	"dev/pckbport/files.pckbport"
2321.10Scl
2331.17Sbouyer#
2341.17Sbouyer# Machine-independent PCI devices
2351.17Sbouyer#
2361.17Sbouyerinclude "dev/i2o/files.i2o"
2371.17Sbouyerinclude "dev/pci/files.pci"
2381.17Sbouyerinclude "dev/pci/files.agp"
2391.54Sgdtfile 	arch/x86/pci/agp_machdep.c	agp
2401.17Sbouyerfile	arch/xen/xen/pciide_machdep.c	pciide_common
2411.23Schs
2421.17Sbouyer#
2431.17Sbouyer# Machine-independent ISA devices
2441.17Sbouyer#
2451.17Sbouyerinclude "dev/isa/files.isa"
2461.17Sbouyer
2471.31Sbouyerinclude "dev/usb/files.usb"
2481.17Sbouyer
2491.31Sbouyerinclude "dev/ieee1394/files.ieee1394"
2501.17Sbouyer
2511.71Sbouyerdevice	fdc {drive = -1} #XXX
2521.40Sbouyer
2531.44Schristosinclude "dev/apm/files.apm"
2541.44Schristos
2551.40Sbouyerinclude "dev/acpi/files.acpi"
2561.40Sbouyerfile	arch/xen/xen/xen_acpi_machdep.c	acpi
2571.48Sbouyerfile	arch/x86/x86/mpacpi.c		acpi
2581.40Sbouyerfile	arch/x86/x86/acpi_machdep.c	acpi
2591.48Sbouyerfile	arch/x86/x86/i8259.c		xen3
2601.48Sbouyer
2611.48Sbouyer# MP configuration using Intel SMP specification 1.4
2621.48Sbouyerfile	arch/x86/x86/mpbios.c		mpbios
2631.40Sbouyer
2641.71Sbouyerifdef i386
2651.71Sbouyerfile	arch/i386/pci/pci_bus_fixup.c	pci_bus_fixup
2661.71Sbouyerfile	arch/i386/pci/pci_addr_fixup.c	pci_addr_fixup
2671.71Sbouyerendif
2681.40Sbouyer
2691.48Sbouyerfile	arch/x86/x86/apic.c		ioapic
2701.48Sbouyer
2711.48Sbouyerdevice ioapic
2721.57Sdrochnerattach ioapic at ioapicbus
2731.48Sbouyerfile	arch/x86/x86/ioapic.c		ioapic needs-flag
2741.48Sbouyer
2751.49Sbouyer#IPMI device
2761.49Sbouyerdevice ipmi : sysmon_envsys, sysmon_wdog
2771.49Sbouyerattach ipmi at ipmibus
2781.49Sbouyerfile	arch/x86/x86/ipmi.c		ipmi needs-flag
2791.49Sbouyer
2801.17Sbouyer# PCI-Host bridge chipsets
2811.17Sbouyerdevice	pchb: pcibus, agpbus, agp_ali, agp_amd, agp_i810, agp_intel, agp_sis,
2821.71Sbouyer		agp_via
2831.17Sbouyerattach	pchb at pci
2841.66Sxtraemefile	arch/x86/pci/pchb.c		pchb			needs-flag
2851.34Stronfile	arch/x86/pci/pchb_rnd.c		pchb & rnd
2861.17Sbouyer
2871.17Sbouyer# PCI-ISA bridges
2881.62Salcdevice	pcib: isabus
2891.62Salcattach	pcib at pci
2901.62Salcfile	arch/xen/xen/pcib.c		pcib | ichlpcib
2911.62Salc
2921.62Salc# PCI-LPC bridges
2931.62Salcdevice	ichlpcib: isabus, sysmon_wdog
2941.62Salcattach	ichlpcib at pci
2951.67Sxtraemefile	arch/x86/pci/ichlpcib.c 	ichlpcib
2961.62Salc
2971.17Sbouyer
2981.1Scl# CPUS
2991.1Scl
3001.1Scldevice cpu
3011.13Sdrochnerattach cpu at cpubus
3021.48Sbouyer
3031.48Sbouyerdevice vcpu
3041.48Sbouyerattach vcpu at xendevbus
3051.48Sbouyer
3061.71Sbouyerfile	arch/xen/x86/cpu.c		cpu | vcpu
3071.1Scl
3081.1Scl#
3091.1Scl# Compatibility modules
3101.1Scl#
3111.1Scl
3121.71Sbouyerifdef i386
3131.1Scl# VM86 mode
3141.1Sclfile	arch/i386/i386/vm86.c			vm86
3151.1Scl
3161.1Scl# VM86 in kernel
3171.1Sclfile	arch/i386/i386/kvm86.c			kvm86
3181.1Sclfile	arch/i386/i386/kvm86call.S		kvm86
3191.1Scl
3201.1Scl# Binary compatibility with previous NetBSD releases (COMPAT_XX)
3211.53Sdrochnerfile	arch/i386/i386/compat_13_machdep.c	compat_13
3221.1Sclfile	arch/i386/i386/compat_16_machdep.c	compat_16 | compat_ibcs2
3231.1Scl
3241.1Scl# SVR4 binary compatibility (COMPAT_SVR4)
3251.1Sclinclude	"compat/svr4/files.svr4"
3261.1Sclfile	arch/i386/i386/svr4_machdep.c		compat_svr4
3271.1Sclfile	arch/i386/i386/svr4_sigcode.S		compat_svr4
3281.1Sclfile	arch/i386/i386/svr4_syscall.c		compat_svr4
3291.1Scl
3301.1Scl# MACH binary compatibility (COMPAT_MACH)
3311.1Sclinclude	"compat/mach/files.mach"
3321.1Sclfile	arch/i386/i386/mach_machdep.c		compat_mach | compat_darwin
3331.1Sclfile	arch/i386/i386/mach_sigcode.S		compat_mach | compat_darwin
3341.1Sclfile	arch/i386/i386/mach_syscall.c		compat_mach | compat_darwin
3351.1Sclfile	arch/i386/i386/macho_machdep.c		exec_macho
3361.1Scl
3371.1Scl# DARWIN binary compatibility (COMPAT_DARWIN)
3381.1Sclinclude	"compat/darwin/files.darwin"
3391.1Sclfile	arch/i386/i386/darwin_machdep.c		compat_darwin
3401.1Scl
3411.1Scl# iBCS-2 binary compatibility (COMPAT_IBCS2)
3421.1Sclinclude	"compat/ibcs2/files.ibcs2"
3431.1Sclfile	arch/i386/i386/ibcs2_machdep.c		compat_ibcs2
3441.1Sclfile	arch/i386/i386/ibcs2_sigcode.S		compat_ibcs2
3451.1Sclfile	arch/i386/i386/ibcs2_syscall.c		compat_ibcs2
3461.1Scl
3471.1Scl# Linux binary compatibility (COMPAT_LINUX)
3481.1Sclinclude	"compat/linux/files.linux"
3491.1Sclinclude	"compat/linux/arch/i386/files.linux_i386"
3501.1Sclfile	arch/i386/i386/linux_sigcode.S		compat_linux
3511.1Sclfile	arch/i386/i386/linux_syscall.c		compat_linux
3521.22Syamtfile	arch/x86/x86/linux_trap.c		compat_linux
3531.1Scl
3541.1Scl# FreeBSD binary compatibility (COMPAT_FREEBSD)
3551.1Sclinclude	"compat/freebsd/files.freebsd"
3561.1Sclfile	arch/i386/i386/freebsd_machdep.c	compat_freebsd
3571.1Sclfile	arch/i386/i386/freebsd_sigcode.S	compat_freebsd
3581.1Sclfile	arch/i386/i386/freebsd_syscall.c	compat_freebsd
3591.1Scl
3601.1Scl# Win32 binary compatibility (COMPAT_PECOFF)
3611.1Sclinclude	"compat/pecoff/files.pecoff"
3621.1Scl
3631.71Sbouyerelifdef amd64
3641.71Sbouyer# NetBSD/i386 32-bit binary compatibility (COMPAT_NETBSD32)
3651.71Sbouyerinclude "compat/netbsd32/files.netbsd32"
3661.71Sbouyerfile	arch/amd64/amd64/netbsd32_machdep.c	compat_netbsd32
3671.71Sbouyerfile	arch/amd64/amd64/netbsd32_sigcode.S	compat_netbsd32 & compat_16
3681.71Sbouyerfile	arch/amd64/amd64/netbsd32_syscall.c	compat_netbsd32
3691.71Sbouyer
3701.71Sbouyer# Linux compatibility (COMPAT_LINUX)
3711.71Sbouyerinclude "compat/linux/files.linux"
3721.71Sbouyerinclude "compat/linux/arch/amd64/files.linux_amd64"
3731.71Sbouyerfile	arch/amd64/amd64/linux_sigcode.S	compat_linux
3741.71Sbouyerfile	arch/amd64/amd64/linux_syscall.c	compat_linux
3751.71Sbouyerfile	arch/x86/x86/linux_trap.c		compat_linux
3761.71Sbouyer# Linux 32 bit compatibility (COMPAT_LINUX32)
3771.71Sbouyerinclude "compat/linux32/files.linux32"
3781.71Sbouyerinclude "compat/linux32/arch/amd64/files.linux32_amd64"
3791.71Sbouyerfile	arch/amd64/amd64/linux32_sigcode.S	compat_linux32
3801.71Sbouyerfile	arch/amd64/amd64/linux32_syscall.c	compat_linux32
3811.71Sbouyerendif
3821.71Sbouyer
3831.1Scl# OSS audio driver compatibility
3841.1Sclinclude	"compat/ossaudio/files.ossaudio"
3851.1Scl
3861.50Sxtraeme# Bluetooth
3871.50Sxtraemeinclude "dev/bluetooth/files.bluetooth"
3881.50Sxtraeme
3891.26Syamt#
3901.26Syamt# CARDBUS
3911.26Syamt#
3921.26Syamtinclude	"dev/cardbus/files.cardbus"
3931.71Sbouyerifdef i386
3941.26Syamtfile	arch/i386/i386/rbus_machdep.c	cardbus
3951.71Sbouyerelifdef amd64
3961.71Sbouyerfile	arch/amd64/amd64/rbus_machdep.c cardbus
3971.71Sbouyerendif
3981.26Syamt
3991.26Syamt# this wants to be probed as late as possible.
4001.26Syamt#
4011.26Syamt# Machine-independent PCMCIA drivers
4021.26Syamt#
4031.26Syamtinclude	"dev/pcmcia/files.pcmcia"
4041.26Syamt
4051.12Scl# Domain-0 operations
4061.52Sbouyerdefflag	opt_xen.h			DOM0OPS XEN_COMPAT_030001
4071.12Sclfile	arch/xen/xen/privcmd.c		dom0ops
4081.71Sbouyerfile 	arch/xen/x86/xen_shm_machdep.c	dom0ops | xen3
4091.33Sbouyerfile	arch/xen/xen/xbdback.c		dom0ops & !xen3
4101.33Sbouyerfile	arch/xen/xen/xennetback.c	dom0ops & !xen3
4111.40Sbouyerfile	arch/xen/xen/pci_machdep.c	hypervisor & pci & !xen3
4121.40Sbouyerfile	arch/x86/pci/pci_machdep.c	hypervisor & pci & xen3
4131.40Sbouyerfile	arch/xen/xen/pci_intr_machdep.c	hypervisor & pci
4141.17Sbouyerfile	arch/xen/xen/isa_machdep.c	hypervisor & dom0ops
4151.17Sbouyerfile	arch/xen/xen/xenevt.c		xenevt & dom0ops
4161.41Sbouyerfile	arch/xen/xen/xennetback_xenbus.c xvif & xen3
4171.45Syamtfile	arch/xen/xen/xennet_checksum.c	(xvif & xen3) | xennet_xenbus
4181.43Sbouyerfile	arch/xen/xen/xbdback_xenbus.c xbdback & xen3
4191.12Scl
4201.71Sbouyerifdef i386
4211.18Sbouyerinclude "arch/i386/conf/majors.i386"
4221.71Sbouyerelifdef amd64
4231.74Sbouyerinclude "arch/amd64/conf/majors.amd64"
4241.71Sbouyerendif
425