Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/etc/etc.i386 actually, don't make /dev/io on i386 neither; t...
details: https://anonhg.NetBSD.org/src/rev/8f937983e853
branches: trunk
changeset: 538647:8f937983e853
user: jdolecek <jdolecek%NetBSD.org@localhost>
date: Thu Oct 24 12:19:21 2002 +0000
description:
actually, don't make /dev/io on i386 neither; the kernel only supports
it as backwards compat with COMPAT_10 option
diffstat:
etc/etc.i386/MAKEDEV | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diffs (20 lines):
diff -r df6e379e35aa -r 8f937983e853 etc/etc.i386/MAKEDEV
--- a/etc/etc.i386/MAKEDEV Thu Oct 24 10:50:06 2002 +0000
+++ b/etc/etc.i386/MAKEDEV Thu Oct 24 12:19:21 2002 +0000
@@ -1,6 +1,6 @@
#!/bin/sh -
#
-# $NetBSD: MAKEDEV,v 1.184 2002/10/23 22:57:40 jdolecek Exp $
+# $NetBSD: MAKEDEV,v 1.185 2002/10/24 12:19:21 jdolecek Exp $
#
# Copyright (c) 1990 The Regents of the University of California.
# All rights reserved.
@@ -246,8 +246,6 @@
mknod mem c 2 0 ; chmod 640 mem ; chgrp kmem mem
mknod null c 2 2 ; chmod 666 null
mknod zero c 2 12 ; chmod 666 zero
- # /dev/io is for COMPAT_10 on i386 only
- mknod io c 2 14 ; chmod 640 io ; chgrp kmem io
mknod klog c 7 0 ; chmod 600 klog
if $nofdesc; then
rm -f tty stdin stdout stderr
Home |
Main Index |
Thread Index |
Old Index