From 16c36029650b131642ed86189a7fea98d9c1e4a3 Mon Sep 17 00:00:00 2001 From: Miod Vallat Date: Sun, 13 Aug 2006 23:00:39 +0000 Subject: Make sure we generate sfb.h and cfb.h, even though support is not there yet. --- sys/arch/alpha/conf/files.alpha | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'sys') diff --git a/sys/arch/alpha/conf/files.alpha b/sys/arch/alpha/conf/files.alpha index bbc0ddbdcd6..9044ee5ba94 100644 --- a/sys/arch/alpha/conf/files.alpha +++ b/sys/arch/alpha/conf/files.alpha @@ -1,4 +1,4 @@ -# $OpenBSD: files.alpha,v 1.75 2006/08/07 18:58:37 miod Exp $ +# $OpenBSD: files.alpha,v 1.76 2006/08/13 23:00:38 miod Exp $ # $NetBSD: files.alpha,v 1.32 1996/11/25 04:03:21 cgd Exp $ # # alpha-specific configuration info @@ -89,14 +89,14 @@ file arch/alpha/tc/tc_3000_300.c tcasic & dec_3000_300 file arch/alpha/tc/ioasic.c ioasic # PMAG-B CX -#device cfb: wsemuldisplaydev, wsrasteremulops -#attach cfb at tc -#file arch/alpha/tc/cfb.c cfb needs-flag +device cfb: wsemuldisplaydev +attach cfb at tc +file arch/alpha/tc/cfb.c cfb needs-flag # PMAGB-B HX or CXT -#device sfb: wsemuldisplaydev, wsrasteremulops -#attach sfb at tc -#file arch/alpha/tc/sfb.c sfb needs-flag +device sfb: wsemuldisplaydev +attach sfb at tc +file arch/alpha/tc/sfb.c sfb needs-flag # 8530 UARTs device scc -- cgit v1.2.3