diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2020-10-30 13:36:46 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2020-10-30 13:36:46 +0000 |
commit | 67eb30f281bccab3f3caba9469da33b732fac197 (patch) | |
tree | 01efcbdbe4c94f5deb9a8998f26340da81e287f0 /sys | |
parent | e85b7ddd2059a0c2c50ed85d3ae1f0446f060745 (diff) |
No need to print that we're the console device; wsdisplay(4) will do that
for us.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/powerpc64/dev/astfb.c | 5 |
1 files changed, 1 insertions, 4 deletions
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; |