return (0);
/*
* Don't reserve resources for CPU devices. Some of these devices
* need to be allocated as shareable, but reservations are always
* non-shareable.
*/
if (device_get_devclass(dev) == devclass_find("cpu"))
* Reserve the resource.
*
* XXX: Ignores failure for now. Failure here is probably a