Changeset c145d73 in rtems for c/src/lib/libbsp/i386/pc386/ne2000
- Timestamp:
- Oct 17, 2011, 12:37:24 PM (9 years ago)
- Branches:
- 4.11, 5, master
- Children:
- e6db507
- Parents:
- 8fd5081a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/i386/pc386/ne2000/ne2000.c
r8fd5081a rc145d73 567 567 unsigned char startpage, currpage; 568 568 unsigned short len; 569 unsigned char next, stat,cnt1, cnt2;569 unsigned char next, cnt1, cnt2; 570 570 struct mbuf *m; 571 571 unsigned char *p; … … 653 653 goto Next; 654 654 } 655 656 stat = hdr.rsr;657 655 658 656 /* The first four bytes of the length are the buffer header. */
Note: See TracChangeset
for help on using the changeset viewer.