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/pc98/conf/GENERIC

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 # GENERIC -- Generic kernel configuration file for FreeBSD/pc98
    3 #
    4 # For more information on this file, please read the config(5) manual page,
    5 # and/or the handbook section on Kernel Configuration Files:
    6 #
    7 #    http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
    8 #
    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.
   13 #
   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$
   20 
   21 cpu             I486_CPU
   22 cpu             I586_CPU
   23 cpu             I686_CPU
   24 ident           GENERIC
   25 
   26 makeoptions     DEBUG=-g                # Build kernel with gdb(1) debug symbols
   27 
   28 options         SCHED_4BSD              # 4BSD scheduler
   29 #options        PREEMPTION              # Enable kernel thread preemption
   30 options         INET                    # InterNETworking
   31 options         INET6                   # IPv6 communications protocols
   32 options         SCTP                    # Stream Control Transmission Protocol
   33 options         FFS                     # Berkeley Fast Filesystem
   34 options         SOFTUPDATES             # Enable FFS soft updates support
   35 options         UFS_ACL                 # Support for access control lists
   36 options         UFS_DIRHASH             # Improve performance on big directories
   37 options         UFS_GJOURNAL            # Enable gjournal-based UFS journaling
   38 options         QUOTA                   # Enable disk quotas for UFS
   39 options         MD_ROOT                 # MD is a potential root device
   40 options         NFSCL                   # New Network Filesystem Client
   41 options         NFSD                    # New Network Filesystem Server
   42 options         NFSLOCKD                # Network Lock Manager
   43 options         NFS_ROOT                # NFS usable as /, requires NFSCL
   44 options         MSDOSFS                 # MSDOS Filesystem
   45 options         CD9660                  # ISO 9660 Filesystem
   46 options         PROCFS                  # Process filesystem (requires PSEUDOFS)
   47 options         PSEUDOFS                # Pseudo-filesystem framework
   48 options         GEOM_PART_GPT           # GUID Partition Tables.
   49 options         GEOM_LABEL              # Provides labelization
   50 options         COMPAT_FREEBSD4         # Compatible with FreeBSD4
   51 options         COMPAT_FREEBSD5         # Compatible with FreeBSD5
   52 options         COMPAT_FREEBSD6         # Compatible with FreeBSD6
   53 options         COMPAT_FREEBSD7         # Compatible with FreeBSD7
   54 options         SCSI_DELAY=5000         # Delay (in ms) before probing SCSI
   55 options         EPSON_BOUNCEDMA         # use bounce buffer for 15-16M
   56 #options        EPSON_MEMWIN            # EPSON memory window support
   57 #options        LINE30
   58 options         KTRACE                  # ktrace(1) support
   59 options         STACK                   # stack(9) support
   60 options         SYSVSHM                 # SYSV-style shared memory
   61 options         SYSVMSG                 # SYSV-style message queues
   62 options         SYSVSEM                 # SYSV-style semaphores
   63 options         _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions
   64 options         PRINTF_BUFR_SIZE=128    # Prevent printf output being interspersed.
   65 options         KBD_INSTALL_CDEV        # install a CDEV entry in /dev
   66 options         HWPMC_HOOKS             # Necessary kernel hooks for hwpmc(4)
   67 options         AUDIT                   # Security event auditing
   68 options         MAC                     # TrustedBSD MAC Framework
   69 options         INCLUDE_CONFIG_FILE     # Include this file in kernel
   70 options         KDB                     # Kernel debugger related code
   71 options         KDB_TRACE               # Print a stack trace for a panic
   72 
   73 # To make an SMP kernel, the next two lines are needed
   74 #options        SMP                     # Symmetric MultiProcessor Kernel
   75 #device         apic                    # I/O APIC
   76 
   77 # Bus support.
   78 device          pci
   79 
   80 # Floppy drives
   81 device          fdc
   82 
   83 # ATA controllers
   84 device          ahci            # AHCI-compatible SATA controllers
   85 device          ata             # Legacy ATA/SATA controllers
   86 options         ATA_CAM         # Handle legacy controllers with CAM
   87 options         ATA_STATIC_ID   # Static device numbering
   88 device          mvs             # Marvell 88SX50XX/88SX60XX/88SX70XX/SoC SATA
   89 device          siis            # SiliconImage SiI3124/SiI3132/SiI3531 SATA
   90 
   91 # SCSI Controllers
   92 device          ahc             # AHA2940 and onboard AIC7xxx devices
   93 device          esp             # AMD Am53C974 (Tekram DC-390(T))
   94 device          isp             # Qlogic family
   95 #device         ncr             # NCR/Symbios Logic
   96 device          sym             # NCR/Symbios Logic (newer chipsets + those of `ncr')
   97 
   98 device          adv             # Advansys SCSI adapters
   99 device          aic             # PC-9801-100
  100 device          ct              # host adapter using WD33C93[ABC] chip (C bus)
  101 
  102 device          ncv             # NCR 53C500
  103 device          nsp             # Workbit Ninja SCSI-3
  104 device          stg             # TMC 18C30/18C50
  105 
  106 # ATA/SCSI peripherals
  107 device          scbus           # SCSI bus (required for ATA/SCSI)
  108 device          ch              # SCSI media changers
  109 device          da              # Direct Access (disks)
  110 device          sa              # Sequential Access (tape etc)
  111 device          cd              # CD
  112 device          pass            # Passthrough device (direct ATA/SCSI access)
  113 device          ses             # Enclosure Services (SES and SAF-TE)
  114 #device         ctl             # CAM Target Layer
  115 
  116 # keyboard driver
  117 device          pckbd           # PC98 keyboard
  118 
  119 device          gdc             # GDC screen
  120 
  121 device          splash          # Splash screen and screen saver support
  122 
  123 # syscons is the default console driver, resembling an SCO console
  124 device          sc
  125 
  126 #device         agp             # support several AGP chipsets
  127 
  128 # Power management support (see NOTES for more options)
  129 #device         apm
  130 #device         pmc
  131 #device         canbus
  132 #device         canbepm
  133 # Add suspend/resume support for the i8254.
  134 #device         pmtimer
  135 
  136 # PCCARD (PCMCIA) support
  137 # PCMCIA and cardbus bridge support
  138 device          cbb             # cardbus (yenta) bridge
  139 device          pccard          # PC Card (16-bit) bus
  140 device          cardbus         # CardBus (32-bit) bus
  141 
  142 # Serial (COM) ports
  143 #options        COM_MULTIPORT
  144 #options        COM_ESP         # ESP98
  145 #device         sio             # 8250, 16[45]50, 8251 based serial ports
  146 device          uart            # Generic UART driver
  147 
  148 device          mse
  149 #device         joy
  150 
  151 # Parallel port
  152 device          ppc
  153 device          ppbus           # Parallel port bus (required)
  154 device          lpt             # Printer
  155 device          plip            # TCP/IP over parallel
  156 device          ppi             # Parallel port interface device
  157 #device         vpo             # Requires scbus and da
  158 # OLD Parallel port
  159 #device         olpt
  160 
  161 device          puc             # Multi I/O cards and multi-channel UARTs
  162 
  163 # PCI Ethernet NICs.
  164 device          de              # DEC/Intel DC21x4x (``Tulip'')
  165 #device         em              # Intel PRO/1000 adapter Gigabit Ethernet Card
  166 device          le              # AMD Am7900 LANCE and Am79C9xx PCnet
  167 #device         ti              # Alteon Networks Tigon I/II gigabit Ethernet
  168 device          txp             # 3Com 3cR990 (``Typhoon'')
  169 device          vx              # 3Com 3c590, 3c595 (``Vortex'')
  170 
  171 # PCI Ethernet NICs that use the common MII bus controller code.
  172 # NOTE: Be sure to keep the 'device miibus' line in order to use these NICs!
  173 device          miibus          # MII bus support
  174 device          bfe             # Broadcom BCM440x 10/100 Ethernet
  175 #device         bge             # Broadcom BCM570xx Gigabit Ethernet
  176 device          dc              # DEC/Intel 21143 and various workalikes
  177 device          fxp             # Intel EtherExpress PRO/100B (82557, 82558)
  178 #device         lge             # Level 1 LXT1001 gigabit Ethernet
  179 #device         nge             # NatSemi DP83820 gigabit Ethernet
  180 device          pcn             # AMD Am79C97x PCI 10/100 (precedence over 'le')
  181 device          re              # RealTek 8139C+/8169/8169S/8110S
  182 device          rl              # RealTek 8129/8139
  183 device          sf              # Adaptec AIC-6915 (``Starfire'')
  184 device          sis             # Silicon Integrated Systems SiS 900/SiS 7016
  185 #device         sk              # SysKonnect SK-984x & SK-982x gigabit Ethernet
  186 device          ste             # Sundance ST201 (D-Link DFE-550TX)
  187 device          tl              # Texas Instruments ThunderLAN
  188 device          tx              # SMC EtherPower II (83c170 ``EPIC'')
  189 #device         vge             # VIA VT612x gigabit Ethernet
  190 device          vr              # VIA Rhine, Rhine II
  191 device          wb              # Winbond W89C840F
  192 device          xl              # 3Com 3c90x (``Boomerang'', ``Cyclone'')
  193 
  194 # ISA Ethernet NICs.  pccard NICs included.
  195 # 'device ed' requires 'device miibus'
  196 device          ed              # NE[12]000, SMC Ultra, 3c503, DS8390 cards
  197 device          ep              # Etherlink III based cards
  198 device          fe              # Fujitsu MB8696x based cards
  199 device          sn              # SMC's 9000 series of Ethernet chips
  200 device          snc
  201 device          xe              # Xircom pccard Ethernet
  202 
  203 # Wireless NIC cards
  204 #device         wlan            # 802.11 support
  205 #options        IEEE80211_DEBUG # enable debug msgs
  206 #options        IEEE80211_AMPDU_AGE     # age frames in AMPDU reorder q's
  207 #options        IEEE80211_SUPPORT_MESH  # enable 802.11s draft support
  208 #device         wlan_wep        # 802.11 WEP support
  209 #device         wlan_ccmp       # 802.11 CCMP support
  210 #device         wlan_tkip       # 802.11 TKIP support
  211 #device         wlan_amrr       # AMRR transmit rate control algorithm
  212 #device         an              # Aironet 4500/4800 802.11 wireless NICs.
  213 #device         ath             # Atheros NICs
  214 #device         ath_pci         # Atheros pci/cardbus glue
  215 #device         ath_hal         # pci/cardbus chip support
  216 #options        AH_SUPPORT_AR5416       # enable AR5416 tx/rx descriptors
  217 #device         ath_rate_sample # SampleRate tx rate control for ath
  218 #device         ral             # Ralink Technology RT2500 wireless NICs.
  219 #device         wi              # WaveLAN/Intersil/Symbol 802.11 wireless NICs.
  220 #device         wl              # Older non 802.11 Wavelan wireless NIC.
  221 
  222 # Pseudo devices.
  223 device          loop            # Network loopback
  224 device          random          # Entropy device
  225 device          ether           # Ethernet support
  226 device          vlan            # 802.1Q VLAN support
  227 device          tun             # Packet tunnel.
  228 device          pty             # BSD-style compatibility pseudo ttys
  229 device          md              # Memory "disks"
  230 device          gif             # IPv6 and IPv4 tunneling
  231 device          faith           # IPv6-to-IPv4 relaying (translation)
  232 device          firmware        # firmware assist module
  233 
  234 # The `bpf' device enables the Berkeley Packet Filter.
  235 # Be aware of the administrative consequences of enabling this!
  236 # Note that 'bpf' is required for DHCP.
  237 device          bpf             # Berkeley packet filter
  238 
  239 # USB support
  240 #options        USB_DEBUG       # enable debug msgs
  241 #device         uhci            # UHCI PCI->USB interface
  242 #device         ohci            # OHCI PCI->USB interface
  243 #device         ehci            # EHCI PCI->USB interface (USB 2.0)
  244 #device         usb             # USB Bus (required)
  245 #device         udbp            # USB Double Bulk Pipe devices (needs netgraph)
  246 #device         uhid            # "Human Interface Devices"
  247 #device         ukbd            # Keyboard
  248 #device         ulpt            # Printer
  249 #device         umass           # Disks/Mass storage - Requires scbus and da
  250 #device         ums             # Mouse
  251 #device         urio            # Diamond Rio 500 MP3 player
  252 # USB Serial devices
  253 #device         uark            # Technologies ARK3116 based serial adapters
  254 #device         ubsa            # Belkin F5U103 and compatible serial adapters
  255 #device         ubser           # BWCT console serial adapters
  256 #device         uftdi           # For FTDI usb serial adapters
  257 #device         uipaq           # Some WinCE based devices
  258 #device         uplcom          # Prolific PL-2303 serial adapters
  259 #device         uslcom          # SI Labs CP2101/CP2102 serial adapters
  260 #device         uvisor          # Visor and Palm devices
  261 #device         uvscom          # USB serial support for DDI pocket's PHS
  262 # USB Ethernet, requires miibus
  263 #device         aue             # ADMtek USB Ethernet
  264 #device         axe             # ASIX Electronics USB Ethernet
  265 #device         cdce            # Generic USB over Ethernet
  266 #device         cue             # CATC USB Ethernet
  267 #device         kue             # Kawasaki LSI USB Ethernet
  268 #device         rue             # RealTek RTL8150 USB Ethernet
  269 #device         udav            # Davicom DM9601E USB
  270 # USB Wireless
  271 #device         rum             # Ralink Technology RT2501USB wireless NICs
  272 #device         uath            # Atheros AR5523 wireless NICs
  273 #device         ural            # Ralink Technology RT2500USB wireless NICs
  274 #device         zyd             # ZyDAS zd1211/zd1211b wireless NICs
  275 
  276 # Sound support
  277 #device         sound           # Generic sound driver (required)
  278 #device         snd_mss         # Microsoft Sound System
  279 #device         "snd_sb16"      # Sound Blaster 16
  280 #device         snd_sbc         # Sound Blaster
  281 #device         snd_uaudio      # USB Audio

Cache object: 3064b80375c5ab21b863b2e19dc67fb1


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