]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/i386/conf/XBOX
This commit was generated by cvs2svn to compensate for changes in r155429,
[FreeBSD/FreeBSD.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
16 # no support yet for root device name fetching
17 options         ROOTDEVNAME=\"ufs:ad0s1a\"
18 #options        ROOTDEVNAME=\"cd9660:acd0\"
19
20 options         SCHED_4BSD              # 4BSD scheduler
21 options         INET                    # InterNETworking
22 options         INET6                   # IPv6 communications protocols
23 options         FFS                     # Berkeley Fast Filesystem
24 options         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
28 options         NFSCLIENT               # Network Filesystem Client
29 #options        NFSSERVER               # Network Filesystem Server
30 #options        NFS_ROOT                # NFS usable as /, requires NFSCLIENT
31 #options        MSDOSFS                 # MSDOS Filesystem
32 options         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
43 options         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
48 device          isa
49 device          pci
50
51 # ATA and ATAPI devices
52 device          ata
53 device          atadisk         # ATA disk drives
54 device          atapicd         # ATAPI CDROM drives
55 options         ATA_STATIC_ID   # Static device numbering
56
57 # SCSI peripherals
58 device          scbus           # SCSI bus (required for SCSI)
59 device          da              # Direct Access (disks)
60
61 # Floating point support - do not disable.
62 device          npx
63
64 # Pseudo devices.
65 device          loop            # Network loopback
66 device          mem             # Memory and kernel memory devices
67 device          io              # I/O device
68 device          random          # Entropy device
69 device          ether           # Ethernet support
70 #device         tun             # Packet tunnel.
71 device          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.
79 device          bpf             # Berkeley packet filter
80
81 # USB support
82 #device         uhci            # UHCI PCI->USB interface
83 device          ohci            # OHCI PCI->USB interface
84 device          usb             # USB Bus (required)
85 device          ugen            # Generic
86 device          uhid            # "Human Interface Devices"
87 device          ukbd            # Keyboard
88 device          ulpt            # Printer
89 device          umass           # Disks/Mass storage - Requires scbus and da
90 device          ums             # Mouse
91 device          urio            # Diamond Rio 500 MP3 player
92 device          uscanner        # Scanners
93
94 device          miibus
95 device          aue             # ADMtek USB Ethernet
96 device          axe             # ASIX Electronics USB Ethernet
97 device          cdce            # Generic USB over Ethernet
98 device          cue             # CATC USB Ethernet
99 device          kue             # Kawasaki LSI USB Ethernet
100 device          rue             # RealTek RTL8150 USB Ethernet
101
102 device          sound
103 device          snd_ich         # nForce audio
104
105 device          nve             # nVidia nForce MCP on-board Ethernet Networking