首 页文章中心

Linux学习网

您的位置Linux学习网 > Linux综合 > 文章内容

我的FreeBSD6.2内核配置文件

作者:佚名  来源:不详  发布时间:2007-12-21 16:34:00
id="art" style="MARGIN: 15px">#m2VLinux联盟
# GENERIC -- Generic kernel configuration file for FreeBSD/i386m2VLinux联盟
#m2VLinux联盟
# For more information on this file, please read the handbook section onm2VLinux联盟
# Kernel Configuration Files:m2VLinux联盟
#m2VLinux联盟
#    http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.htmlm2VLinux联盟
#m2VLinux联盟
# The handbook is also available locally in /usr/share/doc/handbookm2VLinux联盟
# if you've installed the doc distribution, otherwise always see them2VLinux联盟
# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for them2VLinux联盟
# latest information.m2VLinux联盟
#m2VLinux联盟
# An exhaustive list of options and more detailed explanations of them2VLinux联盟
# device lines is also present in the ../../conf/NOTES and NOTES files.m2VLinux联盟
# If you are in doubt as to the purpose or necessity of a line, check firstm2VLinux联盟
# in NOTES.m2VLinux联盟
#m2VLinux联盟
# $FreeBSD: src/sys/i386/conf/GENERIC,v 1.429.2.13 2006/10/09 18:41:36 simon Exp $m2VLinux联盟
m2VLinux联盟
machine        i386m2VLinux联盟
#cpu        I486_CPUm2VLinux联盟
#cpu        I586_CPUm2VLinux联盟
cpu        I686_CPUm2VLinux联盟
ident        NEOLKCm2VLinux联盟
maxusers    0m2VLinux联盟
m2VLinux联盟
# To statically compile in device wiring instead of /boot/device.hintsm2VLinux联盟
#hints        "GENERIC.hints"    # Default places to look for devices.m2VLinux联盟
m2VLinux联盟
makeoptions    DEBUG=-g        # Build kernel with gdb(1) debug symbolsm2VLinux联盟
m2VLinux联盟
options     SCHED_4BSD        # 4BSD schedulerm2VLinux联盟
options     PREEMPTION        # Enable kernel thread preemptionm2VLinux联盟
options     INET            # InterNETworkingm2VLinux联盟
#options     INET6            # IPv6 communications protocolsm2VLinux联盟
options     FFS            # Berkeley Fast Filesystemm2VLinux联盟
options     SOFTUPDATES        # Enable FFS soft updates supportm2VLinux联盟
options     UFS_ACL        # Support for access control listsm2VLinux联盟
options     UFS_DIRHASH        # Improve performance on big directoriesm2VLinux联盟
options     MD_ROOT        # MD is a potential root devicem2VLinux联盟
#options     NFSCLIENT        # Network Filesystem Clientm2VLinux联盟
#options     NFSSERVER        # Network Filesystem Serverm2VLinux联盟
#options     NFS_ROOT        # NFS usable as /, requires NFSCLIENTm2VLinux联盟
options     MSDOSFS        # MSDOS Filesystemm2VLinux联盟
options     CD9660            # ISO 9660 Filesystemm2VLinux联盟
options     PROCFS            # Process filesystem (requires PSEUDOFS)m2VLinux联盟
options     PSEUDOFS        # Pseudo-filesystem frameworkm2VLinux联盟
options     GEOM_GPT        # GUID Partition Tables.m2VLinux联盟
options     COMPAT_43        # Compatible with BSD 4.3 [KEEP THIS!]m2VLinux联盟
options     COMPAT_FREEBSD4    # Compatible with FreeBSD4m2VLinux联盟
options     COMPAT_FREEBSD5    # Compatible with FreeBSD5m2VLinux联盟
options     SCSI_DELAY=2000    # Delay (in ms) before probing SCSIm2VLinux联盟
options     KTRACE            # ktrace(1) supportm2VLinux联盟
options     SYSVSHM        # SYSV-style shared memorym2VLinux联盟
options     SYSVMSG        # SYSV-style message queuesm2VLinux联盟
options     SYSVSEM        # SYSV-style semaphoresm2VLinux联盟
options     _KPOSIX_PRIORITY_SCHEDULING     # POSIX P1003_1B real-time extensionsm2VLinux联盟
options     KBD_INSTALL_CDEV    # install a CDEV entry in /devm2VLinux联盟
options     ADAPTIVE_GIANT    # Giant mutex is adaptive.m2VLinux联盟
m2VLinux联盟
# User custom option.m2VLinux联盟
options     COMPAT_AOUT        # Enable i386 a.out binary supportm2VLinux联盟
options     COMPAT_LINUX        # Enable Linux ABI emulationm2VLinux联盟
options     LINPROCFS        # Enable the linux-like proc filesystem support (requires COMPAT_LINUX  and PSEUDOFS)m2VLinux联盟
options    DEVICE_POLLING    # 可以让dc,fxp和sis设备更平稳地运行,不幸的是它不能和SMP连用m2VLinux联盟
options    HZ=1000m2VLinux联盟
options     PQ_MEDIUMCACHE    # 为256k二级缓存的CPU提供支持m2VLinux联盟
options    CPU_SUSP_HLT        #打开CPU空闲节能m2VLinux联盟
options    CPU_UPGRADE_HW_CACHEm2VLinux联盟
options    CPU_WT_ALLOCm2VLinux联盟
options     NO_MEMORY_HOLE    #以上三项为AMD系列CPU优化m2VLinux联盟
options    ZERO_COPY_SOCKETS    #这是对4.4BSD设计缺陷的重大改进可以极大的提高网络性能m2VLinux联盟
options     TCP_DROP_SYNFIN="YES"        #如果要创建互联网服务器,将其值改为NO,丢弃SYN+FIN的TCP包m2VLinux联盟
options    PANIC_REBOOT_WAIT_TIME=0        #panic时重启等待时间,0为不等待立即重启.m2VLinux联盟
#options    IPFILTER                #ipfilter支持m2VLinux联盟
#IPFirewall。我们需要的功能IPFilter都提供,并且更高效m2VLinux联盟
#除非你需要IPFirewall的某些专有功能,否则这部分不必编译m2VLinux联盟
options    IPFIREWALL                #防火墙m2VLinux联盟
options    IPDIVERT                #divert socketsm2VLinux联盟
options     IPFIREWALL_VERBOSE            #允许防火墙日志m2VLinux联盟
options     IPFIREWALL_FORWARD            #允许透明代理m2VLinux联盟
options     IPFIREWALL_VERBOSE_LIMIT=100    #限制日至m2VLinux联盟
options     IPFIREWALL_DEFAULT_TO_ACCEPT    #默认允许所有IP包m2VLinux联盟
options    IPSTEALTH                #启动支持秘密转发的代码,这一选项在使防火墙不被traceroute和类似工具发现时很有用m2VLinux联盟
# 静态数据包过滤许可规则(直接放入内核)m2VLinux联盟
options    ACCEPT_FILTER_DATAm2VLinux联盟
options    ACCEPT_FILTER_HTTPm2VLinux联盟
options    VESA                    #打开终端高分辨率支持并在/etc/rc.conf中加入 allscreens_flags="-g 100x37 VESA_800x600"m2VLinux联盟
options    SC_PIXEL_MODEm2VLinux联盟
# The following options will let you change the default colors of syscons. 我在FreeBSD6.2中编译不过去!可能和我make.conf里参数设置有关m2VLinux联盟
#options    SC_NORM_ATTR=”(FG_GREEN|BG_BLACK)”m2VLinux联盟
#options    SC_NORM_REV_ATTR=”(FG_YELLOW|BG_GREEN)”m2VLinux联盟
#options    SC_KERNEL_CONS_ATTR=”(FG_GREEN|BG_BLACK)”m2VLinux联盟
#options     SC_KERNEL_CONS_REV_ATTR=”(FG_BLACK|BG_GREEN)”m2VLinux联盟
m2VLinux联盟
device        apic            # I/O APIC 设备将启用使用 I/O APIC 作为中断发送设备的能力。 apic 设备可以被 UP 和 SMP 内核使用,但 SMP 内核必须使用它。 要支持多处理器, 还需要加上 options SMP。m2VLinux联盟
m2VLinux联盟
# Bus support.m2VLinux联盟
#device        eisa            # [我没这个设备]如果您的主机板上有EISA总线,加入这个设置。使用这个选项可以自动扫描并设置所有连接在EISA总线上的设备。m2VLinux联盟
device        pci            # 主板有PCI总线,就加入这个选项。使用这个选项可以自动扫描PCI卡,并在PCI到ISA之间建立通路。m2VLinux联盟
m2VLinux联盟
# Floppy drivesm2VLinux联盟
#device        fdc        # 这是软驱控制器m2VLinux联盟
m2VLinux联盟
# ATA and ATAPI devicesm2VLinux联盟
device        ata            # 这个驱动器支持所有ATA和ATAPI设备。您只要在内核中加入device ata选项, 就可以让内核支持现代计算机上的所有PCI ATA/ATAPI设备m2VLinux联盟
device        atadisk        # ATA disk drivesm2VLinux联盟
device        ataraid        # ATA RAID drivesm2VLinux联盟
device        atapicd        # ATAPI CDROM drivesm2VLinux联盟
#device        atapifd        # ATAPI floppy drivesm2VLinux联盟
#device        atapist        # ATAPI tape drivesm2VLinux联盟
options     ATA_STATIC_ID    # Static device numberingm2VLinux联盟
m2VLinux联盟
# SCSI Controllers 我没有SCSI控制器设备所以就都注释掉m2VLinux联盟
#device        ahb        # EISA AHA1742 familym2VLinux联盟
#device        ahc        # AHA2940 and onboard AIC7xxx devicesm2VLinux联盟
#options     AHC_REG_PRETTY_PRINT    # Print register bitfields in debugm2VLinux联盟
                    # output.  Adds ~128k to driver.m2VLinux联盟
