]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - sys/i386/conf/XBOX
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / sys / i386 / conf / XBOX
1 #
2 # XBOX -- kernel for an XBOX
3 #
4 # $FreeBSD$
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:ada0s1a\"
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         NFSCL                   # New Network Filesystem Client
31 #options        NFSD                    # New Network Filesystem Server
32 #options        NFSLOCKD                # Network Lock Manager
33 #options        NFS_ROOT                # NFS usable as /, requires NFSCL
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 device          pci
51
52 # ATA and ATAPI devices
53 device          ata
54 options         ATA_CAM
55 options         ATA_STATIC_ID   # Static device numbering
56
57 # ATA/SCSI peripherals
58 device          scbus           # SCSI bus (required for ATA/SCSI)
59 device          cd              # CD
60 device          da              # Direct Access (disks)
61 device          pass            # Passthrough device (direct ATA/SCSI access)
62
63 # Pseudo devices.
64 device          loop            # Network loopback
65 device          random          # Entropy device
66 device          ether           # Ethernet support
67 #device         tun             # Packet tunnel.
68 device          pty             # BSD-style compatibility pseudo ttys
69 #device         md              # Memory "disks"
70 #device         gif             # IPv6 and IPv4 tunneling
71 #device         faith           # IPv6-to-IPv4 relaying (translation)
72
73 # The `bpf' device enables the Berkeley Packet Filter.
74 # Be aware of the administrative consequences of enabling this!
75 # Note that 'bpf' is required for DHCP.
76 device          bpf             # Berkeley packet filter
77
78 # USB support
79 options         USB_DEBUG       # enable debug msgs
80 #device         uhci            # UHCI PCI->USB interface
81 device          ohci            # OHCI PCI->USB interface
82 device          usb             # USB Bus (required)
83 device          uhid            # "Human Interface Devices"
84 device          ukbd            # Keyboard
85 device          ulpt            # Printer
86 device          umass           # Disks/Mass storage - Requires scbus and da
87 device          ums             # Mouse
88 device          urio            # Diamond Rio 500 MP3 player
89
90 device          miibus
91 device          aue             # ADMtek USB Ethernet
92 device          axe             # ASIX Electronics USB Ethernet
93 device          cdce            # Generic USB over Ethernet
94 device          cue             # CATC USB Ethernet
95 device          kue             # Kawasaki LSI USB Ethernet
96 device          rue             # RealTek RTL8150 USB Ethernet
97
98 device          sound
99 device          snd_ich         # nForce audio
100
101 device          nfe             # nVidia nForce MCP on-board Ethernet Networking