Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-5]: src/etc/etc.sgimips Pull up revision 1.3 (requested by tsut...
details: https://anonhg.NetBSD.org/src/rev/ecf60d09aea1
branches: netbsd-1-5
changeset: 490736:ecf60d09aea1
user: he <he%NetBSD.org@localhost>
date: Mon Feb 26 21:24:10 2001 +0000
description:
Pull up revision 1.3 (requested by tsutsui):
RAW_PART == 10 on sgimips; adapt memory disk entry for it.
diffstat:
etc/etc.sgimips/MAKEDEV | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (22 lines):
diff -r aa2319259394 -r ecf60d09aea1 etc/etc.sgimips/MAKEDEV
--- a/etc/etc.sgimips/MAKEDEV Mon Feb 26 21:23:45 2001 +0000
+++ b/etc/etc.sgimips/MAKEDEV Mon Feb 26 21:24:10 2001 +0000
@@ -1,5 +1,5 @@
#!/bin/sh -
-# $NetBSD: MAKEDEV,v 1.1.2.1 2000/08/11 20:43:37 mason Exp $
+# $NetBSD: MAKEDEV,v 1.1.2.2 2001/02/26 21:24:10 he Exp $
#
# Copyright (c) 1990 The Regents of the University of California.
# All rights reserved.
@@ -139,9 +139,9 @@
unit=${i#md}; blk=2; chr=2;
rm -f md${unit}? rmd${unit}?
mknod md${unit}a b $blk $(($unit * 16 + 0))
- mknod md${unit}c b $blk $(($unit * 16 + 2))
+ mknod md${unit}k b $blk $(($unit * 16 + 10))
# mknod rmd${unit}a c $chr $(($unit * 16 + 0))
-# mknod rmd${unit}c c $chr $(($unit * 16 + 2))
+# mknod rmd${unit}k c $chr $(($unit * 16 + 10))
chgrp operator md${unit}? #rmd${unit}?
chmod 640 md${unit}? #rmd${unit}?
;;
Home |
Main Index |
Thread Index |
Old Index