From 071015e8f42be22ae819f7c067512dd7f3d8dda0 Mon Sep 17 00:00:00 2001 From: Miod Vallat Date: Sat, 9 Dec 2006 20:06:49 +0000 Subject: Do not make sun terminal emulation selected by the wsemul_sun frame buffer attribute anymore; remove it and use option WSEMUL_SUN instead, which gets added to all sparc* kernels. While there, do not compile vt100 emulation on sparc* kernels, this saves 16+ KB of text. ok deraadt@ --- sys/arch/sparc64/conf/files.sparc64 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sys/arch/sparc64/conf/files.sparc64') diff --git a/sys/arch/sparc64/conf/files.sparc64 b/sys/arch/sparc64/conf/files.sparc64 index 0b8585f8497..376f598c59c 100644 --- a/sys/arch/sparc64/conf/files.sparc64 +++ b/sys/arch/sparc64/conf/files.sparc64 @@ -1,4 +1,4 @@ -# $OpenBSD: files.sparc64,v 1.74 2006/12/02 15:55:16 miod Exp $ +# $OpenBSD: files.sparc64,v 1.75 2006/12/09 20:06:48 miod Exp $ # $NetBSD: files.sparc64,v 1.50 2001/08/10 20:53:50 eeh Exp $ # maxpartitions must be first item in files.${ARCH} @@ -71,7 +71,7 @@ attach sbus at mainbus with sbus_mb attach sbus at xbox with sbus_xbox file arch/sparc64/dev/sbus.c sbus -device creator: wsemuldisplaydev, rasops32, wsemul_sun +device creator: wsemuldisplaydev, rasops32 attach creator at mainbus, upa file arch/sparc64/dev/creator.c creator @@ -92,7 +92,7 @@ file arch/sparc64/dev/pci_machdep.c psycho | schizo attach hme at pci with hme_pci file dev/pci/if_hme_pci.c hme_pci -device vgafb: wsemuldisplaydev, rasops_bswap, rasops8, rasops16, rasops32, wsemul_sun +device vgafb: wsemuldisplaydev, rasops_bswap, rasops8, rasops16, rasops32 attach vgafb at pci file arch/sparc64/dev/vgafb.c vgafb -- cgit v1.2.3