(dummy)
| 101 | } |
| 102 | |
| 103 | static void |
| 104 | configure_final(dummy) |
| 105 | void *dummy; |
| 106 | { |
| 107 | intr_enable(); |
| 108 | |
| 109 | cninit_finish(); |
| 110 | |
| 111 | if (bootverbose) |
| 112 | printf("Device configuration finished.\n"); |
| 113 | |
| 114 | cold = 0; |
| 115 | } |
nothing calls this directly
no test coverage detected