From 67eb30f281bccab3f3caba9469da33b732fac197 Mon Sep 17 00:00:00 2001 From: Mark Kettenis Date: Fri, 30 Oct 2020 13:36:46 +0000 Subject: No need to print that we're the console device; wsdisplay(4) will do that for us. --- sys/arch/powerpc64/dev/astfb.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'sys') diff --git a/sys/arch/powerpc64/dev/astfb.c b/sys/arch/powerpc64/dev/astfb.c index 98846ab2548..0b193f4e82d 100644 --- a/sys/arch/powerpc64/dev/astfb.c +++ b/sys/arch/powerpc64/dev/astfb.c @@ -1,4 +1,4 @@ -/* $OpenBSD: astfb.c,v 1.2 2020/10/30 13:11:11 kettenis Exp $ */ +/* $OpenBSD: astfb.c,v 1.3 2020/10/30 13:36:45 kettenis Exp $ */ /* * Copyright (c) 2020 Mark Kettenis. @@ -124,9 +124,6 @@ astfb_attach(struct device *parent, struct device *self, void *aux) printf("\n"); - if (console) - printf("%s: console\n", sc->sc_dev.dv_xname); - ri->ri_bits = bus_space_vaddr(sc->sc_iot, sc->sc_ioh); ri->ri_hw = sc; -- cgit v1.2.3