From 6d572de95578bf0f3017ac2aa0905c8bfb767739 Mon Sep 17 00:00:00 2001 From: manu Date: Sun, 28 Oct 2001 17:11:56 +0000 Subject: [PATCH] Added character devices #60 and #61 to chrtoblktbl[]. They were missing, and it introduced problems (EBUSY error when opening the driver for writing in securelevel >= 1, plus manipulating some unitialized data at the end of chrtoblktbl[]) --- sys/arch/macppc/macppc/conf.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sys/arch/macppc/macppc/conf.c b/sys/arch/macppc/macppc/conf.c index 7204f67e9a6f..136f74981ede 100644 --- a/sys/arch/macppc/macppc/conf.c +++ b/sys/arch/macppc/macppc/conf.c @@ -1,4 +1,4 @@ -/* $NetBSD: conf.c,v 1.35 2001/09/16 07:21:32 manu Exp $ */ +/* $NetBSD: conf.c,v 1.36 2001/10/28 17:11:56 manu Exp $ */ /* * Copyright (C) 1995, 1996 Wolfgang Solfrank. @@ -332,6 +332,8 @@ static int chrtoblktbl[] = { /* 57 */ NODEV, /* 58 */ NODEV, /* 59 */ NODEV, + /* 60 */ NODEV, + /* 61 */ NODEV, }; /*