summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorNiklas Hallqvist <niklas@cvs.openbsd.org>1996-05-07 10:02:52 +0000
committerNiklas Hallqvist <niklas@cvs.openbsd.org>1996-05-07 10:02:52 +0000
commit782a45aa9ce4bb0c1a4e7a44abdf0dc2dc992521 (patch)
tree043cfa78f3e5ccd2bbced6fb5e431364a71d7edd /sys
parent1e81630952055995d55cbf7886eb984124398cfd (diff)
Use MI cdev_scanner_init macro. Fix tabs.
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/amiga/amiga/conf.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/amiga/amiga/conf.c b/sys/arch/amiga/amiga/conf.c
index e9aebe8aef2..65966097d46 100644
--- a/sys/arch/amiga/amiga/conf.c
+++ b/sys/arch/amiga/amiga/conf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: conf.c,v 1.7 1996/05/04 09:16:04 niklas Exp $ */
+/* $OpenBSD: conf.c,v 1.8 1996/05/07 10:02:51 niklas Exp $ */
/* $NetBSD: conf.c,v 1.35 1996/04/27 20:48:50 veego Exp $ */
/*-
@@ -138,8 +138,8 @@ struct cdevsw cdevsw[] =
cdev_tty_init(NMSC,msc), /* 31: A2232 MSC Multiport serial */
cdev_tty_init(NCOM,com), /* 32: ISA serial port */
cdev_lpt_init(NLPT,lpt), /* 33: ISA parallel printer */
- cdev_gen_ipf(NIPF,ipl), /* 34: IP filter log */
- cdev_ss_init(NSS,ss), /* 35: SCSI scanner */
+ cdev_gen_ipf(NIPF,ipl), /* 34: IP filter log */
+ cdev_scanner_init(NSS,ss), /* 35: SCSI scanner */
};
int nchrdev = sizeof(cdevsw) / sizeof(cdevsw[0]);