]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
kboot: move to using devparse
authorWarner Losh <imp@FreeBSD.org>
Fri, 2 Dec 2022 18:10:06 +0000 (11:10 -0700)
committerWarner Losh <imp@FreeBSD.org>
Fri, 2 Dec 2022 18:17:27 +0000 (11:17 -0700)
commit6f8e9f22739aa7f5fe997741e9f50a66385c9e0c
treefca2cc6f4c451c990bd1ca9b88be2ad0e86dab15
parent7e1a2e46aa9a2f834c33b5c50de0437ac19d7b41
kboot: move to using devparse

We can use devparse directly now. No need to invent a kboot_parsedev
that just does what devparse does now that we've refactored.

Sponsored by: Netflix
stand/kboot/main.c