#device        ahd        # AHA39320/29320 and onboard AIC79xx devicesm2VLinux联盟
#options     AHD_REG_PRETTY_PRINT    # Print register bitfields in debugm2VLinux联盟
                    # output.  Adds ~215k to driver.m2VLinux联盟
#device        amd        # AMD 53C974 (Tekram DC-390(T))m2VLinux联盟
#device        isp        # Qlogic familym2VLinux联盟
#device     ispfw        # Firmware for QLogic HBAs- normally a modulem2VLinux联盟
#device        mpt        # LSI-Logic MPT-Fusionm2VLinux联盟
#device        ncr        # NCR/Symbios Logicm2VLinux联盟
#device        sym        # NCR/Symbios Logic (newer chipsets + those of `ncr')m2VLinux联盟
#device        trm        # Tekram DC395U/UW/F DC315U adaptersm2VLinux联盟
m2VLinux联盟
#device        adv        # Advansys SCSI adaptersm2VLinux联盟
#device        adw        # Advansys wide SCSI adaptersm2VLinux联盟
#device        aha        # Adaptec 154x SCSI adaptersm2VLinux联盟
#device        aic        # Adaptec 15[012]x SCSI adapters, AIC-6[23]60.m2VLinux联盟
#device        bt        # Buslogic/Mylex MultiMaster SCSI adaptersm2VLinux联盟
m2VLinux联盟
#device        ncv        # NCR 53C500m2VLinux联盟
#device        nsp        # Workbit Ninja SCSI-3m2VLinux联盟
#device        stg        # TMC 18C30/18C50m2VLinux联盟
m2VLinux联盟
# SCSI peripherals 也没有SCSI外围设备,都注释掉m2VLinux联盟
#device        scbus        # SCSI bus (required for SCSI)m2VLinux联盟
#device        ch        # SCSI media changersm2VLinux联盟
#device        da        # Direct Access (disks)m2VLinux联盟
#device        sa        # Sequential Access (tape etc)m2VLinux联盟
#device        cd        # CDm2VLinux联盟
#device        pass        # Passthrough device (direct SCSI access)m2VLinux联盟
#device        ses        # SCSI Environmental Services (and SAF-TE)m2VLinux联盟
m2VLinux联盟
# RAID controllers interfaced to the SCSI subsystem 没有这些设备m2VLinux联盟
#device        amr        # AMI MegaRAIDm2VLinux联盟
#device        arcmsr        # Areca SATA II RAIDm2VLinux联盟
#device        asr        # DPT SmartRAID V, VI and Adaptec SCSI RAIDm2VLinux联盟
#device        ciss        # Compaq Smart RAID 5*m2VLinux联盟
#device        dpt        # DPT Smartcache III, IV - See NOTES for optionsm2VLinux联盟
#device        hptmv        # Highpoint RocketRAID 182xm2VLinux联盟
#device        rr232x        # Highpoint RocketRAID 232xm2VLinux联盟
#device        iir        # Intel Integrated RAIDm2VLinux联盟
#device        ips        # IBM (Adaptec) ServeRAIDm2VLinux联盟
#device        mly        # Mylex AcceleRAID/eXtremeRAIDm2VLinux联盟
#device        twa        # 3ware 9000 series PATA/SATA RAIDm2VLinux联盟
m2VLinux联盟
# RAID controllers 没有设备m2VLinux联盟
#device        aac        # Adaptec FSA RAIDm2VLinux联盟
#device        aacp        # SCSI passthrough for aac (requires CAM)m2VLinux联盟
#device        ida        # Compaq Smart RAIDm2VLinux联盟
#device        mfi        # LSI MegaRAID SASm2VLinux联盟
#device        mlx        # Mylex DAC960 familym2VLinux联盟
#device        pst        # Promise Supertrak SX6000m2VLinux联盟
#device        twe        # 3ware ATA RAIDm2VLinux联盟
m2VLinux联盟
# atkbdc0 controls both the keyboard and the PS/2 mousem2VLinux联盟
device        atkbdc        # AT keyboard controller 键盘控制器(atkbdc)提供AT键盘输入以及PS/2指针设备的I/O服务。键盘驱动程序(atkbd)与PS/2鼠标驱动程序(psm)需要这个控制器,所以不要删除它。m2VLinux联盟
device        atkbd        # AT keyboard atkbd驱动程序,与atkbdc控制器一起使用, 提供连接到AT键盘控制器的AT 84键盘与AT加强型键盘的访问服务。m2VLinux联盟
device        psm        # PS/2 mousem2VLinux联盟
m2VLinux联盟
device        kbdmux        # keyboard multiplexer 针对键盘多路选择器的基本支持m2VLinux联盟
m2VLinux联盟
device        vga        # VGA video card driver 显卡驱动m2VLinux联盟
m2VLinux联盟
device        splash        # Splash screen and screen saver support 启动时的 splash 画面!屏幕保护程序也需要这一选项m2VLinux联盟
m2VLinux联盟
# syscons is the default console driver, resembling an SCO console 默认的控制台驱动程序, 类似 SCO 控制台m2VLinux联盟
device        scm2VLinux联盟
m2VLinux联盟
# Enable this for the pcvt (VT220 compatible) console driverm2VLinux联盟
#device        vtm2VLinux联盟
#options     XSERVER        # support for X server on a vt consolem2VLinux联盟
#options     FAT_CURSOR    # start with block cursorm2VLinux联盟
m2VLinux联盟
device        agp        # support several AGP chipsets 如果您的机器使用 AGP 卡, 请把上面一行加入配置。 这将启用 AGP, 以及某些卡上的 AGP GART 支持m2VLinux联盟
m2VLinux联盟
# Power management support (see NOTES for more options)高级电源管理支持。 对笔记本有用, 不过在 FreeBSD 5.X 和更高版本中的 GENERIC 里默认禁用。m2VLinux联盟
device        apmm2VLinux联盟
# Add suspend/resume support for the i8254. 用于电源管理事件, 例如 APM 和 ACPI 的时钟设备驱动。m2VLinux联盟
device        pmtimerm2VLinux联盟
m2VLinux联盟
# PCCARD (PCMCIA) support   PCMCIA支持。如果您使用膝上型计算机,您需要这个。m2VLinux联盟
# PCMCIA and cardbus bridge supportm2VLinux联盟
#device        cbb        # cardbus (yenta) bridgem2VLinux联盟
#device        pccard        # PC Card (16-bit) busm2VLinux联盟
#device        cardbus        # CardBus (32-bit) busm2VLinux联盟
m2VLinux联盟
# Serial (COM) ports 串口链接m2VLinux联盟
#device        sio        # 8250, 16[45]50 based serial portsm2VLinux联盟
m2VLinux联盟
# Parallel portm2VLinux联盟
device        ppc        # ISA-bus并行接口m2VLinux联盟
device        ppbus        # Parallel port bus (required) 提供并行总线的支持m2VLinux联盟
device        lpt        # Printer 提供并口打印机的支持。注意: 要使用并口打印机,就必须同时加入上面三行设置。m2VLinux联盟
device        plip        # TCP/IP over parallel 这是针对并行网络接口的驱动器m2VLinux联盟
device        ppi        # Parallel port interface device 普通用途的I/O (“geek port”) + IEEE1284 I/Om2VLinux联盟
#device        vpo        # Requires scbus and da 这是针对Iomega Zip驱动器的。它要求scbus和da的支持。 最好的执行效果是工作在EPP 1.9模式m2VLinux联盟
m2VLinux联盟
# If you've got a "dumb" serial or parallel PCI card that ism2VLinux联盟
# supported by the puc(4) glue driver, uncomment the followingm2VLinux联盟
# line to enable it (connects to the sio and/or ppc drivers):m2VLinux联盟
#device        pucm2VLinux联盟
m2VLinux联盟
# PCI Ethernet NICs. 多种PCI网卡驱动器。注释或删除您系统中没有的设备m2VLinux联盟
#device        de        # DEC/Intel DC21x4x (``Tulip'')m2VLinux联盟
#device        em        # Intel PRO/1000 adapter Gigabit Ethernet Cardm2VLinux联盟
#device        ixgb        # Intel PRO/10GbE Ethernet Cardm2VLinux联盟
#device        txp        # 3Com 3cR990 (``Typhoon'')m2VLinux联盟
#device        vx        # 3Com 3c590, 3c595 (``Vortex'')m2VLinux联盟
m2VLinux联盟
# PCI Ethernet NICs that use the common MII bus controller code.m2VLinux联盟
# NOTE: Be sure to keep the 'device miibus' line in order to use these NICs!m2VLinux联盟
device        miibus        # MII bus support MII总线支持对于一些PCI 10/100 Ethernet NIC来说是必需的m2VLinux联盟
#device        bce        # Broadcom BCM5706/BCM5708 Gigabit Ethernetm2VLinux联盟
#device        bfe        # Broadcom BCM440x 10/100 Ethernetm2VLinux联盟
#device        bge        # Broadcom BCM570xx Gigabit Ethernetm2VLinux联盟
#device        dc        # DEC/Intel 21143 and various workalikesm2VLinux联盟
#device        fxp        # Intel EtherExpress PRO/100B (82557, 82558)m2VLinux联盟
#device        lge        # Level 1 LXT1001 gigabit Ethernetm2VLinux联盟
#device        nge        # NatSemi DP83820 gigabit Ethernetm2VLinux联盟
#device        nve        # nVidia nForce MCP on-board Ethernet Networkingm2VLinux联盟
#device        pcn        # AMD Am79C97x PCI 10/100(precedence over 'lnc')m2VLinux联盟
#device        re        # RealTek 8139C+/8169/8169S/8110Sm2VLinux联盟
#device        rl        # RealTek 8129/8139m2VLinux联盟
#device        sf        # Adaptec AIC-6915 (``Starfire'')m2VLinux联盟
#device        sis        # Silicon Integrated Systems SiS 900/SiS 7016m2VLinux联盟
#device        sk        # SysKonnect SK-984x & SK-982x gigabit Ethernetm2VLinux联盟
#device        ste        # Sundance ST201 (D-Link DFE-550TX)m2VLinux联盟
#device        stge        # Sundance/Tamarack TC9021 gigabit Ethernetm2VLinux联盟
#device        ti        # Alteon Networks Tigon I/II gigabit Ethernetm2VLinux联盟
#device        tl        # Texas Instruments ThunderLANm2VLinux联盟
#device        tx        # SMC EtherPower II (83c170 ``EPIC'')m2VLinux联盟
#device        vge        # VIA VT612x gigabit Ethernetm2VLinux联盟
device        vr        # VIA Rhine, Rhine II 我的网卡设备m2VLinux联盟
#device        wb        # Winbond W89C840Fm2VLinux联盟
#device        xl        # 3Com 3c90x (``Boomerang'', ``Cyclone'')m2VLinux联盟
m2VLinux联盟
# ISA Ethernet NICs.  pccard NICs included. ISA 以太网卡驱动m2VLinux联盟
#device        cs        # Crystal Semiconductor CS89x0 NICm2VLinux联盟
# 'device ed' requires 'device miibus'm2VLinux联盟
#device        ed        # NE[12]000, SMC Ultra, 3c503, DS8390 cardsm2VLinux联盟
#device        ex        # Intel EtherExpress Pro/10 and Pro/10+m2VLinux联盟
#device        ep        # Etherlink III based cardsm2VLinux联盟
#device        fe        # Fujitsu MB8696x based cardsm2VLinux联盟
#device        ie        # EtherExpress 8/16, 3C507, StarLAN 10 etc.m2VLinux联盟
#device        lnc        # NE2100, NE32-VL Lance Ethernet cardsm2VLinux联盟
#device        sn        # SMC's 9000 series of Ethernet chipsm2VLinux联盟
#device        xe        # Xircom pccard Ethernetm2VLinux联盟
m2VLinux联盟
# Wireless NIC cards 用以支持多种无线网卡m2VLinux联盟
#device        wlan        # 802.11 supportm2VLinux联盟
#device        wlan_wep    # 802.11 WEP supportm2VLinux联盟
#device        wlan_ccmp    # 802.11 CCMP supportm2VLinux联盟
#device        wlan_tkip    # 802.11 TKIP supportm2VLinux联盟
#device        an        # Aironet 4500/4800 802.11 wireless NICs.m2VLinux联盟
#device        ath        # Atheros pci/cardbus NIC'sm2VLinux联盟
#device        ath_hal        # Atheros HAL (Hardware Access Layer)m2VLinux联盟
#device        ath_rate_sample    # SampleRate tx rate control for athm2VLinux联盟
#device        awi        # BayStack 660 and othersm2VLinux联盟
#device        ral        # Ralink Technology RT2500 wireless NICs.m2VLinux联盟
#device        wi        # WaveLAN/Intersil/Symbol 802.11 wireless NICs.m2VLinux联盟
#device        wl        # Older non 802.11 Wavelan wireless NIC.m2VLinux联盟
m2VLinux联盟
# Pseudo devices.m2VLinux联盟
device        loop        # Network loopback 这是 TCP/IP 的通用回环设备。如果您 telnet 或 FTP 到 localhost (也就是 127.0.0.1) 则将通过这个设备回到本机。 这个设备是 必需的。m2VLinux联盟
device        random        # Entropy devicem2VLinux联盟
device        ether        # Ethernet support 只有在使用以太网卡时才需要。它包含了通用的以太网协议代码m2VLinux联盟
#device        sl        # Kernel SLIP 用以提供 SLIP 支持。目前它几乎已经完全被 PPP 取代了,因为后者更容易配置,而且更适合调制解调器之间的连接, 并提供了更强大的功能。m2VLinux联盟
device        ppp        # Kernel PPP 这一选项用以提供内核级的 PPP 支持,用于拨号连接。 也有以用户模式运行的 PPP 实现,使用 tun 并提供包括按需拨号在内的更为灵活的功能。m2VLinux联盟
device        tun        # Packet tunnel. 它会被用户模式的 PPP 软件用到。参考本书的 PPP 以了解更多的细节。m2VLinux联盟
device        pty        # Pseudo-ttys (telnet etc) 这是一个 “pseudo-terminal” 或模拟登入端口。 它用来接收连入的 telnet 以及 rlogin 会话、 xterm, 以及一些其它程序如 Emacs 等。m2VLinux联盟
device        md        # Memory "disks" 内存盘伪设备m2VLinux联盟
device        gif        # IPv6 and IPv4 tunneling 它实现了在 IPv4 上的 IPv6 隧道、 IPv6 上的 IPv4 隧道、 IPv4 上的 IPv4 隧道、以及IPv6 上的 IPv6隧道。 gif 设备是 “自动克隆” 的,它会根据需要自动创建设备节点。m2VLinux联盟
device        faith        # IPv6-to-IPv4 relaying (translation) 这个伪设备能捕捉发给它的数据包,并把它们转发给 IPv4/IPv6 翻译服务程序。m2VLinux联盟
m2VLinux联盟
# The `bpf' device enables the Berkeley Packet Filter.m2VLinux联盟
# Be aware of the administrative consequences of enabling this!m2VLinux联盟
# Note that 'bpf' is required for DHCP.m2VLinux联盟
device        bpf        # Berkeley packet filter 这是 Berkeley 包过滤器。这个伪设备允许网络接口被置于混杂模式, 从而,截获广播网 (例如,以太网) 上的每一个数据包。截获的数据报可以保存到磁盘上,也可以使用 tcpdump(1) 程序来分析。m2VLinux联盟
                # 注意: bpf(4) 设备也被用于 dhclient(8) 来获取默认路由器(网关)的 IP 地址。如果使用DHCP,就不要注释掉这行m2VLinux联盟
