source: rtems/c/src/libchip/network/README.sonic @ 657af74

4.104.114.84.95
Last change on this file since 657af74 was c9c67390, checked in by Joel Sherrill <joel.sherrill@…>, on 02/05/99 at 00:34:17

Split SONIC chip into appropriate files for libchip'ing. The portable
portion is now in the libchip tree and the dmv177 configuration is in
the dmv177 bsp. The performance impact of libchip'ing this driver
was minimal.

  • Property mode set to 100644
File size: 596 bytes
Line 
1#
2#  $Id$
3#
4
5This SONIC driver does not make any attempt to support the SONIC chip
6in any of the following modes:
7
8  + 16-bit
9  + little endian
10 
11It does not attempt to handle SONIC's older than Revision C.  There is
12a bug in chips before that revision that must be handled in the driver.
13
14The configuration table should be discussed here but if you look in the
15include file for the sonic, it is reasonably obvious. :)
16
17The performance impact of transforming this driver into libchip format
18was minimal.
19
20The powerpc/dmv177 BSP uses this driver and can serve as an example
21configuration table.
Note: See TracBrowser for help on using the repository browser.