⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 framerelay.txt

📁 嵌入式系统设计与实例开发实验教材二源码 多线程应用程序设计 串行端口程序设计 AD接口实验 CAN总线通信实验 GPS通信实验 Linux内核移植与编译实验 IC卡读写实验 SD驱动使
💻 TXT
字号:
Frame Relay (FR) support for linux is built into a two tiered system of device drivers.  The upper layer implements RFC1490 FR specification, and uses theData Link Connection Identifier (DLCI) as its hardware address.  Usually theseare assigned by your network supplier, they give you the number/numbers ofthe Virtual Connections (VC) assigned to you.Each DLCI is a point-to-point link between your machine and a remote one.As such, a separate device is needed to accommodate the routing.  Within thenet-tools archives is 'dlcicfg'.  This program will communicate with thebase "DLCI" device, and create new net devices named 'dlci00', 'dlci01'... The configuration script will ask you how many DLCIs you need, as well ashow many DLCIs you want to assign to each Frame Relay Access Device (FRAD).The DLCI uses a number of function calls to communicate with the FRAD, allof which are stored in the FRAD's private data area.  assoc/deassoc, activate/deactivate and dlci_config.  The DLCI supplies a receive functionto the FRAD to accept incoming packets.With this initial offering, only 1 FRAD driver is available.  With many thanksto Sangoma Technologies, David Mandelstam & Gene Kozin, the S502A, S502E & S508 are supported.  This driver is currently set up for only FR, but as Sangoma makes more firmware modules available, it can be updated to providethem as well.Configuration of the FRAD makes use of another net-tools program, 'fradcfg'.This program makes use of a configuration file (which dlcicfg can also read)to specify the types of boards to be configured as FRADs, as well as performany board specific configuration.  The Sangoma module of fradcfg loads theFR firmware into the card, sets the irq/port/memory information, and providesan initial configuration.Additional FRAD device drivers can be added as hardware is available.At this time, the dlcicfg and fradcfg programs have not been incorporated intothe net-tools distribution.  They can be found at ftp.invlogic.com, in /pub/linux.  Note that with OS/2 FTPD, you end up in /pub by default, so justuse 'cd linux'.  v0.10 is for use on pre-2.0.3 and earlier, v0.15 is for pre-2.0.4 and later.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -