Changeset 13373 in hybrid for branches


Ignore:
Timestamp:
Aug 30, 2015, 1:01:14 AM (9 years ago)
Author:
rick
Message:

Make kernel which is both compatible with (old) ALIX boards and (new) APU boards.

File:
1 edited

Legend:

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

    r12904 r13373  
    77#    http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
    88#
    9 # This config is tweaked for ALIX.2D, Soekris 4521 and Soekris 4801 with
     9# This config is tweaked for ALIX.APU1C & APU1C4, with
    1010# Atheros Wireless Cards and meant to run an a remote location.
    1111#
    1212
    13 cpu             I486_CPU
    14 cpu             I586_CPU
     13cpu             I486_CPU
     14cpu             I586_CPU
     15cpu             I686_CPU
    1516ident           WLEIDEN
    1617
     
    2122#options        STACK                   # stack(9) support
    2223
    23 
    24 options         CPU_ELAN
     24options         CPU_ELAN                # Soekris support
    2525options         CPU_SOEKRIS             # Some units are Soekris Machines.
    2626options         CPU_GEODE               # net4801 requirement
    27 options         HZ=250                  # Because ofthe "ELAN" timecounter.
    28 
    29 options         DEVICE_POLLING          # Make our (old board) sis(4) faster.
     27
    3028
    3129options         NO_SWAPPING             # Embedded Machines.
     
    5654options         INCLUDE_CONFIG_FILE     # Include this file in kernel
    5755
     56# To make an SMP kernel, the next two lines are needed
     57options         SMP                     # Symmetric MultiProcessor Kernel
     58device          apic                    # I/O APIC
     59
    5860# Bus support.
    5961device          eisa
    6062device          pci
     63device          acpi
    6164
    6265# ATA controllers
     
    8790device          vr              # VIA Rhine, Rhine II
    8891device          sis             # SiS 900/SiS 7016
     92device          re              # Realtek RTL8169S/8110S/8211
    8993
    9094# Wireless NIC cards
     
    126130device          usb             # USB Bus (required)
    127131device          umass           # Disks/Mass storage - Requires scbus and da
     132
     133# MMC/SD
     134device          mmc             # MMC/SD bus
     135device          mmcsd           # MMC/SD memory card
     136device          sdhci           # Generic PCI SD Host Controller
     137
    128138# USB Serial devices
    129139device          u3g             # USB-based 3G modems (Option, Huawei, Sierra)
     
    136146device          uvisor          # Visor and Palm devices
    137147device          uvscom          # USB serial support for DDI pocket's PHS
     148
    138149# USB Ethernet, requires miibus
    139150device          aue             # ADMtek USB Ethernet
     
    145156device          rue             # RealTek RTL8150 USB Ethernet
    146157device          udav            # Davicom DM9601E USB
     158
    147159# USB Wireless
    148160device          rum             # Ralink Technology RT2501USB wireless NICs
     
    154166device          zyd             # ZyDAS zd1211/zd1211b wireless NICs
    155167
    156 #
    157168# Authentication, encryption and protection on network layer
    158169device          wlan_xauth              #802.11 external authenticator support
Note: See TracChangeset for help on using the changeset viewer.