Page MenuHomeFreeBSD

Mechanically convert if_vtnet(4) to DrvAPI
ClosedPublic

Authored by jhibbits on Dec 22 2022, 3:26 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Nov 6, 7:58 PM
Unknown Object (File)
Sat, Oct 19, 8:19 AM
Unknown Object (File)
Sep 25 2024, 2:17 PM
Unknown Object (File)
Sep 23 2024, 7:16 AM
Unknown Object (File)
Sep 20 2024, 3:09 AM
Unknown Object (File)
Sep 15 2024, 5:44 AM
Unknown Object (File)
Sep 15 2024, 5:44 AM
Unknown Object (File)
Aug 21 2024, 6:36 PM
Subscribers

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 48811
Build 45700: arc lint + arc unit

Event Timeline

bryanv added inline comments.
sys/dev/virtio/network/if_vtnet.c
164

Nit: looks like the prototypes with struct ifnet * as the last arg ended up with a trailing space after if_t

This revision is now accepted and ready to land.Jan 11 2023, 5:22 AM
sys/dev/virtio/network/if_vtnet.c
164

This is probably the case in most drivers I changed, since the changes were purely mechanical (sed+awk). I'll do a cleanup pass before pushing them all.

This revision was automatically updated to reflect the committed changes.