linux社区爱心援助Linux认证系列教程业界动态站务新闻公司招聘建议留言网址大全LPI专题CISCO专题
设为首页
加入收藏
管理团队
JSP  
JAVA  
PERL  
 您的位置:首页 > article > Linux开发区 > 内核研究 >
栏目导栏
资料搜索
热门文章
·linux-2.6内核升级文档
·Linux源代码的注释
·linux2.6内核编译方法详述
·Linux操作系统内核编译详解
·Linux内核结构详解
·Linux配置与编译内核
·定时器
·Linux内核升级全攻略
·FC5(Fedora Core5)下编译内核总
·Ubuntu 6.06 dapper 内核编译初
·Linux 内核编译详解
·Linux内核管理基础知识概述
·Linux2.4升级到2.6内核升级指南
·第八章 设备驱动
·如何编译linux内核
最新文章
·Linux内核bootsplash功能的实现
·Linux内核2.6.25全新发布加入众
·Debian Linux系统编译内核标准
·Linux2.4内核和2.6内核对Initr
·2.6.24内核编译 initrd-2.6.24
·Qtopia应用程序与Linux内核数据
·Linux 2.6内核中sysfs文件系统
·Linux2.6内核驱动移植参考
·Andrew Morton:Linux内核的执法
·Fedora 8 Linux系统的内核配置
·Kernel中的irq.c函数
·Linux核心出现权限扩张及记忆体
·Linux 2.6本地权限提升漏洞
·结合Linux系统内核源码理解SYN
·关于Linux 内核中五个主要子系
Google
 
