# Parallel port
device ppc0 at isa? irq 7
ISA-bus 并行接口
device ppbus # Parallel port bus (required)
提供并行总线的支持 。
device lpt # Printer
提供并口打印机的支持 。
注意: 要使用并口打印机,就必须同时加入上面三行设置 。
device plip # TCP/IP over parallel
这是针对并行网络接口的驱动器 。
device ppi # Parallel port interface device
普通用途的I/O (“geek port”)IEEE1284 I/O 。
#device vpo # Requires scbus and da
这是针对Iomega Zip 驱动器的 。它要求scbus 和da 的支持 。最好的执行效果是工作在
EPP 1.9 模式 。
# PCI Ethernet NICs.
第13 页FreeBSD 使用手册
device de # DEC/Intel DC21x4x (``Tulip"")
device fxp # Intel EtherExpress PRO/100B (82557, 82558)
device tx # SMC 9432TX (83c170 ``EPIC"")
device vx # 3Com 3c590, 3c595 (``Vortex"")
device wx # Intel Gigabit Ethernet Card (``Wiseman"")
多种PCI 网卡驱动器 。注释或删除在你系统中没有的设备 。
# PCI Ethernet NICs that use the common MII bus controller code.
device miibus # MII bus support
MII 总线支持对于一些PCI 10/100 Ethernet NICs 来说是必需的 。
device dc # DEC/Intel 21143 and various workalikes
device rl # RealTek 8129/8139
device sf # Adaptec AIC-6915 (``Starfire"")
device sis # Silicon Integrated Systems SiS 900/SiS 7016
device ste # Sundance ST201 (D-Link DFE-550TX)
device tl # Texas Instruments ThunderLAN
device vr # VIA Rhine, Rhine II
device wb # Winbond W89C840F
device xl # 3Com 3c90x (``Boomerang"", ``Cyclone"")
使用MII 总线控制器代码的驱动器 。
# ISA Ethernet NICs.
device ed0 at isa? port 0x280 irq 10 iomem 0xd8000
device ex
device ep
# WaveLAN/IEEE 802.11 wireless NICs. Note: the WaveLAN/IEEE really
# exists only as a PCMCIA device, so there is no ISA attachment needed
# and resources will always be dynamically assigned by the pccard code.
device wi
# Aironet 4500/4800 802.11 wireless NICs. Note: the declaration below will
第14 页FreeBSD 使用手册
# work for PCMCIA and PCI cards, as well as ISA cards set to ISA PnP
# mode (the factory default). If you set the switches on your ISA
# card for a manually chosen I/O address and IRQ, you must specify
# those parameters here.
device an
# The probe order of these is presently determined by i386/isa/isa_compat.c.
device ie0 at isa? port 0x300 irq 10 iomem 0xd0000
device fe0 at isa? port 0x300
device le0 at isa? port 0x300 irq 5 iomem 0xd0000
device lnc0 at isa? port 0x280 irq 10 drq 0
device cs0 at isa? port 0x300
device sn0 at isa? port 0x300 irq 10
# requires PCCARD (PCMCIA) support to be activated
#device xe0 at isa?
ISA 以太网驱动器 。看看/usr/src/sys/i386/conf/LINT 了解一下哪个卡被哪个驱动器
支持 。
pseudo-device ether # Ethernet support
如果你有一个以太网卡,ether 是必需的 。它包含了通用的以太网协议代码 。
pseudo-device sl 1 # Kernel SLIP
Sl 是针对SLIP 支持的 。这已经完全被PPP 所代替,它是早期使用的协议 。
pseudo-device ppp 1 # Kernel PPP
ppp 提供内核模式(kernel-mode)的PPP 拨号支持 。另外有一个tun 则是用户模式
(user-mode)的PPP 支持,tun 较有弹性且功能较多 。如果你要使用这个PPP 驱动程序,请
参考内核模式PPP 这一章节 。如同sl,number 设置系统最多同时能支持几个PPP 连接 。
pseudo-device tun # Packet tunnel.
tun 是使用者模式的PPP 软件 。这个程序设置相当方便,且速度很快 。它有一些特殊的
功能,像是在需要连接时自动拨号(dial-on-demand) 。tun 后面接的数字设置系统同时能支
持几个PPP 连接 。参看使用者模式PPP 以获得更多信息 。
第15 页FreeBSD 使用手册
pseudo-device pty # Pseudo-ttys (telnet etc)
pty 是虚拟的终端机,或仿真的login port 。Ctelnet 或rlogin 连接、xterm 以及其它
推荐阅读
- FreeBSD命令ps介绍
- freebsd 配制文件
- FreeBSD的系统log日志
- FreeBSD对硬盘容量的要求
- FreeBSD handbook中文版 15 串口通讯
- 在FreeBSD 4.0下安装USB鼠标支持
- 2 FreeBSD handbook中文版 11 打印 高级打印机设置 B.Header Pages
- FreeBSD 4.0 Kernel Hacking Guide--vm/vm_object.c
- NDIS wrapper for FreeBSD 5.2 CURRENT
- 如何压缩FreeBSD内核
