XBOX revision 152865
1#
2# XBOX -- kernel for an XBOX
3#
4# $FreeBSD: head/sys/i386/conf/XBOX 152865 2005-11-27 23:17:00Z ru $
5cpu		I686_CPU		# Celeron
6ident		XBOX
7
8makeoptions	MODULES_OVERRIDE=""
9
10options 	KDB
11options 	DDB
12
13options		XBOX			# kernel is for XBOX
14device		xboxfb			# frame buffer support (REQUIRED!)
15
16# no support yet for root device name fetching
17options		ROOTDEVNAME=\"ufs:ad0s1a\"
18#options	ROOTDEVNAME=\"cd9660:acd0\"
19
20options 	SCHED_4BSD		# 4BSD scheduler
21options 	INET			# InterNETworking
22options 	INET6			# IPv6 communications protocols
23options 	FFS			# Berkeley Fast Filesystem
24options 	SOFTUPDATES		# Enable FFS soft updates support
25#options 	UFS_ACL			# Support for access control lists
26#options 	UFS_DIRHASH		# Improve performance on big directories
27#options 	MD_ROOT			# MD is a potential root device
28options 	NFSCLIENT		# Network Filesystem Client
29#options 	NFSSERVER		# Network Filesystem Server
30#options 	NFS_ROOT		# NFS usable as /, requires NFSCLIENT
31#options 	MSDOSFS			# MSDOS Filesystem
32options 	CD9660			# ISO 9660 Filesystem
33#options 	PROCFS			# Process filesystem (requires PSEUDOFS)
34#options 	PSEUDOFS		# Pseudo-filesystem framework
35#options 	COMPAT_43		# Compatible with BSD 4.3 [KEEP THIS!]
36#options 	COMPAT_FREEBSD4		# Compatible with FreeBSD4
37#options 	KTRACE			# ktrace(1) support
38#options 	SYSVSHM			# SYSV-style shared memory
39#options 	SYSVMSG			# SYSV-style message queues
40#options 	SYSVSEM			# SYSV-style semaphores
41#options 	_KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions
42#options 	KBD_INSTALL_CDEV	# install a CDEV entry in /dev
43options 	ADAPTIVE_GIANT		# Giant mutex is adaptive.
44
45#device		apic			# I/O APIC
46
47# Bus support.  Do not remove isa, even if you have no isa slots
48device		isa
49device		pci
50
51# ATA and ATAPI devices
52device		ata
53device		atadisk		# ATA disk drives
54device		atapicd		# ATAPI CDROM drives
55options 	ATA_STATIC_ID	# Static device numbering
56
57# SCSI peripherals
58device		scbus		# SCSI bus (required for SCSI)
59device		da		# Direct Access (disks)
60
61# Floating point support - do not disable.
62device		npx
63
64# Pseudo devices.
65device		loop		# Network loopback
66device		mem		# Memory and kernel memory devices
67device		io		# I/O device
68device		random		# Entropy device
69device		ether		# Ethernet support
70#device		tun		# Packet tunnel.
71device		pty		# Pseudo-ttys (telnet etc)
72#device		md		# Memory "disks"
73#device		gif		# IPv6 and IPv4 tunneling
74#device		faith		# IPv6-to-IPv4 relaying (translation)
75
76# The `bpf' device enables the Berkeley Packet Filter.
77# Be aware of the administrative consequences of enabling this!
78# Note that 'bpf' is required for DHCP.
79device		bpf		# Berkeley packet filter
80
81# USB support
82#device		uhci		# UHCI PCI->USB interface
83device		ohci		# OHCI PCI->USB interface
84device		usb		# USB Bus (required)
85device		ugen		# Generic
86device		uhid		# "Human Interface Devices"
87device		ukbd		# Keyboard
88device		ulpt		# Printer
89device		umass		# Disks/Mass storage - Requires scbus and da
90device		ums		# Mouse
91device		urio		# Diamond Rio 500 MP3 player
92device		uscanner	# Scanners
93
94device		miibus
95device		aue		# ADMtek USB Ethernet
96device		axe		# ASIX Electronics USB Ethernet
97device		cdce		# Generic USB over Ethernet
98device		cue		# CATC USB Ethernet
99device		kue		# Kawasaki LSI USB Ethernet
100device		rue		# RealTek RTL8150 USB Ethernet
101
102device		sound
103device		snd_ich		# nForce audio
104