Commit 7246792
committed
feat(rtl8139): Use MMIO instead of port IO
This lets the driver be used on all architectures, not just x86_64.
While at it, drop the udelay requirement, it boils down to a spin loop
and we already have a spin loop here.
Signed-off-by: Jens Reidel <[email protected]>1 parent b33fcf4 commit 7246792
File tree
4 files changed
+426
-187
lines changed- src/drivers/net
4 files changed
+426
-187
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
| 67 | + | |
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| |||
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
| 124 | + | |
124 | 125 | | |
125 | 126 | | |
126 | 127 | | |
| |||
0 commit comments