Changeset 10767 in hybrid


Ignore:
Timestamp:
May 10, 2012, 12:18:27 AM (13 years ago)
Author:
rick
Message:

ACPI is niet nodig voor onze bordjes.

Nu we hier toch zijn maar even wat andere kernel vlaggetjes ook goed gezet.

fixes nodefactory:ticket:137

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/releng-9.0/nanobsd/cfg/kernel.wleiden

    r10680 r10767  
    11#
    2 # GENERIC -- Generic kernel configuration file for FreeBSD/i386
     2# WLEIDEN -- Wireless Leiden kernel configuration file for FreeBSD/i386
    33#
    44# For more information on this file, please read the handbook section on
     
    77#    http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
    88#
    9 # The handbook is also available locally in /usr/share/doc/handbook
    10 # if you've installed the doc distribution, otherwise always see the
    11 # FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
    12 # latest information.
     9# This config is tweaked for ALIX.2D, Soekris 4521 and Soekris 4801 with
     10# Atheros Wireless Cards and meant to run an a remote location.
    1311#
    14 # An exhaustive list of options and more detailed explanations of the
    15 # device lines is also present in the ../../conf/NOTES and NOTES files.
    16 # If you are in doubt as to the purpose or necessity of a line, check first
    17 # in NOTES.
    18 #
    19 # $FreeBSD: releng/9.0/sys/i386/conf/GENERIC 227305 2011-11-07 13:40:54Z marius $
    2012
    2113cpu             I486_CPU
    2214cpu             I586_CPU
    23 cpu             I686_CPU
    2415ident           WLEIDEN
    2516
     
    2819#options        KDB                     # Kernel debugger related code
    2920#options        KDB_TRACE               # Print a stack trace for a panic
     21#options        STACK                   # stack(9) support
    3022
    3123
     
    3729options         DEVICE_POLLING          # Make our (old board) sis(4) faster.
    3830
    39 options        NO_SWAPPING              # Embedded Machines.
    40 options        SW_WATCHDOG              # Remote emergency reboots.
     31options         NO_SWAPPING             # Embedded Machines.
     32options         SW_WATCHDOG             # Remote emergency reboots.
    4133
    4234options         ROUTETABLES=6           # Multiple routing table support
     
    5244options         FFS                     # Berkeley Fast Filesystem
    5345options         SOFTUPDATES             # Enable FFS soft updates support
    54 options         NFS_ROOT                # Allow NFS to be / mount
     46options         NFS_ROOT                # Allow NFS to be / mount (testing purposes)
    5547options         NFSCLIENT               # Network Filesystem Client
    56 #options        NFSLOCKD                # Network Lock Manager
    5748options         PSEUDOFS                # Pseudo-filesystem framework
    5849options         GEOM_LABEL              # Provides labelization
    5950options         KTRACE                  # ktrace(1) support
    60 #options        STACK                   # stack(9) support
    6151options         SYSVSHM                 # SYSV-style shared memory
    6252options         SYSVMSG                 # SYSV-style message queues
     
    6656options         INCLUDE_CONFIG_FILE     # Include this file in kernel
    6757
    68 # To make an SMP kernel, the next two lines are needed
    69 options         SMP                     # Symmetric MultiProcessor Kernel
    70 device          apic                    # I/O APIC
    71 
    72 # CPU frequency control
    73 device          cpufreq
    74 
    7558# Bus support.
    76 device          acpi
    7759device          eisa
    7860device          pci
     
    154136device          uvisor          # Visor and Palm devices
    155137device          uvscom          # USB serial support for DDI pocket's PHS
    156 #device          urio          # Diamond Rio 500 MP3 player
    157 #device          uscanner      # Scanners
    158138# USB Ethernet, requires miibus
    159139device          aue             # ADMtek USB Ethernet
     
    185165options         IPSEC_FILTERTUNNEL      #filter ipsec packets from a tunnel
    186166
    187 options         NETGRAPH                # netgraph(4) system
    188 options         NETGRAPH_SOCKET
    189 options         NETGRAPH_MPPC_ENCRYPTION
    190 options         NETGRAPH_IFACE
    191 options         NETGRAPH_PPP
    192 options         NETGRAPH_TEE
    193 options         NETGRAPH_PPPOE
    194 options         NETGRAPH_ETHER
    195 
    196167# glxsb is a driver for the Security Block in AMD Geode LX processors.
    197168# Requires 'device crypto'.
    198169device          glxsb           # AMD Geode LX Security Block
    199170
    200 
    201 # Firewall fore the use of fancy stuff, like forwarding ports
    202 options         IPFIREWALL
    203 options         IPFIREWALL_DEFAULT_TO_ACCEPT
    204 options         IPFIREWALL_FORWARD
    205 options         IPFIREWALL_NAT
    206 options         LIBALIAS                # Required for IPFIREWALL_NAT
    207 
    208171# Allow combining interfaces
    209172device          if_bridge
Note: See TracChangeset for help on using the changeset viewer.