日本免费全黄少妇一区二区三区-高清无码一区二区三区四区-欧美中文字幕日韩在线观看-国产福利诱惑在线网站-国产中文字幕一区在线-亚洲欧美精品日韩一区-久久国产精品国产精品国产-国产精久久久久久一区二区三区-欧美亚洲国产精品久久久久

FreeBSD handbook中文版 9 配制FreeBSD 的內(nèi)核( 七 )


# Parallel port
device ppc0 at isa? irq 7
ISA-bus 并行接口
device ppbus # Parallel port bus (required)
提供并行總線的支持 。
device lpt # Printer
提供并口打印機(jī)的支持 。
注意: 要使用并口打印機(jī),就必須同時(shí)加入上面三行設(shè)置 。
device plip # TCP/IP over parallel
這是針對(duì)并行網(wǎng)絡(luò)接口的驅(qū)動(dòng)器 。
device ppi # Parallel port interface device
普通用途的I/O (“geek port”)IEEE1284 I/O 。
#device vpo # Requires scbus and da
這是針對(duì)Iomega Zip 驅(qū)動(dòng)器的 。它要求scbus 和da 的支持 。最好的執(zhí)行效果是工作在
EPP 1.9 模式 。
# PCI Ethernet NICs.
第13 頁(yè)FreeBSD 使用手冊(cè)
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 網(wǎng)卡驅(qū)動(dòng)器 。注釋或刪除在你系統(tǒng)中沒有的設(shè)備 。
# PCI Ethernet NICs that use the common MII bus controller code.
device miibus # MII bus support
MII 總線支持對(duì)于一些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 總線控制器代碼的驅(qū)動(dòng)器 。
# 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 頁(yè)FreeBSD 使用手冊(cè)
# 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 以太網(wǎng)驅(qū)動(dòng)器 。看看/usr/src/sys/i386/conf/LINT 了解一下哪個(gè)卡被哪個(gè)驅(qū)動(dòng)器
支持 。
pseudo-device ether # Ethernet support
如果你有一個(gè)以太網(wǎng)卡,ether 是必需的 。它包含了通用的以太網(wǎng)協(xié)議代碼 。
pseudo-device sl 1 # Kernel SLIP
Sl 是針對(duì)SLIP 支持的 。這已經(jīng)完全被PPP 所代替,它是早期使用的協(xié)議 。
pseudo-device ppp 1 # Kernel PPP
ppp 提供內(nèi)核模式(kernel-mode)的PPP 撥號(hào)支持 。另外有一個(gè)tun 則是用戶模式
(user-mode)的PPP 支持,tun 較有彈性且功能較多 。如果你要使用這個(gè)PPP 驅(qū)動(dòng)程序,請(qǐng)
參考內(nèi)核模式PPP 這一章節(jié) 。如同sl,number 設(shè)置系統(tǒng)最多同時(shí)能支持幾個(gè)PPP 連接 。
pseudo-device tun # Packet tunnel.
tun 是使用者模式的PPP 軟件 。這個(gè)程序設(shè)置相當(dāng)方便,且速度很快 。它有一些特殊的
功能,像是在需要連接時(shí)自動(dòng)撥號(hào)(dial-on-demand) 。tun 后面接的數(shù)字設(shè)置系統(tǒng)同時(shí)能支
持幾個(gè)PPP 連接 。參看使用者模式PPP 以獲得更多信息 。
第15 頁(yè)FreeBSD 使用手冊(cè)
pseudo-device pty # Pseudo-ttys (telnet etc)
pty 是虛擬的終端機(jī),或仿真的login port 。Ctelnet 或rlogin 連接、xterm 以及其它

推薦閱讀