LibBSD | pci: Add zynqmp pcib support (!146)

Kinsey Moore (@opticron) gitlab at rtems.org
Thu Jun 11 22:35:45 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_152298

 > +		    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, "

This is answered in other comments.

-- 
View it on GitLab: https://gitlab.rtems.org/rtems/pkg/rtems-libbsd/-/merge_requests/146#note_152298
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/0f8a37a3/attachment-0001.htm>


More information about the bugs mailing list