mirror of
https://github.com/opnsense/src.git
synced 2026-04-23 15:19:31 -04:00
parent
df472af034
commit
b277ef3304
1 changed files with 2 additions and 1 deletions
|
|
@ -364,8 +364,9 @@ ds3231_probe(device_t dev)
|
|||
if (ofw_bus_is_compatible(dev, "maxim,ds3231"))
|
||||
rc = BUS_PROBE_DEFAULT;
|
||||
else
|
||||
rc = BUS_PROBE_NOWILDCARD;
|
||||
#endif
|
||||
rc = BUS_PROBE_NOWILDCARD;
|
||||
|
||||
device_set_desc(dev, "Maxim DS3231 RTC");
|
||||
|
||||
return (rc);
|
||||
|
|
|
|||
Loading…
Reference in a new issue