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/9.2/sys/mips/conf/IDT 221753 2011-05-11 00:52:41Z gonzo $
    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         NFSCL                   #Network Filesystem Client
   20 options         NFS_ROOT                #NFS usable as /, requires NFSCL
   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        DEADLKRES               #Enable the deadlock resolver
   31 options         INVARIANTS              #Enable calls of extra sanity checking
   32 options         INVARIANT_SUPPORT       #Extra sanity checks of internal structures, required by INVARIANTS
   33 
   34 device          loop
   35 device          pci
   36 device          ether
   37 device          miibus
   38 device          vr
   39 device          kr
   40 device          uart
   41 device          md
   42 
   43 # Wireless NIC cards
   44 device          wlan            # 802.11 support
   45 device          wlan_wep        # 802.11 WEP support
   46 device          wlan_tkip       # 802.11 TKIP support
   47 device          ath             # Atheros NIC's
   48 device          ath_pci         # Atheros pci/cardbus glue
   49 device          ath_hal         # pci/cardbus chip support
   50 options         AH_SUPPORT_AR5416       # enable AR5416 tx/rx descriptors
   51 device          ath_rate_sample # SampleRate tx rate control for ath
   52 options         ATH_DEBUG
   53 
   54 device          bpf

Cache object: cc37695e11ecc3fb2d94ea3296a87167


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