From 6759b09d281d276d3b3d54ffbef1c9980df9d67f Mon Sep 17 00:00:00 2001 From: Miod Vallat Date: Thu, 15 Sep 2005 20:23:11 +0000 Subject: Stop compiling the texte console rotation code #ifdef __zaurus__, but use a flag in the rasops_info structure; drivers which may use it shall declare a specific attribute for the config(8) machinery, so that the necessary code is compiled in. In addition to this, rotated font computation is now done on-demand, and a list of unrotated-rotated font cookie pairs is kept, rather than rotating all built-in wsfonts at initialization time. No user-perceptible functional change. Tested matthieu@ uwe@, ok uwe@ --- sys/conf/files | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys/conf/files') diff --git a/sys/conf/files b/sys/conf/files index d61d48c77f7..c2c230d3ccb 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -1,4 +1,4 @@ -# $OpenBSD: files,v 1.349 2005/09/08 09:11:07 jsg Exp $ +# $OpenBSD: files,v 1.350 2005/09/15 20:23:10 miod Exp $ # $NetBSD: files,v 1.87 1996/05/19 17:17:50 jonathan Exp $ # @(#)files.newconf 7.5 (Berkeley) 5/10/93 @@ -47,6 +47,7 @@ define rasops15 define rasops16 define rasops24 define rasops32 +define rasops_rotation # net device attributes - we have generic code for arc(net), ether(net), # and fddi. -- cgit v1.2.3