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/mips/conf/IDT

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 # $FreeBSD: releng/8.2/sys/mips/conf/IDT 215938 2010-11-27 12:26:40Z jchandra $
    2 
    3 cpu             CPU_MIPS4KC
    4 ident           RB532
    5 
    6 # Don't build any modules yet.
    7 makeoptions     MODULES_OVERRIDE=""
    8 
    9 include         "../idt/std.idt"
   10 hints           "IDT.hints"             #Default places to look for devices.
   11 
   12 makeoptions     DEBUG=-g                #Build kernel with gdb(1) debug symbols
   13 
   14 options         DDB
   15 options         KDB
   16 
   17 options         SCHED_4BSD              #4BSD scheduler
   18 options         INET                    #InterNETworking
   19 options         NFSCLIENT               #Network Filesystem Client
   20 options         NFS_ROOT                #NFS usable as /, requires NFSCLIENT
   21 options         PSEUDOFS                #Pseudo-filesystem framework
   22 
   23 options         BOOTP
   24 options         BOOTP_NFSROOT
   25 options         BOOTP_NFSV3
   26 options         BOOTP_WIRED_TO=kr0
   27 options         BOOTP_COMPAT
   28 
   29 # Debugging for use in -current
   30 options         INVARIANTS              #Enable calls of extra sanity checking
   31 options         INVARIANT_SUPPORT       #Extra sanity checks of internal structures, required by INVARIANTS
   32 
   33 device          loop
   34 device          pci
   35 device          ether
   36 device          miibus
   37 device          vr
   38 device          kr
   39 device          uart
   40 device          md
   41 
   42 # Wireless NIC cards
   43 device          wlan            # 802.11 support
   44 device          wlan_wep        # 802.11 WEP support
   45 device          wlan_tkip       # 802.11 TKIP support
   46 device          ath             # Atheros pci/cardbus NIC's
   47 device          ath_hal         # pci/cardbus chip support
   48 options         AH_SUPPORT_AR5416       # enable AR5416 tx/rx descriptors
   49 device          ath_rate_sample # SampleRate tx rate control for ath
   50 options         ATH_DEBUG
   51 
   52 device          bpf

Cache object: d30447aaa091804d8fa117efc553a4a4


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