RTL8169: Difference between revisions

17 bytes removed ,  2 years ago
m
unsigned int -> uint32_t
[unchecked revision][unchecked revision]
m (Add device IDs and note about 64-bit descriptor address writes.)
m (unsigned int -> uint32_t)
Line 46:
eg:
<source lang="c">
struct Descriptor {
uint32_t command; /* command/status uint32_t */
{
unsigneduint32_t vlan; int command, /* command/statuscurrently uint32_tunused */
uint32_t low_buf; high_buf; /* highlow 32-bits of physical buffer address */
vlan, /* currently unused */
uint32_t low_buf, high_buf; /* lowhigh 32-bits of physical buffer address */
high_buf; /* high 32-bits of physical buffer address */
};
170

edits