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

2 FreeBSD手冊——配置FreeBSD內(nèi)核( 二 )


注意:如果你的內(nèi)貓占用COM4,并且串口占用COM2,則你必須修改調(diào)制解調(diào)器的IRQ
為2(IRQ 2 跟IRQ 9 是 一樣的),這樣你才能在freebsd中正常使用調(diào)制解調(diào)器 。
如果你用的時multiport的串口卡,則應(yīng)該參考sio的 man手冊 。部分顯示卡(特別
是使用S3 芯片的),用到I/O 地址0x*2e8,而一些便宜的串行卡,不能正確譯碼
16 位的I/O 尋址空間,因此它們會沖突,導(dǎo)致COM4 無法正常使用 。
每個串行口都要有一個唯一的IRQ(除非你用的時支持共享中斷的multiport卡),
所以COM3 與COM4 默認(rèn)的 IRQ 無法使用 。
# Parallel port
device ppc0 at isa? irq 7
ISA總線 并行接口
device ppbus # Parallel port bus (required)
提供并行總線的支持 。
device lpt # Printer
提供并口打印機(jī)的支持 。
注意: 要使用并口打印機(jī),就必須同時加入上面三行設(shè)置 。
device plip # TCP/IP over parallel
提供并行網(wǎng)絡(luò)接口的支持 。
device ppi # Parallel port interface device
普通用途的I/O (“geek port”)IEEE1284 I/O。
#device vpo # Requires scbus and da
這是針對Iomega Zip 驅(qū)動器的 。它要求scbus 和da 的支持 。工作在EPP 1.9 模式執(zhí)行效果最好 。
# PCI Ethernet NICs.
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ū)動器 。注釋或刪除在你系統(tǒng)中沒有的設(shè)備 。
# PCI Ethernet NICs that use the common MII bus controller code.
device miibus # MII bus support
MII總線支持,對于部分PCI 10/100 Ethernet 網(wǎng)卡來說是必需的,也就是那些使用類似MII
傳輸方式操作的 網(wǎng)卡 。加miibus驅(qū)動到內(nèi)核配置中,以實現(xiàn)對普通miibus API的支持及所有
的PHY驅(qū)動,包括一種不能被特 定驅(qū)動明確處理的PHY的通用驅(qū)動 。
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"")
驅(qū)動,使用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
# 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ū)動器 ??纯?usr/src/sys/i386/conf/LINT 了解一下哪個卡被哪個驅(qū)動所支持 。
pseudo-device ether # Ethernet support
僅有以太網(wǎng)卡時才需要 。它包含了通用的以太網(wǎng)協(xié)議代碼 。
pseudo-device sl 1 # Kernel SLIP
Sl 是對SLIP 提供支持的 。這已經(jīng)完全被PPP 所代替,ppp更易于配置,更適合modem-to-modem

推薦閱讀