Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/alpha/tc A minimal fix to make this compilable.



details:   https://anonhg.NetBSD.org/src/rev/e3a0cd1befe1
branches:  trunk
changeset: 484051:e3a0cd1befe1
user:      nisimura <nisimura%NetBSD.org@localhost>
date:      Fri Mar 24 08:24:29 2000 +0000

description:
A minimal fix to make this compilable.

diffstat:

 sys/arch/alpha/tc/zs_ioasic.c |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (35 lines):

diff -r 6bbbda67bef4 -r e3a0cd1befe1 sys/arch/alpha/tc/zs_ioasic.c
--- a/sys/arch/alpha/tc/zs_ioasic.c     Fri Mar 24 04:09:04 2000 +0000
+++ b/sys/arch/alpha/tc/zs_ioasic.c     Fri Mar 24 08:24:29 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: zs_ioasic.c,v 1.10 2000/03/23 01:04:11 thorpej Exp $ */
+/* $NetBSD: zs_ioasic.c,v 1.11 2000/03/24 08:24:29 nisimura Exp $ */
 
 /*-
  * Copyright (c) 1996, 1998 The NetBSD Foundation, Inc.
@@ -39,7 +39,7 @@
 
 #include <sys/cdefs.h>                 /* RCS ID & Copyright macro defns */
 
-__KERNEL_RCSID(0, "$NetBSD: zs_ioasic.c,v 1.10 2000/03/23 01:04:11 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: zs_ioasic.c,v 1.11 2000/03/24 08:24:29 nisimura Exp $");
 
 /*
  * Zilog Z8530 Dual UART driver (machine-dependent part).  This driver
@@ -197,7 +197,7 @@
 
 /* Interrupt handlers. */
 int    zs_ioasic_hardintr __P((void *));
-void   zs_ioasic_softintr __P((void *));
+void   zs_ioasic_softintr __P((void));
 
 /* Misc. */
 void   zs_ioasic_enable __P((int));
@@ -205,6 +205,7 @@
 volatile int zs_ioasic_soft_scheduled;
 
 extern struct cfdriver ioasic_cd;
+extern struct cfdriver zsc_cd;
 
 /*
  * Is the zs chip present?



Home | Main Index | Thread Index | Old Index