diff options
author | 2018-07-12 12:46:00 +0000 | |
---|---|---|
committer | 2018-07-12 12:46:00 +0000 | |
commit | 32aa98d20489153ce09a30b2101dd2a81e15677f (patch) | |
tree | d1328cb41a608374400a5a544d3fb011738d728f /sys | |
parent | Use (mostly) the same capitalisation in the replacement string as in (diff) | |
download | wireguard-openbsd-32aa98d20489153ce09a30b2101dd2a81e15677f.tar.xz wireguard-openbsd-32aa98d20489153ce09a30b2101dd2a81e15677f.zip |
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@
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/amd64/conf/files.amd64 | 4 |
1 files 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 |