Make the 3rd and 4th serial ports on a 4/300 work again - ttyc and ttyd are

now minors 2 and 3 respectively.
This commit is contained in:
jdc 2000-08-23 10:43:08 +00:00
parent 293609abba
commit 6e3eddc4dd
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
#!/bin/sh -
#
# $NetBSD: MAKEDEV,v 1.56 2000/07/27 19:16:09 mason Exp $
# $NetBSD: MAKEDEV,v 1.57 2000/08/23 10:43:08 jdc Exp $
#
# Copyright (c) 1990 The Regents of the University of California.
# All rights reserved.
@ -139,8 +139,8 @@ tty[abcd])
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 ))