LibBSD | pci: Add zynqmp pcib support (!146)
Kinsey Moore (@opticron)
gitlab at rtems.org
Thu Jun 11 22:36:29 UTC 2026
Kinsey Moore commented on a discussion on freebsd/sys/dev/pci/pci_host_generic.c: https://gitlab.rtems.org/rtems/pkg/rtems-libbsd/-/merge_requests/146#note_152299
> + count, flags);
> + break;
> +#endif
> + case SYS_RES_IOPORT:
> + case SYS_RES_MEMORY:
> + res = bus_generic_rman_alloc_resource(dev, child, type, rid,
> + start, end, count, flags);
> + break;
> + default:
> + res = bus_generic_alloc_resource(dev, child, type, rid, start,
> + end, count, flags);
> + break;
> + }
> + if (res == NULL) {
> +#ifndef __rtems__
> + device_printf(dev, "%s FAIL: type=%d, rid=%d, "
The short answer is that this is slated for upstream and this is how it would exist in our imported code.
--
View it on GitLab: https://gitlab.rtems.org/rtems/pkg/rtems-libbsd/-/merge_requests/146#note_152299
You're receiving this email because of your account on gitlab.rtems.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/bugs/attachments/20260611/84c4b581/attachment.htm>
More information about the bugs
mailing list