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)
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
Unknown Object (File)
Sep 24 2024, 12:47 AM
Unknown Object (File)
Sep 23 2024, 12:25 AM
Unknown Object (File)
Sep 19 2024, 5:27 PM

Diff Detail

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

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?