RTL8169: Difference between revisions

Jump to navigation Jump to search
148 bytes added ,  12 years ago
m
[unchecked revision][unchecked revision]
Line 113:
high_buf; /* high 32-bits of physical buffer address */
};
 
/**
* Note that this assumes 16*1024=16KB (4 pages) of physical memory at 1MB and 2MB is identity mapped to
* the same linear address range
*/
struct Descriptor *Rx_Descriptors = (struct Descriptor *)0x100000; /* 1MB Base Address of Rx Descriptors */
struct Descriptor *Tx_Descriptors = (struct Descriptor *)0x200000; /* 2MB Base Address of Tx Descriptors */
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.

Navigation menu