Stop building rasops4 on amd64.
authorfcambus <fcambus@openbsd.org>
Thu, 12 Jul 2018 12:46:00 +0000 (12:46 +0000)
committerfcambus <fcambus@openbsd.org>
Thu, 12 Jul 2018 12:46:00 +0000 (12:46 +0000)
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

index e6cad55..6da1a7b 100644 (file)
@@ -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