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