-
Notifications
You must be signed in to change notification settings - Fork 6
RTL8139 driver #73
Copy link
Copy link
Labels
A: kernel/driversA driver in the kernelA driver in the kernelP: criticalCritical priority. (Higher than major.) This issue is very important to solve in the short-term.Critical priority. (Higher than major.) This issue is very important to solve in the short-term.T: qemu-riscv64The QEMU virtual machine, configured for riscv64.The QEMU virtual machine, configured for riscv64.
Metadata
Metadata
Assignees
Labels
A: kernel/driversA driver in the kernelA driver in the kernelP: criticalCritical priority. (Higher than major.) This issue is very important to solve in the short-term.Critical priority. (Higher than major.) This issue is very important to solve in the short-term.T: qemu-riscv64The QEMU virtual machine, configured for riscv64.The QEMU virtual machine, configured for riscv64.
This is the Ethernet interface we emulate in QEMU (to avoid duplicating the xv6 class's use of the e1000/i217).
There isn't an Ethernet device class yet, so whichever of this and #72 that gets finished first will probably define it for the other.