diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2005-09-15 20:23:11 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2005-09-15 20:23:11 +0000 |
commit | 6759b09d281d276d3b3d54ffbef1c9980df9d67f (patch) | |
tree | 4a4c5917557819414a798bb184a102c0bf525cef /sys/conf/files | |
parent | 64393cf110217509a46347626cda13bdde46cf22 (diff) |
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@
Diffstat (limited to 'sys/conf/files')
-rw-r--r-- | sys/conf/files | 3 |
1 files changed, 2 insertions, 1 deletions
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. |