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/sparc64/conf/DEFAULTS

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 # DEFAULTS -- Default kernel configuration file for FreeBSD/sparc64
    3 #
    4 # $FreeBSD: releng/10.2/sys/sparc64/conf/DEFAULTS 232619 2012-03-06 20:01:25Z attilio $
    5 
    6 machine         sparc64
    7 
    8 # Pseudo devices.
    9 device          mem             # Memory and kernel memory devices
   10 
   11 # UART chips on this platform
   12 device          uart_ns8250
   13 device          uart_sab82532
   14 device          uart_z8530
   15 
   16 # Default partitioning schemes
   17 options         GEOM_PART_BSD
   18 options         GEOM_PART_VTOC8
   19 
   20 # Let sunkbd emulate an AT keyboard by default.
   21 options         SUNKBD_EMULATE_ATKBD
   22 
   23 options         NEW_PCIB

Cache object: 6f8ee3949b4687dd7b7305c5e104908a


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