sis900.tmpl
上传用户:lgb322
上传日期:2013-02-24
资源大小:30529k
文件大小:12k
源码类别:

嵌入式Linux

开发平台:

Unix_Linux

  1. <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook V3.1//EN"[]>
  2. <book id="SiS900Guide">
  3. <bookinfo>
  4. <title>SiS 900/7016 Fast Ethernet Device Driver</Title>
  5. <authorgroup>
  6. <author>
  7. <FirstName>Ollie</FirstName>
  8. <surname>Lho</surname>
  9. </author>
  10. <author>
  11. <FirstName>Lei Chun</FirstName>
  12. <surname>Chang</surname>
  13. </author>
  14. </authorgroup>
  15. <edition>Document Revision: 0.3 for SiS900 driver v1.06 & v1.07</edition>
  16. <PubDate>November 16, 2000</PubDate>
  17. <copyright>
  18.  <year>1999</year>
  19.  <holder>Silicon Integrated System Corp.</holder>
  20. </copyright>
  21. <legalnotice>
  22.  <para>
  23. This program is free software; you can redistribute it and/or modify
  24. it under the terms of the GNU General Public License as published by
  25. the Free Software Foundation; either version 2 of the License, or
  26. (at your option) any later version.
  27.  </para>
  28.  <para>
  29. This program is distributed in the hope that it will be useful,
  30. but WITHOUT ANY WARRANTY; without even the implied warranty of
  31. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  32. GNU General Public License for more details.
  33.  </para>
  34.  <para>
  35. You should have received a copy of the GNU General Public License
  36. along with this program; if not, write to the Free Software
  37. Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  38.  </para>
  39. </legalnotice>
  40. <Abstract>
  41. <Para>
  42. This document gives some information on installation and usage of SiS 900/7016
  43. device driver under Linux.
  44. </Para>
  45. </Abstract>
  46. </bookinfo>
  47. <toc></toc>
  48. <chapter id="intro">
  49.  <Title>Introduction</Title>
  50. <Para>
  51. This document describes the revision 1.06 and 1.07 of SiS 900/7016 Fast Ethernet 
  52. device driver under Linux. The driver is developed by Silicon Integrated
  53. System Corp. and distributed freely under the GNU General Public License (GPL).
  54. The driver can be compiled as a loadable module and used under Linux kernel 
  55. version 2.2.x. (rev. 1.06)
  56. With minimal changes, the driver can also be used under 2.3.x and 2.4.x kernel 
  57. (rev. 1.07), please see 
  58. <XRef LinkEnd="install">. If you are intended to 
  59. use the driver for earlier kernels, you are on your own.
  60. </Para>
  61. <Para>
  62. The driver is tested with usual TCP/IP applications including
  63. FTP, Telnet, Netscape etc. and is used constantly by the developers.
  64. </Para>
  65. <Para>
  66. Please send all comments/fixes/questions to
  67. <ULink URL="mailto:lcchang@sis.com.tw">Lei-Chun Chang</ULink>.
  68. </Para>
  69. </chapter>
  70. <chapter id="changes">
  71.  <Title>Changes</Title>
  72. <Para>
  73. Changes made in Revision 1.07
  74. <OrderedList>
  75. <ListItem>
  76. <Para>
  77. Separation of sis900.c and sis900.h in order to move most 
  78. constant definition to sis900.h (many of those constants were
  79. corrected)
  80. </Para>
  81. </ListItem>
  82. <ListItem>
  83. <Para>
  84. Clean up PCI detection, the pci-scan from Donald Becker were not used,
  85. just simple pci&lowbar;find&lowbar;*.
  86. </Para>
  87. </ListItem>
  88. <ListItem>
  89. <Para>
  90. MII detection is modified to support multiple mii transceiver.
  91. </Para>
  92. </ListItem>
  93. <ListItem>
  94. <Para>
  95. Bugs in read&lowbar;eeprom, mdio&lowbar;* were removed.
  96. </Para>
  97. </ListItem>
  98. <ListItem>
  99. <Para>
  100. Lot of sis900 irrelevant comments were removed/changed and
  101. more comments were added to reflect the real situation.
  102. </Para>
  103. </ListItem>
  104. <ListItem>
  105. <Para>
  106. Clean up of physical/virtual address space mess in buffer 
  107. descriptors.
  108. </Para>
  109. </ListItem>
  110. <ListItem>
  111. <Para>
  112. Better transmit/receive error handling.
  113. </Para>
  114. </ListItem>
  115. <ListItem>
  116. <Para>
  117. The driver now uses zero-copy single buffer management
  118. scheme to improve performance.
  119. </Para>
  120. </ListItem>
  121. <ListItem>
  122. <Para>
  123. Names of variables were changed to be more consistent.
  124. </Para>
  125. </ListItem>
  126. <ListItem>
  127. <Para>
  128. Clean up of auo-negotiation and timer code.
  129. </Para>
  130. </ListItem>
  131. <ListItem>
  132. <Para>
  133. Automatic detection and change of PHY on the fly.
  134. </Para>
  135. </ListItem>
  136. <ListItem>
  137. <Para>
  138. Bug in mac probing fixed.
  139. </Para>
  140. </ListItem>
  141. <ListItem>
  142. <Para>
  143. Fix 630E equalier problem by modifying the equalizer workaround rule.
  144. </Para>
  145. </ListItem>
  146. <ListItem>
  147. <Para>
  148. Support for ICS1893 10/100 Interated PHYceiver.
  149. </Para>
  150. </ListItem>
  151. <ListItem>
  152. <Para>
  153. Support for media select by ifconfig.
  154. </Para>
  155. </ListItem>
  156. <ListItem>
  157. <Para>
  158. Added kernel-doc extratable documentation.
  159. </Para>
  160. </ListItem>
  161. </OrderedList>
  162. </Para>
  163. </chapter>
  164. <chapter id="tested">
  165.  <Title>Tested Environment</Title>
  166. <Para>
  167. This driver is developed on the following hardware
  168. <ItemizedList>
  169. <ListItem>
  170. <Para>
  171. Intel Celeron 500 with SiS 630 (rev 02) chipset
  172. </Para>
  173. </ListItem>
  174. <ListItem>
  175. <Para>
  176. SiS 900 (rev 01) and SiS 7016/7014 Fast Ethernet Card
  177. </Para>
  178. </ListItem>
  179. </ItemizedList>
  180. and tested with these software environments
  181. <ItemizedList>
  182. <ListItem>
  183. <Para>
  184. Red Hat Linux version 6.2
  185. </Para>
  186. </ListItem>
  187. <ListItem>
  188. <Para>
  189. Linux kernel version 2.4.0
  190. </Para>
  191. </ListItem>
  192. <ListItem>
  193. <Para>
  194. Netscape version 4.6
  195. </Para>
  196. </ListItem>
  197. <ListItem>
  198. <Para>
  199. NcFTP 3.0.0 beta 18
  200. </Para>
  201. </ListItem>
  202. <ListItem>
  203. <Para>
  204. Samba version 2.0.3
  205. </Para>
  206. </ListItem>
  207. </ItemizedList>
  208. </Para>
  209. </chapter>
  210. <chapter id="files">
  211. <Title>Files in This Package</Title>
  212. <Para>
  213. In the package you can find these files:
  214. </Para>
  215. <Para>
  216. <VariableList>
  217. <VarListEntry>
  218. <Term>sis900.c</Term>
  219. <ListItem>
  220. <Para>
  221. Driver source file in C 
  222. </Para>
  223. </ListItem>
  224. </VarListEntry>
  225. <VarListEntry>
  226. <Term>sis900.h</Term>
  227. <ListItem>
  228. <Para>
  229. Header file for sis900.c
  230. </Para>
  231. </ListItem>
  232. </VarListEntry>
  233. <VarListEntry>
  234. <Term>sis900.sgml</Term>
  235. <ListItem>
  236. <Para>
  237. DocBook SGML source of the document
  238. </Para>
  239. </ListItem>
  240. </VarListEntry>
  241. <VarListEntry>
  242. <Term>sis900.txt</Term>
  243. <ListItem>
  244. <Para>
  245. Driver document in plain text
  246. </Para>
  247. </ListItem>
  248. </VarListEntry>
  249. </VariableList>
  250. </Para>
  251. </chapter>
  252. <chapter id="install">
  253.  <Title>Installation</Title>
  254. <Para>
  255. Silicon Integrated System Corp. is cooperating closely with core Linux Kernel
  256. developers. The revisions of SiS 900 driver are distributed by the usuall channels
  257. for kernel tar files and patches. Those kernel tar files for official kernel and
  258. patches for kernel pre-release can be download at 
  259. <ULink URL="http://ftp.kernel.org/pub/linux/kernel/">official kernel ftp site</ULink> 
  260. and its mirrors.
  261. The 1.06 revision can be found in kernel version later than 2.3.15 and pre-2.2.14, 
  262. and 1.07 revision can be found in kernel version 2.4.0.
  263. If you have no prior experience in networking under Linux, please read
  264. <ULink URL="http://www.linuxdoc.org/">Ethernet HOWTO</ULink> and
  265. <ULink URL="http://www.linuxdoc.org/">Networking HOWTO</ULink> available from
  266. Linux Documentation Project (LDP).
  267. </Para>
  268. <Para>
  269. The driver is bundled in release later than 2.2.11 and 2.3.15 so this 
  270. is the most easy case. 
  271. Be sure you have the appropriate packages for compiling kernel source.
  272. Those packages are listed in Document/Changes in kernel source 
  273. distribution. If you have to install the driver other than those bundled
  274. in kernel release, you should have your driver file 
  275. <filename>sis900.c</filename> and <filename>sis900.h</filename> 
  276. copied into <filename class=directory>/usr/src/linux/drivers/net/</filename> first.
  277. There are two alternative ways to install the driver
  278. </Para>
  279. <Sect1>
  280. <Title>Building the driver as loadable module</Title>
  281. <Para>
  282. To build the driver as a loadable kernel module you have to reconfigure
  283. the kernel to activate network support by
  284. </Para>
  285. <Para><screen>
  286. make menuconfig
  287. </screen></Para>
  288. <Para>
  289. Choose <quote>Loadable module support  ---></quote>, 
  290. then select <quote>Enable loadable module support</quote>.
  291. </Para>
  292. <Para>
  293. Choose <quote>Network Device Support  ---></quote>, select 
  294. <quote>Ethernet (10 or 100Mbit)</quote>.
  295. Then select <quote>EISA, VLB, PCI and on board controllers</quote>, 
  296. and choose <quote>SiS 900/7016 PCI Fast Ethernet Adapter support</quote> 
  297. to <quote>M</quote>.
  298. </Para>
  299. <Para>
  300. After reconfiguring the kernel, you can make the driver module by
  301. </Para>
  302. <Para><screen>
  303. make modules
  304. </screen></Para>
  305. <Para>
  306. The driver should be compiled with no errors. After compiling the driver,
  307. the driver can be installed to proper place by
  308. </Para>
  309. <Para><screen>
  310. make modules_install
  311. </screen></Para>
  312. <Para>
  313. Load the driver into kernel by
  314. </Para>
  315. <Para><screen>
  316. insmod sis900
  317. </screen></Para>
  318. <Para>
  319. When loading the driver into memory, some information message can be view by
  320. </Para>
  321. <Para>
  322. <screen>
  323. dmesg
  324. </screen>
  325. or
  326. <screen>
  327. cat /var/log/message
  328. </screen>
  329. </Para>
  330. <Para>
  331. If the driver is loaded properly you will have messages similar to this:
  332. </Para>
  333. <Para><screen>
  334. sis900.c: v1.07.06  11/07/2000
  335. eth0: SiS 900 PCI Fast Ethernet at 0xd000, IRQ 10, 00:00:e8:83:7f:a4.
  336. eth0: SiS 900 Internal MII PHY transceiver found at address 1.
  337. eth0: Using SiS 900 Internal MII PHY as default
  338. </screen></Para>
  339. <Para>
  340. showing the version of the driver and the results of probing routine.
  341. </Para>
  342. <Para>
  343. Once the driver is loaded, network can be brought up by
  344. </Para>
  345. <Para><screen>
  346. /sbin/ifconfig eth0 IPADDR broadcast BROADCAST netmask NETMASK media TYPE
  347. </screen></Para>
  348. <Para>
  349. where IPADDR, BROADCAST, NETMASK are your IP address, broadcast address and
  350. netmask respectively. TYPE is used to set medium type used by the device. 
  351. Typical values are "10baseT"(twisted-pair 10Mbps Ethernet) or "100baseT"
  352. (twisted-pair 100Mbps Ethernet). For more information on how to configure 
  353. network interface, please refer to  
  354. <ULink URL="http://www.linuxdoc.org/">Networking HOWTO</ULink>.
  355. </Para>
  356. <Para>
  357. The link status is also shown by kernel messages. For example, after the
  358. network interface is activated, you may have the message:
  359. </Para>
  360. <Para><screen>
  361. eth0: Media Link On 100mbps full-duplex
  362. </screen></Para>
  363. <Para>
  364. If you try to unplug the twist pair (TP) cable you will get
  365. </Para>
  366. <Para><screen>
  367. eth0: Media Link Off
  368. </screen></Para>
  369. <Para>
  370. indicating that the link is failed.
  371. </Para>
  372. </Sect1>
  373. <Sect1>
  374. <Title>Building the driver into kernel</Title>
  375. <Para>
  376. If you want to make the driver into kernel, choose <quote>Y</quote> 
  377. rather than <quote>M</quote> on 
  378. <quote>SiS 900/7016 PCI Fast Ethernet Adapter support</quote> 
  379. when configuring the kernel. Build the kernel image in the usual way
  380. </Para>
  381. <Para><screen>
  382. make dep
  383. make clean
  384. make bzlilo
  385. </screen></Para>
  386. <Para>
  387. Next time the system reboot, you have the driver in memory.
  388. </Para>
  389. </Sect1>
  390. </chapter>
  391. <chapter id="problems">
  392.  <Title>Known Problems and Bugs</Title>
  393. <Para>
  394. There are some known problems and bugs. If you find any other bugs please 
  395. mail to <ULink URL="mailto:lcchang@sis.com.tw">lcchang@sis.com.tw</ULink>
  396. <OrderedList>
  397. <ListItem>
  398. <Para>
  399. AM79C901 HomePNA PHY is not thoroughly tested, there may be some 
  400. bugs in the <quote>on the fly</quote> change of transceiver. 
  401. </Para>
  402. </ListItem>
  403. <ListItem>
  404. <Para>
  405. A bug is hidden somewhere in the receive buffer management code, 
  406. the bug causes NULL pointer reference in the kernel. This fault is 
  407. caught before bad things happen and reported with the message:
  408. <computeroutput>
  409. eth0: NULL pointer encountered in Rx ring, skipping 
  410. </computeroutput>
  411. which can be viewed with <Literal remap="tt">dmesg</Literal> or 
  412. <Literal remap="tt">cat /var/log/message</Literal>.
  413. </Para>
  414. </ListItem>
  415. <ListItem>
  416. <Para>
  417. The media type change from 10Mbps to 100Mbps twisted-pair ethernet 
  418. by ifconfig causes the media link down.
  419. </Para>
  420. </ListItem>
  421. </OrderedList>
  422. </Para>
  423. </chapter>
  424. <chapter id="RHistory">
  425.  <Title>Revision History</Title>
  426. <Para>
  427. <ItemizedList>
  428. <ListItem>
  429. <Para>
  430. November 13, 2000, Revision 1.07, seventh release, 630E problem fixed 
  431. and furthur clean up.
  432. </Para>
  433. </ListItem>
  434. <ListItem>
  435. <Para>
  436. November 4, 1999, Revision 1.06, Second release, lots of clean up
  437. and optimization.
  438. </Para>
  439. </ListItem>
  440. <ListItem>
  441. <Para>
  442. August 8, 1999, Revision 1.05, Initial Public Release
  443. </Para>
  444. </ListItem>
  445. </ItemizedList>
  446. </Para>
  447. </chapter>
  448. <chapter id="acknowledgements">
  449.  <Title>Acknowledgements</Title>
  450. <Para>
  451. This driver was originally derived form 
  452. <ULink URL="mailto:becker@cesdis1.gsfc.nasa.gov">Donald Becker</ULink>'s
  453. <ULink URL="ftp://cesdis.gsfc.nasa.gov/pub/linux/drivers/kern-2.3/pci-skeleton.c"
  454. >pci-skeleton</ULink> and
  455. <ULink URL="ftp://cesdis.gsfc.nasa.gov/pub/linux/drivers/kern-2.3/rtl8139.c"
  456. >rtl8139</ULink> drivers. Donald also provided various suggestion
  457. regarded with improvements made in revision 1.06.
  458. </Para>
  459. <Para>
  460. The 1.05 revision was created by 
  461. <ULink URL="mailto:cmhuang@sis.com.tw">Jim Huang</ULink>, AMD 79c901 
  462. support was added by <ULink URL="mailto:lcs@sis.com.tw">Chin-Shan Li</ULink>.
  463. </Para>
  464. </chapter>
  465. <chapter id="functions">
  466. <title>List of Functions</title>
  467. !Idrivers/net/sis900.c
  468. </chapter>
  469. </book>