| 1471 | } |
| 1472 | |
| 1473 | static int |
| 1474 | swcr_detach(device_t dev) |
| 1475 | { |
| 1476 | crypto_unregister_all(swcr_id); |
| 1477 | return 0; |
| 1478 | } |
| 1479 | |
| 1480 | static device_method_t swcr_methods[] = { |
| 1481 | DEVMETHOD(device_identify, swcr_identify), |
nothing calls this directly
no test coverage detected