Changeset 936ae5d in rtems
- Timestamp:
- 04/08/99 16:19:21 (24 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 63b96b9
- Parents:
- 5dbc2e2
- Location:
- doc/networking
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/networking/Makefile
r5dbc2e2 r936ae5d 24 24 25 25 GENERATED_FILES=networkapp.texi driver.texi networktasks.texi testing.texi \ 26 servers.texi 26 servers.texi decdriver.texi 27 27 28 28 FILES= $(PROJECT).texi \ … … 71 71 $(BMENU) -p "Throughput" \ 72 72 -u "Top" \ 73 -n "DEC 21140 Driver" ${*}.t 74 75 decdriver.texi: decdriver.t Makefile 76 $(BMENU) -p "Using Hooks" \ 77 -u "Top" \ 73 78 -n "Command and Variable Index" ${*}.t 74 79 -
doc/networking/decdriver.t
r5dbc2e2 r936ae5d 8 8 @c 9 9 10 @cha tper DEC 21140 Driver11 12 @section Introduction10 @chapter DEC 21140 Driver 11 12 @section DEC 21240 Driver Introduction 13 13 14 14 @c XXX add back in cross reference to list of boards. … … 114 114 is able to extract the information it needs to configure the board internal 115 115 registers, like the interrupt line, the base address,... The board internal 116 registers will not be detailled here. You can find them in @ title{DIGITAL116 registers will not be detailled here. You can find them in @b{DIGITAL 117 117 Semiconductor 21140A PCI Fast Ethernet LAN Controller 118 118 - Hardware Reference Manual}. … … 150 150 the descriptor of these frames. We have chosen to use 7 receive buffers and 151 151 1 transmit buffer to optimize memory allocation due to cache and paging problem 152 that will be explained in the section @b{Encountered Problems .152 that will be explained in the section @b{Encountered Problems}. 153 153 154 154 … … 304 304 @item @cite{[99.TA.0021.M.ER]Emmanuel Raguet, 305 305 @b{RTEMS Cache Management For Intel}}. 306 @end itemize -
doc/networking/networking.texi
r5dbc2e2 r936ae5d 69 69 @include testing.texi 70 70 @include servers.texi 71 @include decdriver.texi 71 72 @ifinfo 72 73 @node Top, Preface, (dir), (dir) … … 82 83 * Testing the Driver:: 83 84 * Network Servers:: 85 * DEC 21140 Driver:: 84 86 * Command and Variable Index:: 85 87 * Concept Index:: … … 92 94 @c 93 95 94 @node Command and Variable Index, Concept Index, Using Hooks, Top96 @node Command and Variable Index, Concept Index, List of Ethernet cards using the DEC chip, Top 95 97 @unnumbered Command and Variable Index 96 98
Note: See TracChangeset
for help on using the changeset viewer.