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.sparc Pullup r1.56 -> r1.57.
details: https://anonhg.NetBSD.org/src/rev/35ca19826365
branches: netbsd-1-5
changeset: 489236:35ca19826365
user: jdc <jdc%NetBSD.org@localhost>
date: Thu Aug 24 09:19:29 2000 +0000
description:
Pullup r1.56 -> r1.57.
Make the 3rd and 4th serial ports on a 4/300 work again - ttyc and ttyd are
now minors 2 and 3 respectively.
Approved by thorpej.
diffstat:
etc/etc.sparc/MAKEDEV | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (22 lines):
diff -r 5c3ee07014e1 -r 35ca19826365 etc/etc.sparc/MAKEDEV
--- a/etc/etc.sparc/MAKEDEV Thu Aug 24 08:01:15 2000 +0000
+++ b/etc/etc.sparc/MAKEDEV Thu Aug 24 09:19:29 2000 +0000
@@ -1,6 +1,6 @@
#!/bin/sh -
#
-# $NetBSD: MAKEDEV,v 1.54.4.1 2000/08/11 20:43:38 mason Exp $
+# $NetBSD: MAKEDEV,v 1.54.4.2 2000/08/24 09:19:29 jdc Exp $
#
# Copyright (c) 1990 The Regents of the University of California.
# All rights reserved.
@@ -139,8 +139,8 @@
case $unit in
a) index=0;;
b) index=1;;
- c) index=4;;
- d) index=5;;
+ c) index=2;;
+ d) index=3;;
esac
rm -f tty$unit dty$unit
mknod tty$unit c 12 $(($index + $dialin ))
Home |
Main Index |
Thread Index |
Old Index