From 78cf180a5a9e2468faefa282c8f9fc1e09fb8e75 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Fri, 3 May 2002 00:04:27 +0000 Subject: Need a dummy tc_fb_cnattach() until we have real fb support on TURBOchannel machines. --- sys/arch/alpha/tc/tcasic.c | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'sys/arch') diff --git a/sys/arch/alpha/tc/tcasic.c b/sys/arch/alpha/tc/tcasic.c index 770e5854283..1875007363d 100644 --- a/sys/arch/alpha/tc/tcasic.c +++ b/sys/arch/alpha/tc/tcasic.c @@ -1,4 +1,4 @@ -/* $OpenBSD: tcasic.c,v 1.11 2002/05/02 23:45:44 miod Exp $ */ +/* $OpenBSD: tcasic.c,v 1.12 2002/05/03 00:04:26 millert Exp $ */ /* $NetBSD: tcasic.c,v 1.36 2001/08/23 01:16:52 nisimura Exp $ */ /* @@ -244,4 +244,12 @@ tc_fb_cnattach(tcaddr) } #endif /* if NWSDISPLAY > 0 */ +#else + +int +tc_fb_cnattach(tcaddr) + tc_addr_t tcaddr; +{ + return (ENXIO); +} #endif -- cgit v1.2.3