# USB support 支持各类 USB 设备m2VLinux联盟
device        uhci        # UHCI PCI->USB interfacem2VLinux联盟
#device        ohci        # OHCI PCI->USB interfacem2VLinux联盟
device        ehci        # EHCI PCI->USB interface (USB 2.0)m2VLinux联盟
device        usb        # USB Bus (required)m2VLinux联盟
#device        udbp        # USB Double Bulk Pipe devicesm2VLinux联盟
#device        ugen        # Genericm2VLinux联盟
#device        uhid        # "Human Interface Devices"m2VLinux联盟
#device        ukbd        # Keyboardm2VLinux联盟
#device        ulpt        # Printerm2VLinux联盟
#device        umass        # Disks/Mass storage - Requires scbus and dam2VLinux联盟
#device        ums        # Mousem2VLinux联盟
#device        ural        # Ralink Technology RT2500USB wireless NICsm2VLinux联盟
#device        urio        # Diamond Rio 500 MP3 playerm2VLinux联盟
#device        uscanner    # Scannersm2VLinux联盟
# USB Ethernet, requires miibusm2VLinux联盟
#device        aue        # ADMtek USB Ethernetm2VLinux联盟
#device        axe        # ASIX Electronics USB Ethernetm2VLinux联盟
#device        cdce        # Generic USB over Ethernetm2VLinux联盟
#device        cue        # CATC USB Ethernetm2VLinux联盟
#device        kue        # Kawasaki LSI USB Ethernetm2VLinux联盟
#device        rue        # RealTek RTL8150 USB Ethernetm2VLinux联盟
m2VLinux联盟
# FireWire support 支持各类火线设备m2VLinux联盟
#device        firewire    # FireWire bus codem2VLinux联盟
#device        sbp        # SCSI over FireWire (Requires scbus and da)m2VLinux联盟
#device        fwe        # Ethernet over FireWire (non-standard!)
收藏本页到: 365Key | del.icio.us | | 添加到雅虎收藏+
  • 网站帮助 - 广告合作 - 网站地图