1
0
mirror of synced 2026-01-25 19:36:34 +00:00

new device name, trying to figure out how to have siblings device in the PROM

This commit is contained in:
Romain Dolbeau
2021-01-09 13:37:43 -05:00
parent cc18210794
commit 007add0015
3 changed files with 78 additions and 82 deletions

View File

@@ -377,7 +377,7 @@ rdfpga_match(device_t parent, cfdata_t cf, void *aux)
{
struct sbus_attach_args *sa = (struct sbus_attach_args *)aux;
return (strcmp("RDOL,SBusFPGA", sa->sa_name) == 0);
return (strcmp("RDOL,cryptoengine", sa->sa_name) == 0);
}
static void rdfpga_crypto_init(device_t self, struct rdfpga_softc *sc);