bjorn3
|
de6beb8992
|
Implement network:mac in all remaining network drivers
|
2024-02-26 20:48:02 +01:00 |
|
bjorn3
|
3751c915fe
|
Unify the scheme handling of all network drivers
This deduplicates a fair bit of non-trivial logic and makes it easier to
keep all network drivers in sync when the interface changes.
|
2024-02-26 20:43:41 +01:00 |
|
bjorn3
|
354c351b19
|
Unify device info printing between drivers
|
2024-01-23 13:01:40 +01:00 |
|
bjorn3
|
ad23ad5d93
|
Introduce irq_handle helper for legacy interrupts
|
2024-01-22 19:35:18 +01:00 |
|
bjorn3
|
bd6716efe4
|
Make legacy_interrupt_line an Option
Drivers don't need to know the exact legacy_interrupt_pin in use.
Just if legacy interrupts are enabled and if so which
legacy_interrupt_line is used.
|
2024-01-22 19:35:06 +01:00 |
|
bjorn3
|
a5d0c7c354
|
Use pci_types for reading BARs
This simplifies a lot of code and adds support for 64bit BARs.
|
2024-01-22 15:54:18 +01:00 |
|
bjorn3
|
5192816de7
|
Introduce expect_port and expect_mem helpers
|
2024-01-21 21:12:24 +01:00 |
|
bjorn3
|
878a02f29f
|
Migrate ixgbed to pcid_interface (untested)
|
2024-01-20 19:13:27 +01:00 |
|
4lDO2
|
0277284874
|
Switch to common::Dma for each non-initfs driver.
|
2023-07-18 13:59:44 +02:00 |
|
4lDO2
|
8555b8ab3d
|
Remove physmap in non-initfs drivers too.
|
2023-07-18 11:01:17 +02:00 |
|
4lDO2
|
a5a3f3341f
|
Remove all usages of physunmap.
|
2023-06-11 11:33:27 +02:00 |
|
4lDO2
|
21e30b7339
|
Replace syscall::clone() with libc::fork().
|
2022-07-27 16:25:01 +02:00 |
|
Jeremy Soller
|
00de428d6b
|
Workarounds for x86 32-bit
|
2022-07-26 17:20:34 -06:00 |
|
4lDO2
|
7a2b3d7656
|
Update dependencies.
|
2021-06-17 18:18:27 +02:00 |
|
Wren Turkal
|
00b8ad9fc2
|
Remove unnecessary unsafe declarations.
The removed unsafe statements were identified by rustc as unneeded during
compilation.
Signed-off-by: Wren Turkal <wt@penguintechs.org>
|
2020-07-14 12:56:44 +00:00 |
|
Jeremy Soller
|
f3a35af0de
|
Move ixgbed in-tree
|
2020-05-22 09:05:22 -06:00 |
|