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: releng/6.2/sys/i386/conf/XBOX 161553 2006-08-23 16:28:03Z rink $
    5 machine         i386
    6 cpu             I686_CPU                # Celeron
    7 ident           XBOX
    8 
    9 makeoptions     MODULES_OVERRIDE=""
   10 
   11 options         KDB
   12 options         DDB
   13 
   14 options         XBOX                    # kernel is for XBOX
   15 device          xboxfb                  # frame buffer support
   16 device          sc                      # syscons
   17 device          fb
   18 
   19 # no support yet for root device name fetching
   20 options         ROOTDEVNAME=\"ufs:ad0s1a\"
   21 #options        ROOTDEVNAME=\"cd9660:acd0\"
   22 
   23 options         SCHED_4BSD              # 4BSD scheduler
   24 options         INET                    # InterNETworking
   25 options         INET6                   # IPv6 communications protocols
   26 options         FFS                     # Berkeley Fast Filesystem
   27 options         SOFTUPDATES             # Enable FFS soft updates support
   28 #options        UFS_ACL                 # Support for access control lists
   29 #options        UFS_DIRHASH             # Improve performance on big directories
   30 #options        MD_ROOT                 # MD is a potential root device
   31 options         NFSCLIENT               # Network Filesystem Client
   32 #options        NFSSERVER               # Network Filesystem Server
   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 
   47 #device         apic                    # I/O APIC
   48 
   49 # Bus support.  Do not remove isa, even if you have no isa slots
   50 device          isa
   51 device          pci
   52 
   53 # ATA and ATAPI devices
   54 device          ata
   55 device          atadisk         # ATA disk drives
   56 device          atapicd         # ATAPI CDROM drives
   57 options         ATA_STATIC_ID   # Static device numbering
   58 
   59 # SCSI peripherals
   60 device          scbus           # SCSI bus (required for SCSI)
   61 device          da              # Direct Access (disks)
   62 
   63 # Floating point support - do not disable.
   64 device          npx
   65 
   66 # Pseudo devices.
   67 device          loop            # Network loopback
   68 device          mem             # Memory and kernel memory devices
   69 device          io              # I/O device
   70 device          random          # Entropy device
   71 device          ether           # Ethernet support
   72 #device         tun             # Packet tunnel.
   73 device          pty             # Pseudo-ttys (telnet etc)
   74 #device         md              # Memory "disks"
   75 #device         gif             # IPv6 and IPv4 tunneling
   76 #device         faith           # IPv6-to-IPv4 relaying (translation)
   77 
   78 # The `bpf' device enables the Berkeley Packet Filter.
   79 # Be aware of the administrative consequences of enabling this!
   80 # Note that 'bpf' is required for DHCP.
   81 device          bpf             # Berkeley packet filter
   82 
   83 # USB support
   84 #device         uhci            # UHCI PCI->USB interface
   85 device          ohci            # OHCI PCI->USB interface
   86 device          usb             # USB Bus (required)
   87 device          ugen            # Generic
   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 device          uscanner        # Scanners
   95 
   96 device          miibus
   97 device          aue             # ADMtek USB Ethernet
   98 device          axe             # ASIX Electronics USB Ethernet
   99 device          cdce            # Generic USB over Ethernet
  100 device          cue             # CATC USB Ethernet
  101 device          kue             # Kawasaki LSI USB Ethernet
  102 device          rue             # RealTek RTL8150 USB Ethernet
  103 
  104 device          sound
  105 device          snd_ich         # nForce audio
  106 
  107 device          nve             # nVidia nForce MCP on-board Ethernet Networking

Cache object: 1568a0ab159b6ed10d8421cbda6a97c1


[ 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.