From: kettenis Date: Sat, 8 Jan 2022 15:23:42 +0000 (+0000) Subject: Oops, missed a compatible string in the previous commit. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=c9b8d2f60ecbff7d778a6465e1f3612b665df740;p=openbsd Oops, missed a compatible string in the previous commit. --- diff --git a/sys/arch/arm64/dev/aplns.c b/sys/arch/arm64/dev/aplns.c index 6ce6dd50045..865dc6c2a3e 100644 --- a/sys/arch/arm64/dev/aplns.c +++ b/sys/arch/arm64/dev/aplns.c @@ -1,4 +1,4 @@ -/* $OpenBSD: aplns.c,v 1.8 2022/01/04 20:55:48 kettenis Exp $ */ +/* $OpenBSD: aplns.c,v 1.9 2022/01/08 15:23:42 kettenis Exp $ */ /* * Copyright (c) 2014, 2021 David Gwynne * @@ -98,7 +98,8 @@ aplns_match(struct device *parent, void *match, void *aux) { struct fdt_attach_args *faa = aux; - return (OF_is_compatible(faa->fa_node, "apple,nvme-m1")); + return (OF_is_compatible(faa->fa_node, "apple,nvme-m1") || + OF_is_compatible(faa->fa_node, "apple,nvme-ans2")); } void