Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
I think it would be helpful to provide a link on that page to the Intel manual. (I may have missed such a link, in which case it needs to be more prominent.)
iansjack wrote:I think it would be helpful to provide a link on that page to the Intel manual. (I may have missed such a link, in which case it needs to be more prominent.)
Kemosparc wrote the page on his private user-page. I then just moved it to its current position. So no, there's no Intel manual link.
Edit:
Just fixed that. Now there are manuals in an extra section at the bottom of the page named Manuals.
I'm trying to write a driver for the i219. My basic driver works on QEMU with th e1000 card. I've now shifted to real hardware and I've made the changes mentioned in the i217 page, but the driver doesn't seem to be working. I'm trying to look a the i219 datasheet to see how it differs from older cards but the datasheet is very different. There's no reference to a receive descriptor address register or a transmission control register. Even the numbering of the registers is different. Does anyone know how to use the datasheet?