Changeset 936ae5d in rtems


Ignore:
Timestamp:
04/08/99 16:19:21 (24 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
63b96b9
Parents:
5dbc2e2
Message:

Added DEC21140 document from Emmanuel Raguet <raguet@…>.

Location:
doc/networking
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • doc/networking/Makefile

    r5dbc2e2 r936ae5d  
    2424
    2525GENERATED_FILES=networkapp.texi driver.texi networktasks.texi testing.texi \
    26   servers.texi
     26  servers.texi decdriver.texi
    2727
    2828FILES= $(PROJECT).texi \
     
    7171        $(BMENU) -p "Throughput" \
    7272           -u "Top" \
     73           -n "DEC 21140 Driver" ${*}.t
     74
     75decdriver.texi: decdriver.t Makefile
     76        $(BMENU) -p "Using Hooks" \
     77           -u "Top" \
    7378           -n "Command and Variable Index" ${*}.t
    7479
  • doc/networking/decdriver.t

    r5dbc2e2 r936ae5d  
    88@c
    99
    10 @chatper DEC 21140 Driver
    11 
    12 @section Introduction
     10@chapter DEC 21140 Driver
     11
     12@section DEC 21240 Driver Introduction
    1313
    1414@c XXX add back in cross reference to list of boards.
     
    114114is able to extract the information it needs to configure the board internal
    115115registers, like the interrupt line, the base address,... The board internal
    116 registers will not be detailled here. You can find them in @title{DIGITAL
     116registers will not be detailled here. You can find them in @b{DIGITAL
    117117Semiconductor 21140A PCI Fast Ethernet LAN Controller
    118118- Hardware Reference Manual}.
     
    150150the descriptor of these frames. We have chosen to use 7 receive buffers and
    1511511 transmit buffer to optimize memory allocation due to cache and paging problem
    152 that will be explained in the section @b{Encountered Problems.
     152that will be explained in the section @b{Encountered Problems}.
    153153
    154154
     
    304304@item @cite{[99.TA.0021.M.ER]Emmanuel Raguet,
    305305@b{RTEMS Cache Management For Intel}}.
     306@end itemize
  • doc/networking/networking.texi

    r5dbc2e2 r936ae5d  
    6969@include testing.texi
    7070@include servers.texi
     71@include decdriver.texi
    7172@ifinfo
    7273@node Top, Preface, (dir), (dir)
     
    8283* Testing the Driver::
    8384* Network Servers::
     85* DEC 21140 Driver::
    8486* Command and Variable Index::
    8587* Concept Index::
     
    9294@c
    9395
    94 @node Command and Variable Index, Concept Index, Using Hooks, Top
     96@node Command and Variable Index, Concept Index, List of Ethernet cards using the DEC chip, Top
    9597@unnumbered Command and Variable Index
    9698
Note: See TracChangeset for help on using the changeset viewer.