Page MenuHomeFreeBSD

linuxkpi: Add `pci_device_is_present()`
ClosedPublic

Authored by dumbbell on Jan 22 2023, 2:06 PM.
Tags
None
Referenced Files
Unknown Object (File)
Nov 18 2024, 4:36 PM
Unknown Object (File)
Nov 8 2024, 9:10 PM
Unknown Object (File)
Nov 8 2024, 6:54 PM
Unknown Object (File)
Oct 3 2024, 12:56 AM
Unknown Object (File)
Oct 2 2024, 11:51 AM
Unknown Object (File)
Sep 28 2024, 7:38 AM
Unknown Object (File)
Sep 27 2024, 10:14 AM
Unknown Object (File)
Sep 27 2024, 4:02 AM

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

This revision is now accepted and ready to land.Jan 23 2023, 7:42 AM
This revision was automatically updated to reflect the committed changes.
bz added inline comments.
sys/compat/linuxkpi/common/include/linux/pci.h
1681

The declaration should be at the top of the file?

sys/compat/linuxkpi/common/src/linux_pci.c
1006

Ca we not fold this into return (bus_child_present(pdev->dev.bsddev)); continuing to assume pdev cannot be NULL?