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)
Fri, Jul 10, 1:56 AM
Unknown Object (File)
Tue, Jul 7, 8:08 PM
Unknown Object (File)
Thu, Jul 2, 12:23 AM
Unknown Object (File)
Tue, Jun 30, 1:27 AM
Unknown Object (File)
Sun, Jun 21, 4:33 PM
Unknown Object (File)
Jun 16 2026, 8:17 AM
Unknown Object (File)
Jun 4 2026, 7:18 PM
Unknown Object (File)
Jun 2 2026, 2:25 PM
Subscribers

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

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

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–165

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.