手机站
网通分站
电信主站
密 码:
用户名:
当前位置 : 主页>操作系统>FreeBSD>列表

idled 介绍 (二)设定说明

来源:互联网 作者:west263.com 时间:2008-02-23
西部数码-全国虚拟主机10强!40余项虚拟主机管理功能,全国领先!双线多线虚拟主机南北访问畅通无阻!免费赠送企业邮局,.CN域名,自助建站480元起,免费试用7天,满意再付款! P4主机租用799元/月.月付免压金!

#device fe0 at isa? port 0x300
# WaveLAN/IEEE 802.11 wireless NICs. Note: the WaveLAN/IEEE really
# exists only as a PCMCIA device, so there is no ISA attatement 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 paremeters here.
#device an
# Xircom Ethernet
#device xe

# 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 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
// ISA的网卡...同样的选择您有的...没有的#掉 ...
同样的..您也可以参考/sur/src/sys/i386/conf/LINT 有详细的说明
----------------------------------------------------------------------------
[第八部份]虚拟装置、封包过滤器、USB的装置 设定
----------------------------------------------------------------------------
# Pseudo devices - the number indicates how many units to allocated.
pseudo-device loop # Network loopback
// 通常的loop装置,当您用telnet或ftp localhost它就是经由此装置
此为必需的。
pseudo-device ether # Ethernet support
// 当您有网路卡时才需要,它也包含基本的网路协定码

#pseudo-device sl 1 # Kernel SLIP
// 支援SLIP,不过他以快要被PPP取代,s1後的数字表示,同时有多少SLIP session被支援

#pseudo-device ppp 1 # Kernel PPP
// 对拨接的PPP支援,ppp後的数字表示,同时有多少PPP连结被支援

#pseudo-device tun # Packet tunnel.
// 被PPP所使用,tun後的数字表示,同时有多少PPP session被支援

pseudo-device pty # Pseudo-ttys (telnet etc)
// 虚拟终端机装置,预设是16,最高可以达到256 (login port)

pseudo-device md # Memory "disks"
// memory disk 虚拟装置 与之前的(第二部份)MFS相呼应,不可单独存在

#pseudo-device gif 4 # IPv6 and IPv4 tunneling
// IPv4及IPv6间的工具

#pseudo-device faith 1 # IPv6-to-IPv4 relaying (translation)
// 抓取封包并使之转向到IPv4/IPv6间的转化daemon

# The `bpf' pseudo-device enables the Berkeley Packet Filter.
# Be aware of the administrative consequences of enabling this!
pseudo-device bpf #Berkeley packet filter
// Berkeley的封包过滤器。(这是必要的)
他允许网路介面即使被放置在一个杂乱的模式,它也能在broadcast上抓取每一封包。
这些封包能被抓取到磁碟或经由tcpdump程式解释。

# USB support
#device uhci # UHCI PCI->USB interface
#device ohci # OHCI PCI->USB interface
#device usb # USB Bus (required)
#device ugen # Generic
#device uhid # "Human Interface Devices"
#device ukbd # Keyboard
#device ulpt # Printer
#device umass # Disks/Mass storage - Requires scbus and da
#device ums # Mouse
# USB Ethernet, requires mii
#device aue # ADMtek USB ethernet
#device cue # CATC USB ethernet
#device kue # Kawasaki LSI USB ethernet
// USB装置的支援

终於...把文字叙述档给修正完成了....现在已经完成编译的一大步了...
让我们一鼓作气完成他...继续编译

文章整理:西部数码--专业提供域名注册虚拟主机服务
http://www.west263.com
以上信息与文章正文是不可分割的一部分,如果您要转载本文章,请保留以上信息,谢谢!