summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormjacob <mjacob@FreeBSD.org>1998-12-24 06:05:48 +0000
committermjacob <mjacob@FreeBSD.org>1998-12-24 06:05:48 +0000
commit7075e49e773467e7632e901d9fae38ac40418af2 (patch)
tree6a3561a0adaa35186db0a7d73251e119456760b8
parentb957d414e4b015dfc38081bae17ca5989296ee5c (diff)
downloadFreeBSD-src-7075e49e773467e7632e901d9fae38ac40418af2.zip
FreeBSD-src-7075e49e773467e7632e901d9fae38ac40418af2.tar.gz
Not quite right for the goal of using swi_register, but on the way there.
-rw-r--r--sys/alpha/alpha/ipl_funcs.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/sys/alpha/alpha/ipl_funcs.c b/sys/alpha/alpha/ipl_funcs.c
index ad6670e..815f7f7 100644
--- a/sys/alpha/alpha/ipl_funcs.c
+++ b/sys/alpha/alpha/ipl_funcs.c
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: ipl_funcs.c,v 1.7 1998/09/19 09:29:40 dfr Exp $
+ * $Id: ipl_funcs.c,v 1.8 1998/09/26 14:25:32 dfr Exp $
*/
#include <sys/types.h>
@@ -40,12 +40,10 @@ unsigned int cam_imask; /* XXX */
unsigned int net_imask; /* XXX */
static void swi_net(void);
-extern void swi_camnet(void);
-extern void swi_cambio(void);
void (*netisrs[32]) __P((void));
swihand_t *ihandlers[32] = { /* software interrupts */
- swi_null, swi_net, swi_camnet, swi_cambio,
+ swi_null, swi_net, swi_null, swi_null,
swi_null, softclock, swi_null, swi_null,
swi_null, swi_null, swi_null, swi_null,
swi_null, swi_null, swi_null, swi_null,
OpenPOWER on IntegriCloud