我的FreeBSD6.2内核配置文件
[ 作者:  加入时间:2007-11-26 11:47:09  来自:Linux联盟收集整理 ]
#9tjLinux联盟
# GENERIC -- Generic kernel configuration file for FreeBSD/i3869tjLinux联盟
#9tjLinux联盟
# For more information on this file, please read the handbook section on9tjLinux联盟
# Kernel Configuration Files:9tjLinux联盟
#9tjLinux联盟
#    http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html9tjLinux联盟
#9tjLinux联盟
# The handbook is also available locally in /usr/share/doc/handbook9tjLinux联盟
# if you've installed the doc distribution, otherwise always see the9tjLinux联盟
# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the9tjLinux联盟
# latest information.9tjLinux联盟
#9tjLinux联盟
# An exhaustive list of options and more detailed explanations of the9tjLinux联盟
# device lines is also present in the ../../conf/NOTES and NOTES files.9tjLinux联盟
# If you are in doubt as to the purpose or necessity of a line, check first9tjLinux联盟
# in NOTES.9tjLinux联盟
#9tjLinux联盟
# $FreeBSD: src/sys/i386/conf/GENERIC,v 1.429.2.13 2006/10/09 18:41:36 simon Exp $9tjLinux联盟
9tjLinux联盟
machine        i3869tjLinux联盟
#cpu        I486_CPU9tjLinux联盟
#cpu        I586_CPU9tjLinux联盟
cpu        I686_CPU9tjLinux联盟
ident        NEOLKC9tjLinux联盟
maxusers    09tjLinux联盟
9tjLinux联盟
# To statically compile in device wiring instead of /boot/device.hints9tjLinux联盟
#hints        "GENERIC.hints"    # Default places to look for devices.9tjLinux联盟
9tjLinux联盟
makeoptions    DEBUG=-g        # Build kernel with gdb(1) debug symbols9tjLinux联盟
9tjLinux联盟
options     SCHED_4BSD        # 4BSD scheduler9tjLinux联盟
options     PREEMPTION        # Enable kernel thread preemption9tjLinux联盟
options     INET            # InterNETworking9tjLinux联盟
#options     INET6            # IPv6 communications protocols9tjLinux联盟
options     FFS            # Berkeley Fast Filesystem9tjLinux联盟
options     SOFTUPDATES        # Enable FFS soft updates support9tjLinux联盟
options     UFS_ACL        # Support for access control lists9tjLinux联盟
options     UFS_DIRHASH        # Improve performance on big directories9tjLinux联盟
options     MD_ROOT        # MD is a potential root device9tjLinux联盟
#options     NFSCLIENT        # Network Filesystem Client9tjLinux联盟
#options     NFSSERVER        # Network Filesystem Server9tjLinux联盟
#options     NFS_ROOT        # NFS usable as /, requires NFSCLIENT9tjLinux联盟
options     MSDOSFS        # MSDOS Filesystem9tjLinux联盟
options     CD9660            # ISO 9660 Filesystem9tjLinux联盟
options     PROCFS            # Process filesystem (requires PSEUDOFS)9tjLinux联盟
options     PSEUDOFS        # Pseudo-filesystem framework9tjLinux联盟
options     GEOM_GPT        # GUID Partition Tables.9tjLinux联盟
options     COMPAT_43        # Compatible with BSD 4.3 [KEEP THIS!]9tjLinux联盟
options     COMPAT_FREEBSD4    # Compatible with FreeBSD49tjLinux联盟
options     COMPAT_FREEBSD5    # Compatible with FreeBSD59tjLinux联盟
options     SCSI_DELAY=2000    # Delay (in ms) before probing SCSI9tjLinux联盟
options     KTRACE            # ktrace(1) support9tjLinux联盟
options     SYSVSHM        # SYSV-style shared memory9tjLinux联盟
options     SYSVMSG        # SYSV-style message queues9tjLinux联盟
options     SYSVSEM        # SYSV-style semaphores9tjLinux联盟
options     _KPOSIX_PRIORITY_SCHEDULING     # POSIX P1003_1B real-time extensions9tjLinux联盟
options     KBD_INSTALL_CDEV    # install a CDEV entry in /dev9tjLinux联盟
options     ADAPTIVE_GIANT    # Giant mutex is adaptive.9tjLinux联盟
9tjLinux联盟
# User custom option.9tjLinux联盟
options     COMPAT_AOUT        # Enable i386 a.out binary support9tjLinux联盟
options     COMPAT_LINUX        # Enable Linux ABI emulation9tjLinux联盟
options     LINPROCFS        # Enable the linux-like proc filesystem support (requires COMPAT_LINUX  and PSEUDOFS)9tjLinux联盟
options    DEVICE_POLLING    # 可以让dc,fxp和sis设备更平稳地运行,不幸的是它不能和SMP连用9tjLinux联盟
options    HZ=10009tjLinux联盟
options     PQ_MEDIUMCACHE    # 为256k二级缓存的CPU提供支持9tjLinux联盟
options    CPU_SUSP_HLT        #打开CPU空闲节能9tjLinux联盟
options    CPU_UPGRADE_HW_CACHE9tjLinux联盟
options    CPU_WT_ALLOC9tjLinux联盟
options     NO_MEMORY_HOLE    #以上三项为AMD系列CPU优化9tjLinux联盟
options    ZERO_COPY_SOCKETS    #这是对4.4BSD设计缺陷的重大改进可以极大的提高网络性能9tjLinux联盟
options     TCP_DROP_SYNFIN="YES"        #如果要创建互联网服务器,将其值改为NO,丢弃SYN+FIN的TCP包9tjLinux联盟
options    PANIC_REBOOT_WAIT_TIME=0        #panic时重启等待时间,0为不等待立即重启.9tjLinux联盟
#options    IPFILTER                #ipfilter支持9tjLinux联盟
#IPFirewall。我们需要的功能IPFilter都提供,并且更高效9tjLinux联盟
#除非你需要IPFirewall的某些专有功能,否则这部分不必编译9tjLinux联盟
options    IPFIREWALL                #防火墙9tjLinux联盟
options    IPDIVERT                #divert sockets9tjLinux联盟
options     IPFIREWALL_VERBOSE            #允许防火墙日志9tjLinux联盟
options     IPFIREWALL_FORWARD            #允许透明代理9tjLinux联盟
options     IPFIREWALL_VERBOSE_LIMIT=100    #限制日至9tjLinux联盟
options     IPFIREWALL_DEFAULT_TO_ACCEPT    #默认允许所有IP包9tjLinux联盟
options    IPSTEALTH                #启动支持秘密转发的代码,这一选项在使防火墙不被traceroute和类似工具发现时很有用9tjLinux联盟
# 静态数据包过滤许可规则(直接放入内核)9tjLinux联盟
options    ACCEPT_FILTER_DATA9tjLinux联盟
options    ACCEPT_FILTER_HTTP9tjLinux联盟
options    VESA                    #打开终端高分辨率支持并在/etc/rc.conf中加入 allscreens_flags="-g 100x37 VESA_800x600"9tjLinux联盟
options    SC_PIXEL_MODE9tjLinux联盟
# The following options will let you change the default colors of syscons. 我在FreeBSD6.2中编译不过去!可能和我make.conf里参数设置有关9tjLinux联盟
#options    SC_NORM_ATTR=”(FG_GREEN|BG_BLACK)”9tjLinux联盟
#options    SC_NORM_REV_ATTR=”(FG_YELLOW|BG_GREEN)”9tjLinux联盟
#options    SC_KERNEL_CONS_ATTR=”(FG_GREEN|BG_BLACK)”9tjLinux联盟
#options     SC_KERNEL_CONS_REV_ATTR=”(FG_BLACK|BG_GREEN)”9tjLinux联盟
9tjLinux联盟
device        apic            # I/O APIC 设备将启用使用 I/O APIC 作为中断发送设备的能力。 apic 设备可以被 UP 和 SMP 内核使用,但 SMP 内核必须使用它。 要支持多处理器, 还需要加上 options SMP。9tjLinux联盟
9tjLinux联盟
# Bus support.9tjLinux联盟
#device        eisa            # [我没这个设备]如果您的主机板上有EISA总线,加入这个设置。使用这个选项可以自动扫描并设置所有连接在EISA总线上的设备。9tjLinux联盟
device        pci            # 主板有PCI总线,就加入这个选项。使用这个选项可以自动扫描PCI卡,并在PCI到ISA之间建立通路。9tjLinux联盟
9tjLinux联盟
# Floppy drives9tjLinux联盟
#device        fdc        # 这是软驱控制器9tjLinux联盟
9tjLinux联盟
# ATA and ATAPI devices9tjLinux联盟
device        ata            # 这个驱动器支持所有ATA和ATAPI设备。您只要在内核中加入device ata选项, 就可以让内核支持现代计算机上的所有PCI ATA/ATAPI设备9tjLinux联盟
device        atadisk        # ATA disk drives9tjLinux联盟
device        ataraid        # ATA RAID drives9tjLinux联盟
device        atapicd        # ATAPI CDROM drives9tjLinux联盟
#device        atapifd        # ATAPI floppy drives9tjLinux联盟
#device        atapist        # ATAPI tape drives9tjLinux联盟
options     ATA_STATIC_ID    # Static device numbering9tjLinux联盟
9tjLinux联盟
# SCSI Controllers 我没有SCSI控制器设备所以就都注释掉9tjLinux联盟
#device        ahb        # EISA AHA1742 family9tjLinux联盟
#device        ahc        # AHA2940 and onboard AIC7xxx devices9tjLinux联盟
#options     AHC_REG_PRETTY_PRINT    # Print register bitfields in debug9tjLinux联盟
                    # output.  Adds ~128k to driver.9tjLinux联盟
