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.


_______________________________________________
bugs mailing list
[email protected]
http://lists.rtems.org/mailman/listinfo/bugs

Reply via email to