The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/i386/conf/XBOX

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

    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: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 options         ADAPTIVE_GIANT          # Giant mutex is adaptive.
   46 # Xbox has a non-standard default timer frequency
   47 options         TIMER_FREQ=1125000      # Gives ~733.34MHz CPU
   48 
   49 #device         apic                    # I/O APIC
   50 
   51 # Bus support.  Do not remove isa, even if you have no isa slots
   52 device          isa
   53 device          pci
   54 
   55 # ATA and ATAPI devices
   56 device          ata
   57 device          atadisk         # ATA disk drives
   58 device          atapicd         # ATAPI CDROM drives
   59 options         ATA_STATIC_ID   # Static device numbering
   60 
   61 # SCSI peripherals
   62 device          scbus           # SCSI bus (required for SCSI)
   63 device          da              # Direct Access (disks)
   64 
   65 # Floating point support - do not disable.
   66 device          npx
   67 
   68 # Pseudo devices.
   69 device          loop            # Network loopback
   70 device          mem             # Memory and kernel memory devices
   71 device          io              # I/O device
   72 device          random          # Entropy device
   73 device          ether           # Ethernet support
   74 #device         tun             # Packet tunnel.
   75 device          pty             # Pseudo-ttys (telnet etc)
   76 #device         md              # Memory "disks"
   77 #device         gif             # IPv6 and IPv4 tunneling
   78 #device         faith           # IPv6-to-IPv4 relaying (translation)
   79 
   80 # The `bpf' device enables the Berkeley Packet Filter.
   81 # Be aware of the administrative consequences of enabling this!
   82 # Note that 'bpf' is required for DHCP.
   83 device          bpf             # Berkeley packet filter
   84 
   85 # USB support
   86 #device         uhci            # UHCI PCI->USB interface
   87 device          ohci            # OHCI PCI->USB interface
   88 device          usb             # USB Bus (required)
   89 device          ugen            # Generic
   90 device          uhid            # "Human Interface Devices"
   91 device          ukbd            # Keyboard
   92 device          ulpt            # Printer
   93 device          umass           # Disks/Mass storage - Requires scbus and da
   94 device          ums             # Mouse
   95 device          urio            # Diamond Rio 500 MP3 player
   96 device          uscanner        # Scanners
   97 
   98 device          miibus
   99 device          aue             # ADMtek USB Ethernet
  100 device          axe             # ASIX Electronics USB Ethernet
  101 device          cdce            # Generic USB over Ethernet
  102 device          cue             # CATC USB Ethernet
  103 device          kue             # Kawasaki LSI USB Ethernet
  104 device          rue             # RealTek RTL8150 USB Ethernet
  105 
  106 device          sound
  107 device          snd_ich         # nForce audio
  108 
  109 device          nfe             # nVidia nForce MCP on-board Ethernet Networking

Cache object: 364182dbfb454653c4a8f0a1b888c8eb


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.