#device        ahd        # AHA39320/29320 and onboard AIC79xx devices9tjLinux联盟
#options     AHD_REG_PRETTY_PRINT    # Print register bitfields in debug9tjLinux联盟
                    # output.  Adds ~215k to driver.9tjLinux联盟
#device        amd        # AMD 53C974 (Tekram DC-390(T))9tjLinux联盟
#device        isp        # Qlogic family9tjLinux联盟
#device     ispfw        # Firmware for QLogic HBAs- normally a module9tjLinux联盟
#device        mpt        # LSI-Logic MPT-Fusion9tjLinux联盟
#device        ncr        # NCR/Symbios Logic9tjLinux联盟
#device        sym        # NCR/Symbios Logic (newer chipsets + those of `ncr')9tjLinux联盟
#device        trm        # Tekram DC395U/UW/F DC315U adapters9tjLinux联盟
9tjLinux联盟
#device        adv        # Advansys SCSI adapters9tjLinux联盟
#device        adw        # Advansys wide SCSI adapters9tjLinux联盟
#device        aha        # Adaptec 154x SCSI adapters9tjLinux联盟
#device        aic        # Adaptec 15[012]x SCSI adapters, AIC-6[23]60.9tjLinux联盟
#device        bt        # Buslogic/Mylex MultiMaster SCSI adapters9tjLinux联盟
9tjLinux联盟
#device        ncv        # NCR 53C5009tjLinux联盟
#device        nsp        # Workbit Ninja SCSI-39tjLinux联盟
#device        stg        # TMC 18C30/18C509tjLinux联盟
9tjLinux联盟
# SCSI peripherals 也没有SCSI外围设备,都注释掉9tjLinux联盟
#device        scbus        # SCSI bus (required for SCSI)9tjLinux联盟
#device        ch        # SCSI media changers9tjLinux联盟
#device        da        # Direct Access (disks)9tjLinux联盟
#device        sa        # Sequential Access (tape etc)9tjLinux联盟
#device        cd        # CD9tjLinux联盟
#device        pass        # Passthrough device (direct SCSI access)9tjLinux联盟
#device        ses        # SCSI Environmental Services (and SAF-TE)9tjLinux联盟
9tjLinux联盟
# RAID controllers interfaced to the SCSI subsystem 没有这些设备9tjLinux联盟
#device        amr        # AMI MegaRAID9tjLinux联盟
#device        arcmsr        # Areca SATA II RAID9tjLinux联盟
#device        asr        # DPT SmartRAID V, VI and Adaptec SCSI RAID9tjLinux联盟
#device        ciss        # Compaq Smart RAID 5*9tjLinux联盟
#device        dpt        # DPT Smartcache III, IV - See NOTES for options9tjLinux联盟
#device        hptmv        # Highpoint RocketRAID 182x9tjLinux联盟
#device        rr232x        # Highpoint RocketRAID 232x9tjLinux联盟
#device        iir        # Intel Integrated RAID9tjLinux联盟
#device        ips        # IBM (Adaptec) ServeRAID9tjLinux联盟
#device        mly        # Mylex AcceleRAID/eXtremeRAID9tjLinux联盟
#device        twa        # 3ware 9000 series PATA/SATA RAID9tjLinux联盟
9tjLinux联盟
# RAID controllers 没有设备9tjLinux联盟
#device        aac        # Adaptec FSA RAID9tjLinux联盟
#device        aacp        # SCSI passthrough for aac (requires CAM)9tjLinux联盟
#device        ida        # Compaq Smart RAID9tjLinux联盟
#device        mfi        # LSI MegaRAID SAS9tjLinux联盟
#device        mlx        # Mylex DAC960 family9tjLinux联盟
#device        pst        # Promise Supertrak SX60009tjLinux联盟
#device        twe        # 3ware ATA RAID9tjLinux联盟
9tjLinux联盟
# atkbdc0 controls both the keyboard and the PS/2 mouse9tjLinux联盟
device        atkbdc        # AT keyboard controller 键盘控制器(atkbdc)提供AT键盘输入以及PS/2指针设备的I/O服务。键盘驱动程序(atkbd)与PS/2鼠标驱动程序(psm)需要这个控制器,所以不要删除它。9tjLinux联盟
device        atkbd        # AT keyboard atkbd驱动程序,与atkbdc控制器一起使用, 提供连接到AT键盘控制器的AT 84键盘与AT加强型键盘的访问服务。9tjLinux联盟
device        psm        # PS/2 mouse9tjLinux联盟
9tjLinux联盟
device        kbdmux        # keyboard multiplexer 针对键盘多路选择器的基本支持9tjLinux联盟
9tjLinux联盟
device        vga        # VGA video card driver 显卡驱动9tjLinux联盟
9tjLinux联盟
device        splash        # Splash screen and screen saver support 启动时的 splash 画面!屏幕保护程序也需要这一选项9tjLinux联盟
9tjLinux联盟
# syscons is the default console driver, resembling an SCO console 默认的控制台驱动程序, 类似 SCO 控制台9tjLinux联盟
device        sc9tjLinux联盟
9tjLinux联盟
# Enable this for the pcvt (VT220 compatible) console driver9tjLinux联盟
#device        vt9tjLinux联盟
#options     XSERVER        # support for X server on a vt console9tjLinux联盟
#options     FAT_CURSOR    # start with block cursor9tjLinux联盟
9tjLinux联盟
device        agp        # support several AGP chipsets 如果您的机器使用 AGP 卡, 请把上面一行加入配置。 这将启用 AGP, 以及某些卡上的 AGP GART 支持9tjLinux联盟
9tjLinux联盟
# Power management support (see NOTES for more options)高级电源管理支持。 对笔记本有用, 不过在 FreeBSD 5.X 和更高版本中的 GENERIC 里默认禁用。9tjLinux联盟
device        apm9tjLinux联盟
# Add suspend/resume support for the i8254. 用于电源管理事件, 例如 APM 和 ACPI 的时钟设备驱动。9tjLinux联盟
device        pmtimer9tjLinux联盟
9tjLinux联盟
# PCCARD (PCMCIA) support   PCMCIA支持。如果您使用膝上型计算机,您需要这个。9tjLinux联盟
# PCMCIA and cardbus bridge support9tjLinux联盟
#device        cbb        # cardbus (yenta) bridge9tjLinux联盟
#device        pccard        # PC Card (16-bit) bus9tjLinux联盟
#device        cardbus        # CardBus (32-bit) bus9tjLinux联盟
9tjLinux联盟
# Serial (COM) ports 串口链接9tjLinux联盟
#device        sio        # 8250, 16[45]50 based serial ports9tjLinux联盟
9tjLinux联盟
# Parallel port9tjLinux联盟
device        ppc        # ISA-bus并行接口9tjLinux联盟
device        ppbus        # Parallel port bus (required) 提供并行总线的支持9tjLinux联盟
device        lpt        # Printer 提供并口打印机的支持。注意: 要使用并口打印机,就必须同时加入上面三行设置。9tjLinux联盟
device        plip        # TCP/IP over parallel 这是针对并行网络接口的驱动器9tjLinux联盟
device        ppi        # Parallel port interface device 普通用途的I/O (“geek port”) + IEEE1284 I/O9tjLinux联盟
#device        vpo        # Requires scbus and da 这是针对Iomega Zip驱动器的。它要求scbus和da的支持。 最好的执行效果是工作在EPP 1.9模式9tjLinux联盟
9tjLinux联盟
# If you've got a "dumb" serial or parallel PCI card that is9tjLinux联盟
# supported by the puc(4) glue driver, uncomment the following9tjLinux联盟
# line to enable it (connects to the sio and/or ppc drivers):9tjLinux联盟
#device        puc9tjLinux联盟
9tjLinux联盟
# PCI Ethernet NICs. 多种PCI网卡驱动器。注释或删除您系统中没有的设备9tjLinux联盟
#device        de        # DEC/Intel DC21x4x (``Tulip'')9tjLinux联盟
#device        em        # Intel PRO/1000 adapter Gigabit Ethernet Card9tjLinux联盟
#device        ixgb        # Intel PRO/10GbE Ethernet Card9tjLinux联盟
#device        txp        # 3Com 3cR990 (``Typhoon'')9tjLinux联盟
#device        vx        # 3Com 3c590, 3c595 (``Vortex'')9tjLinux联盟
9tjLinux联盟
# PCI Ethernet NICs that use the common MII bus controller code.9tjLinux联盟
# NOTE: Be sure to keep the 'device miibus' line in order to use these NICs!9tjLinux联盟
device        miibus        # MII bus support MII总线支持对于一些PCI 10/100 Ethernet NIC来说是必需的9tjLinux联盟
#device        bce        # Broadcom BCM5706/BCM5708 Gigabit Ethernet9tjLinux联盟
#device        bfe        # Broadcom BCM440x 10/100 Ethernet9tjLinux联盟
#device        bge        # Broadcom BCM570xx Gigabit Ethernet9tjLinux联盟
#device        dc        # DEC/Intel 21143 and various workalikes9tjLinux联盟
#device        fxp        # Intel EtherExpress PRO/100B (82557, 82558)9tjLinux联盟
#device        lge        # Level 1 LXT1001 gigabit Ethernet9tjLinux联盟
#device        nge        # NatSemi DP83820 gigabit Ethernet9tjLinux联盟
#device        nve        # nVidia nForce MCP on-board Ethernet Networking9tjLinux联盟
#device        pcn        # AMD Am79C97x PCI 10/100(precedence over 'lnc')9tjLinux联盟
#device        re        # RealTek 8139C+/8169/8169S/8110S9tjLinux联盟
#device        rl        # RealTek 8129/81399tjLinux联盟
#device        sf        # Adaptec AIC-6915 (``Starfire'')9tjLinux联盟
#device        sis        # Silicon Integrated Systems SiS 900/SiS 70169tjLinux联盟
#device        sk        # SysKonnect SK-984x & SK-982x gigabit Ethernet9tjLinux联盟
#device        ste        # Sundance ST201 (D-Link DFE-550TX)9tjLinux联盟
#device        stge        # Sundance/Tamarack TC9021 gigabit Ethernet9tjLinux联盟
#device        ti        # Alteon Networks Tigon I/II gigabit Ethernet9tjLinux联盟
#device        tl        # Texas Instruments ThunderLAN9tjLinux联盟
#device        tx        # SMC EtherPower II (83c170 ``EPIC'')9tjLinux联盟
#device        vge        # VIA VT612x gigabit Ethernet9tjLinux联盟
device        vr        # VIA Rhine, Rhine II 我的网卡设备9tjLinux联盟
#device        wb        # Winbond W89C840F9tjLinux联盟
#device        xl        # 3Com 3c90x (``Boomerang'', ``Cyclone'')9tjLinux联盟
9tjLinux联盟
# ISA Ethernet NICs.  pccard NICs included. ISA 以太网卡驱动9tjLinux联盟
#device        cs        # Crystal Semiconductor CS89x0 NIC9tjLinux联盟
# 'device ed' requires 'device miibus'9tjLinux联盟
#device        ed        # NE[12]000, SMC Ultra, 3c503, DS8390 cards9tjLinux联盟
#device        ex        # Intel EtherExpress Pro/10 and Pro/10+9tjLinux联盟
#device        ep        # Etherlink III based cards9tjLinux联盟
#device        fe        # Fujitsu MB8696x based cards9tjLinux联盟
#device        ie        # EtherExpress 8/16, 3C507, StarLAN 10 etc.9tjLinux联盟
#device        lnc        # NE2100, NE32-VL Lance Ethernet cards9tjLinux联盟
#device        sn        # SMC's 9000 series of Ethernet chips9tjLinux联盟
#device        xe        # Xircom pccard Ethernet9tjLinux联盟
9tjLinux联盟
# Wireless NIC cards 用以支持多种无线网卡9tjLinux联盟
#device        wlan        # 802.11 support9tjLinux联盟
#device        wlan_wep    # 802.11 WEP support9tjLinux联盟
#device        wlan_ccmp    # 802.11 CCMP support9tjLinux联盟
#device        wlan_tkip    # 802.11 TKIP support9tjLinux联盟
#device        an        # Aironet 4500/4800 802.11 wireless NICs.9tjLinux联盟
#device        ath        # Atheros pci/cardbus NIC's9tjLinux联盟
#device        ath_hal        # Atheros HAL (Hardware Access Layer)9tjLinux联盟
#device        ath_rate_sample    # SampleRate tx rate control for ath9tjLinux联盟
#device        awi        # BayStack 660 and others9tjLinux联盟
#device        ral        # Ralink Technology RT2500 wireless NICs.9tjLinux联盟
#device        wi        # WaveLAN/Intersil/Symbol 802.11 wireless NICs.9tjLinux联盟
#device        wl        # Older non 802.11 Wavelan wireless NIC.9tjLinux联盟
9tjLinux联盟
# Pseudo devices.9tjLinux联盟
device        loop        # Network loopback 这是 TCP/IP 的通用回环设备。如果您 telnet 或 FTP 到 localhost (也就是 127.0.0.1) 则将通过这个设备回到本机。 这个设备是 必需的。9tjLinux联盟
device        random        # Entropy device9tjLinux联盟
device        ether        # Ethernet support 只有在使用以太网卡时才需要。它包含了通用的以太网协议代码9tjLinux联盟
#device        sl        # Kernel SLIP 用以提供 SLIP 支持。目前它几乎已经完全被 PPP 取代了,因为后者更容易配置,而且更适合调制解调器之间的连接, 并提供了更强大的功能。9tjLinux联盟
device        ppp        # Kernel PPP 这一选项用以提供内核级的 PPP 支持,用于拨号连接。 也有以用户模式运行的 PPP 实现,使用 tun 并提供包括按需拨号在内的更为灵活的功能。9tjLinux联盟
device        tun        # Packet tunnel. 它会被用户模式的 PPP 软件用到。参考本书的 PPP 以了解更多的细节。9tjLinux联盟
device        pty        # Pseudo-ttys (telnet etc) 这是一个 “pseudo-terminal” 或模拟登入端口。 它用来接收连入的 telnet 以及 rlogin 会话、 xterm, 以及一些其它程序如 Emacs 等。9tjLinux联盟
device        md        # Memory "disks" 内存盘伪设备9tjLinux联盟
device        gif        # IPv6 and IPv4 tunneling 它实现了在 IPv4 上的 IPv6 隧道、 IPv6 上的 IPv4 隧道、 IPv4 上的 IPv4 隧道、以及IPv6 上的 IPv6隧道。 gif 设备是 “自动克隆” 的,它会根据需要自动创建设备节点。9tjLinux联盟
device        faith        # IPv6-to-IPv4 relaying (translation) 这个伪设备能捕捉发给它的数据包,并把它们转发给 IPv4/IPv6 翻译服务程序。9tjLinux联盟
9tjLinux联盟
# The `bpf' device enables the Berkeley Packet Filter.9tjLinux联盟
# Be aware of the administrative consequences of enabling this!9tjLinux联盟
# Note that 'bpf' is required for DHCP.9tjLinux联盟
device        bpf        # Berkeley packet filter 这是 Berkeley 包过滤器。这个伪设备允许网络接口被置于混杂模式, 从而,截获广播网 (例如,以太网) 上的每一个数据包。截获的数据报可以保存到磁盘上,也可以使用 tcpdump(1) 程序来分析。9tjLinux联盟
                # 注意: bpf(4) 设备也被用于 dhclient(8) 来获取默认路由器(网关)的 IP 地址。如果使用DHCP,就不要注释掉这行9tjLinux联盟
