* A device was removed from the tree. We are called just before this * happens. */
| 773 | * happens. |
| 774 | */ |
| 775 | static void |
| 776 | devremoved(device_t dev) |
| 777 | { |
| 778 | devaddq("-", device_get_nameunit(dev), dev); |
| 779 | } |
| 780 | |
| 781 | /* |
| 782 | * Called when there's no match for this device. This is only called |
no test coverage detected