From 32aa98d20489153ce09a30b2101dd2a81e15677f Mon Sep 17 00:00:00 2001 From: fcambus Date: Thu, 12 Jul 2018 12:46:00 +0000 Subject: [PATCH] Stop building rasops4 on amd64. It was pulled in for efifb, but it is extremely unlikely an EFI system supporting only 4-bit color depth (16 colors) exists. Even if it existed though, on SMALL_KERNEL rasops4_putchar() simply returns EAGAIN so it would not be possible to install the system. For the record, we do not build rasops4 on i386 or on any of our other platforms either. OK kettenis@, mpi@ --- sys/arch/amd64/conf/files.amd64 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/arch/amd64/conf/files.amd64 b/sys/arch/amd64/conf/files.amd64 index e6cad55a64e..6da1a7b0aa6 100644 --- a/sys/arch/amd64/conf/files.amd64 +++ b/sys/arch/amd64/conf/files.amd64 @@ -1,4 +1,4 @@ -# $OpenBSD: files.amd64,v 1.96 2018/07/01 15:52:12 kettenis Exp $ +# $OpenBSD: files.amd64,v 1.97 2018/07/12 12:46:00 fcambus Exp $ maxpartitions 16 maxusers 2 16 128 @@ -108,7 +108,7 @@ file arch/amd64/amd64/ioapic.c ioapic needs-flag # # EFI Framebuffer # -device efifb: wsemuldisplaydev, rasops32, rasops24, rasops16, rasops8, rasops4 +device efifb: wsemuldisplaydev, rasops32, rasops24, rasops16, rasops8 attach efifb at mainbus file arch/amd64/amd64/efifb.c efifb needs-flag -- 2.20.1