# USB support 支持各类 USB 设备9tjLinux联盟
device        uhci        # UHCI PCI->USB interface9tjLinux联盟
#device        ohci        # OHCI PCI->USB interface9tjLinux联盟
device        ehci        # EHCI PCI->USB interface (USB 2.0)9tjLinux联盟
device        usb        # USB Bus (required)9tjLinux联盟
#device        udbp        # USB Double Bulk Pipe devices9tjLinux联盟
#device        ugen        # Generic9tjLinux联盟
#device        uhid        # "Human Interface Devices"9tjLinux联盟
#device        ukbd        # Keyboard9tjLinux联盟
#device        ulpt        # Printer9tjLinux联盟
#device        umass        # Disks/Mass storage - Requires scbus and da9tjLinux联盟
#device        ums        # Mouse9tjLinux联盟
#device        ural        # Ralink Technology RT2500USB wireless NICs9tjLinux联盟
#device        urio        # Diamond Rio 500 MP3 player9tjLinux联盟
#device        uscanner    # Scanners9tjLinux联盟
# USB Ethernet, requires miibus9tjLinux联盟
#device        aue        # ADMtek USB Ethernet9tjLinux联盟
#device        axe        # ASIX Electronics USB Ethernet9tjLinux联盟
#device        cdce        # Generic USB over Ethernet9tjLinux联盟
#device        cue        # CATC USB Ethernet9tjLinux联盟
#device        kue        # Kawasaki LSI USB Ethernet9tjLinux联盟
#device        rue        # RealTek RTL8150 USB Ethernet9tjLinux联盟
9tjLinux联盟
# FireWire support 支持各类火线设备9tjLinux联盟
#device        firewire    # FireWire bus code9tjLinux联盟
#device        sbp        # SCSI over FireWire (Requires scbus and da)9tjLinux联盟
#device        fwe        # Ethernet over FireWire (non-standard!)
Linux联盟收集整理 ,转贴请标明原始链接,如有任何疑问欢迎来本站Linux论坛讨论
评论】【加入收藏夹】【 】【打印】【关闭
※ 相关链接
 ·Freebsd6.2汉化全过程(Xong+gnome+scim)  (2007-09-11 10:59:34)
 ·移植linux2.6.14到S3C2410平台上的内核配置文件  (2007-04-23 13:00:51)
 ·关于FreeBSD6.2-RELEASE说明  (2006-12-31 12:11:52)