#
9tjLinux联盟# GENERIC -- Generic kernel configuration file for FreeBSD/i386
9tjLinux联盟#
9tjLinux联盟# For more information on this file, please read the handbook section on
9tjLinux联盟# Kernel Configuration Files:
9tjLinux联盟#
9tjLinux联盟# http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
9tjLinux联盟#
9tjLinux联盟# The handbook is also available locally in /usr/share/doc/handbook
9tjLinux联盟# if you've installed the doc distribution, otherwise always see the
9tjLinux联盟# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
9tjLinux联盟# latest information.
9tjLinux联盟#
9tjLinux联盟# An exhaustive list of options and more detailed explanations of the
9tjLinux联盟# 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 first
9tjLinux联盟# 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 i386
9tjLinux联盟#cpu I486_CPU
9tjLinux联盟#cpu I586_CPU
9tjLinux联盟cpu I686_CPU
9tjLinux联盟ident NEOLKC
9tjLinux联盟maxusers 0
9tjLinux联盟9tjLinux联盟# To statically compile in device wiring instead of /boot/device.hints
9tjLinux联盟#hints "GENERIC.hints" # Default places to look for devices.
9tjLinux联盟9tjLinux联盟makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
9tjLinux联盟9tjLinux联盟options SCHED_4BSD # 4BSD scheduler
9tjLinux联盟options PREEMPTION # Enable kernel thread preemption
9tjLinux联盟options INET # InterNETworking
9tjLinux联盟#options INET6 # IPv6 communications protocols
9tjLinux联盟options FFS # Berkeley Fast Filesystem
9tjLinux联盟options SOFTUPDATES # Enable FFS soft updates support
9tjLinux联盟options UFS_ACL # Support for access control lists
9tjLinux联盟options UFS_DIRHASH # Improve performance on big directories
9tjLinux联盟options MD_ROOT # MD is a potential root device
9tjLinux联盟#options NFSCLIENT # Network Filesystem Client
9tjLinux联盟#options NFSSERVER # Network Filesystem Server
9tjLinux联盟#options NFS_ROOT # NFS usable as /, requires NFSCLIENT
9tjLinux联盟options MSDOSFS # MSDOS Filesystem
9tjLinux联盟options CD9660 # ISO 9660 Filesystem
9tjLinux联盟options PROCFS # Process filesystem (requires PSEUDOFS)
9tjLinux联盟options PSEUDOFS # Pseudo-filesystem framework
9tjLinux联盟options GEOM_GPT # GUID Partition Tables.
9tjLinux联盟options COMPAT_43 # Compatible with BSD 4.3 [KEEP THIS!]
9tjLinux联盟options COMPAT_FREEBSD4 # Compatible with FreeBSD4
9tjLinux联盟options COMPAT_FREEBSD5 # Compatible with FreeBSD5
9tjLinux联盟options SCSI_DELAY=2000 # Delay (in ms) before probing SCSI
9tjLinux联盟options KTRACE # ktrace(1) support
9tjLinux联盟options SYSVSHM # SYSV-style shared memory
9tjLinux联盟options SYSVMSG # SYSV-style message queues
9tjLinux联盟options SYSVSEM # SYSV-style semaphores
9tjLinux联盟options _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions
9tjLinux联盟options KBD_INSTALL_CDEV # install a CDEV entry in /dev
9tjLinux联盟options ADAPTIVE_GIANT # Giant mutex is adaptive.
9tjLinux联盟9tjLinux联盟# User custom option.
9tjLinux联盟options COMPAT_AOUT # Enable i386 a.out binary support
9tjLinux联盟options COMPAT_LINUX # Enable Linux ABI emulation
9tjLinux联盟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=1000
9tjLinux联盟options PQ_MEDIUMCACHE # 为256k二级缓存的CPU提供支持
9tjLinux联盟options CPU_SUSP_HLT #打开CPU空闲节能
9tjLinux联盟options CPU_UPGRADE_HW_CACHE
9tjLinux联盟options CPU_WT_ALLOC
9tjLinux联盟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 sockets
9tjLinux联盟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_DATA
9tjLinux联盟options ACCEPT_FILTER_HTTP
9tjLinux联盟options VESA #打开终端高分辨率支持并在/etc/rc.conf中加入 allscreens_flags="-g 100x37 VESA_800x600"
9tjLinux联盟options SC_PIXEL_MODE
9tjLinux联盟# 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 drives
9tjLinux联盟#device fdc # 这是软驱控制器
9tjLinux联盟9tjLinux联盟# ATA and ATAPI devices
9tjLinux联盟device ata # 这个驱动器支持所有ATA和ATAPI设备。您只要在内核中加入device ata选项, 就可以让内核支持现代计算机上的所有PCI ATA/ATAPI设备
9tjLinux联盟device atadisk # ATA disk drives
9tjLinux联盟device ataraid # ATA RAID drives
9tjLinux联盟device atapicd # ATAPI CDROM drives
9tjLinux联盟#device atapifd # ATAPI floppy drives
9tjLinux联盟#device atapist # ATAPI tape drives
9tjLinux联盟options ATA_STATIC_ID # Static device numbering
9tjLinux联盟9tjLinux联盟# SCSI Controllers 我没有SCSI控制器设备所以就都注释掉
9tjLinux联盟#device ahb # EISA AHA1742 family
9tjLinux联盟#device ahc # AHA2940 and onboard AIC7xxx devices
9tjLinux联盟#options AHC_REG_PRETTY_PRINT # Print register bitfields in debug
9tjLinux联盟 # output. Adds ~128k to driver.
9tjLinux联盟#device ahd # AHA39320/29320 and onboard AIC79xx devices
9tjLinux联盟#options AHD_REG_PRETTY_PRINT # Print register bitfields in debug
9tjLinux联盟 # output. Adds ~215k to driver.
9tjLinux联盟#device amd # AMD 53C974 (Tekram DC-390(T))
9tjLinux联盟#device isp # Qlogic family
9tjLinux联盟#device ispfw # Firmware for QLogic HBAs- normally a module
9tjLinux联盟#device mpt # LSI-Logic MPT-Fusion
9tjLinux联盟#device ncr # NCR/Symbios Logic
9tjLinux联盟#device sym # NCR/Symbios Logic (newer chipsets + those of `ncr')
9tjLinux联盟#device trm # Tekram DC395U/UW/F DC315U adapters
9tjLinux联盟9tjLinux联盟#device adv # Advansys SCSI adapters
9tjLinux联盟#device adw # Advansys wide SCSI adapters
9tjLinux联盟#device aha # Adaptec 154x SCSI adapters
9tjLinux联盟#device aic # Adaptec 15[012]x SCSI adapters, AIC-6[23]60.
9tjLinux联盟#device bt # Buslogic/Mylex MultiMaster SCSI adapters
9tjLinux联盟9tjLinux联盟#device ncv # NCR 53C500
9tjLinux联盟#device nsp # Workbit Ninja SCSI-3
9tjLinux联盟#device stg # TMC 18C30/18C50
9tjLinux联盟9tjLinux联盟# SCSI peripherals 也没有SCSI外围设备,都注释掉
9tjLinux联盟#device scbus # SCSI bus (required for SCSI)
9tjLinux联盟#device ch # SCSI media changers
9tjLinux联盟#device da # Direct Access (disks)
9tjLinux联盟#device sa # Sequential Access (tape etc)
9tjLinux联盟#device cd # CD
9tjLinux联盟#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 MegaRAID
9tjLinux联盟#device arcmsr # Areca SATA II RAID
9tjLinux联盟#device asr # DPT SmartRAID V, VI and Adaptec SCSI RAID
9tjLinux联盟#device ciss # Compaq Smart RAID 5*
9tjLinux联盟#device dpt # DPT Smartcache III, IV - See NOTES for options
9tjLinux联盟#device hptmv # Highpoint RocketRAID 182x
9tjLinux联盟#device rr232x # Highpoint RocketRAID 232x
9tjLinux联盟#device iir # Intel Integrated RAID
9tjLinux联盟#device ips # IBM (Adaptec) ServeRAID
9tjLinux联盟#device mly # Mylex AcceleRAID/eXtremeRAID
9tjLinux联盟#device twa # 3ware 9000 series PATA/SATA RAID
9tjLinux联盟9tjLinux联盟# RAID controllers 没有设备
9tjLinux联盟#device aac # Adaptec FSA RAID
9tjLinux联盟#device aacp # SCSI passthrough for aac (requires CAM)
9tjLinux联盟#device ida # Compaq Smart RAID
9tjLinux联盟#device mfi # LSI MegaRAID SAS
9tjLinux联盟#device mlx # Mylex DAC960 family
9tjLinux联盟#device pst # Promise Supertrak SX6000
9tjLinux联盟#device twe # 3ware ATA RAID
9tjLinux联盟9tjLinux联盟# atkbdc0 controls both the keyboard and the PS/2 mouse
9tjLinux联盟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 mouse
9tjLinux联盟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 sc
9tjLinux联盟9tjLinux联盟# Enable this for the pcvt (VT220 compatible) console driver
9tjLinux联盟#device vt
9tjLinux联盟#options XSERVER # support for X server on a vt console
9tjLinux联盟#options FAT_CURSOR # start with block cursor
9tjLinux联盟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 apm
9tjLinux联盟# Add suspend/resume support for the i8254. 用于电源管理事件, 例如 APM 和 ACPI 的时钟设备驱动。
9tjLinux联盟device pmtimer
9tjLinux联盟9tjLinux联盟# PCCARD (PCMCIA) support PCMCIA支持。如果您使用膝上型计算机,您需要这个。
9tjLinux联盟# PCMCIA and cardbus bridge support
9tjLinux联盟#device cbb # cardbus (yenta) bridge
9tjLinux联盟#device pccard # PC Card (16-bit) bus
9tjLinux联盟#device cardbus # CardBus (32-bit) bus
9tjLinux联盟9tjLinux联盟# Serial (COM) ports 串口链接
9tjLinux联盟#device sio # 8250, 16[45]50 based serial ports
9tjLinux联盟9tjLinux联盟# Parallel port
9tjLinux联盟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/O
9tjLinux联盟#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 is
9tjLinux联盟# supported by the puc(4) glue driver, uncomment the following
9tjLinux联盟# line to enable it (connects to the sio and/or ppc drivers):
9tjLinux联盟#device puc
9tjLinux联盟9tjLinux联盟# PCI Ethernet NICs. 多种PCI网卡驱动器。注释或删除您系统中没有的设备
9tjLinux联盟#device de # DEC/Intel DC21x4x (``Tulip'')
9tjLinux联盟#device em # Intel PRO/1000 adapter Gigabit Ethernet Card
9tjLinux联盟#device ixgb # Intel PRO/10GbE Ethernet Card
9tjLinux联盟#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 Ethernet
9tjLinux联盟#device bfe # Broadcom BCM440x 10/100 Ethernet
9tjLinux联盟#device bge # Broadcom BCM570xx Gigabit Ethernet
9tjLinux联盟#device dc # DEC/Intel 21143 and various workalikes
9tjLinux联盟#device fxp # Intel EtherExpress PRO/100B (82557, 82558)
9tjLinux联盟#device lge # Level 1 LXT1001 gigabit Ethernet
9tjLinux联盟#device nge # NatSemi DP83820 gigabit Ethernet
9tjLinux联盟#device nve # nVidia nForce MCP on-board Ethernet Networking
9tjLinux联盟#device pcn # AMD Am79C97x PCI 10/100(precedence over 'lnc')
9tjLinux联盟#device re # RealTek 8139C+/8169/8169S/8110S
9tjLinux联盟#device rl # RealTek 8129/8139
9tjLinux联盟#device sf # Adaptec AIC-6915 (``Starfire'')
9tjLinux联盟#device sis # Silicon Integrated Systems SiS 900/SiS 7016
9tjLinux联盟#device sk # SysKonnect SK-984x & SK-982x gigabit Ethernet
9tjLinux联盟#device ste # Sundance ST201 (D-Link DFE-550TX)
9tjLinux联盟#device stge # Sundance/Tamarack TC9021 gigabit Ethernet
9tjLinux联盟#device ti # Alteon Networks Tigon I/II gigabit Ethernet
9tjLinux联盟#device tl # Texas Instruments ThunderLAN
9tjLinux联盟#device tx # SMC EtherPower II (83c170 ``EPIC'')
9tjLinux联盟#device vge # VIA VT612x gigabit Ethernet
9tjLinux联盟device vr # VIA Rhine, Rhine II 我的网卡设备
9tjLinux联盟#device wb # Winbond W89C840F
9tjLinux联盟#device xl # 3Com 3c90x (``Boomerang'', ``Cyclone'')
9tjLinux联盟9tjLinux联盟# ISA Ethernet NICs. pccard NICs included. ISA 以太网卡驱动
9tjLinux联盟#device cs # Crystal Semiconductor CS89x0 NIC
9tjLinux联盟# 'device ed' requires 'device miibus'
9tjLinux联盟#device ed # NE[12]000, SMC Ultra, 3c503, DS8390 cards
9tjLinux联盟#device ex # Intel EtherExpress Pro/10 and Pro/10+
9tjLinux联盟#device ep # Etherlink III based cards
9tjLinux联盟#device fe # Fujitsu MB8696x based cards
9tjLinux联盟#device ie # EtherExpress 8/16, 3C507, StarLAN 10 etc.
9tjLinux联盟#device lnc # NE2100, NE32-VL Lance Ethernet cards
9tjLinux联盟#device sn # SMC's 9000 series of Ethernet chips
9tjLinux联盟#device xe # Xircom pccard Ethernet
9tjLinux联盟9tjLinux联盟# Wireless NIC cards 用以支持多种无线网卡
9tjLinux联盟#device wlan # 802.11 support
9tjLinux联盟#device wlan_wep # 802.11 WEP support
9tjLinux联盟#device wlan_ccmp # 802.11 CCMP support
9tjLinux联盟#device wlan_tkip # 802.11 TKIP support
9tjLinux联盟#device an # Aironet 4500/4800 802.11 wireless NICs.
9tjLinux联盟#device ath # Atheros pci/cardbus NIC's
9tjLinux联盟#device ath_hal # Atheros HAL (Hardware Access Layer)
9tjLinux联盟#device ath_rate_sample # SampleRate tx rate control for ath
9tjLinux联盟#device awi # BayStack 660 and others
9tjLinux联盟#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 device
9tjLinux联盟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 interface
9tjLinux联盟#device ohci # OHCI PCI->USB interface
9tjLinux联盟device ehci # EHCI PCI->USB interface (USB 2.0)
9tjLinux联盟device usb # USB Bus (required)
9tjLinux联盟#device udbp # USB Double Bulk Pipe devices
9tjLinux联盟#device ugen # Generic
9tjLinux联盟#device uhid # "Human Interface Devices"
9tjLinux联盟#device ukbd # Keyboard
9tjLinux联盟#device ulpt # Printer
9tjLinux联盟#device umass # Disks/Mass storage - Requires scbus and da
9tjLinux联盟#device ums # Mouse
9tjLinux联盟#device ural # Ralink Technology RT2500USB wireless NICs
9tjLinux联盟#device urio # Diamond Rio 500 MP3 player
9tjLinux联盟#device uscanner # Scanners
9tjLinux联盟# USB Ethernet, requires miibus
9tjLinux联盟#device aue # ADMtek USB Ethernet
9tjLinux联盟#device axe # ASIX Electronics USB Ethernet
9tjLinux联盟#device cdce # Generic USB over Ethernet
9tjLinux联盟#device cue # CATC USB Ethernet
9tjLinux联盟#device kue # Kawasaki LSI USB Ethernet
9tjLinux联盟#device rue # RealTek RTL8150 USB Ethernet
9tjLinux联盟9tjLinux联盟# FireWire support 支持各类火线设备
9tjLinux联盟#device firewire # FireWire bus code
9tjLinux联盟#device sbp # SCSI over FireWire (Requires scbus and da)
9tjLinux联盟#device fwe # Ethernet over FireWire (non-standard!)