From 19d81b39343f8984385993dbba9444e159fb5313 Mon Sep 17 00:00:00 2001 From: Michael Shalayeff Date: Thu, 5 Jul 2001 02:40:45 +0000 Subject: add iop --- sys/arch/powerpc/powerpc/conf.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'sys/arch/powerpc') diff --git a/sys/arch/powerpc/powerpc/conf.c b/sys/arch/powerpc/powerpc/conf.c index abc93c780ba..fe78f96c084 100644 --- a/sys/arch/powerpc/powerpc/conf.c +++ b/sys/arch/powerpc/powerpc/conf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: conf.c,v 1.23 2001/06/27 06:56:29 kjc Exp $ */ +/* $OpenBSD: conf.c,v 1.24 2001/07/05 02:40:44 mickey Exp $ */ /* * Copyright (c) 1997 Per Fogelstrom @@ -133,7 +133,7 @@ cdev_decl(vnd); cdev_decl(ccd); cdev_decl(rd); #include "raid.h" -cdev_decl(raid); +#include "iop.h" #include cdev_decl(wd); @@ -277,6 +277,7 @@ struct cdevsw cdevsw[] = { cdev_notdef(), #endif cdev_altq_init(NALTQ,altq), /* 72: ALTQ control interface */ + cdev_iop_init(NIOP,iop), /* 73: I2O IOP control interface */ }; int nchrdev = sizeof cdevsw / sizeof cdevsw[0]; -- cgit v1.2.3