From aacbfecce47a169fe68d51a1938f2b1367c1b894 Mon Sep 17 00:00:00 2001 From: joerg Date: Tue, 31 Oct 1995 17:31:35 +0000 Subject: Support the configuration of "od" devices. Submitted by: akiyama@kme.mei.co.jp (Shunsuke Akiyama) --- usr.sbin/config/mkioconf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.sbin/config') diff --git a/usr.sbin/config/mkioconf.c b/usr.sbin/config/mkioconf.c index e1b7564..378b6fb 100644 --- a/usr.sbin/config/mkioconf.c +++ b/usr.sbin/config/mkioconf.c @@ -821,7 +821,7 @@ add_unique(struct node *node, char *id) static int is_old_scsi_device(char *name) { - static char *tab[] = {"cd", "ch", "sd", "st", "uk"}; + static char *tab[] = {"cd", "ch", "sd", "st", "od", "uk"}; int i; for (i = 0; i < sizeof(tab) / sizeof(tab[0]); i++) if (eq(tab[i], name)) -- cgit v1.1