Browse Source

sync

OPENBSD_3_1
todd 22 years ago
parent
commit
183e82951b
2 changed files with 441 additions and 625 deletions
  1. +437
    -621
      src/etc/etc.i386/MAKEDEV
  2. +4
    -4
      src/etc/etc.sparc64/MAKEDEV

+ 437
- 621
src/etc/etc.i386/MAKEDEV
File diff suppressed because it is too large
View File


+ 4
- 4
src/etc/etc.sparc64/MAKEDEV View File

@ -4,10 +4,10 @@
# generated from:
#
# OpenBSD: etc.sparc64/MAKEDEV.md,v 1.4 2002/01/04 16:59:18 todd Exp
# OpenBSD: MAKEDEV.mi,v 1.7 2002/01/07 07:20:50 todd Exp
# OpenBSD: MAKEDEV.mi,v 1.8 2002/01/07 07:50:48 todd Exp
# OpenBSD: MAKEDEV.sub,v 1.4 2002/01/07 06:54:10 todd Exp
#
# $OpenBSD: MAKEDEV,v 1.33 2002/01/07 07:21:53 todd Exp $
# $OpenBSD: MAKEDEV,v 1.34 2002/01/07 07:57:12 todd Exp $
#
# Copyright (c) 2001 Todd T. Fries <todd@OpenBSD.org>
# All rights reserved.
@ -423,8 +423,8 @@ wskbd*)
ttyC*)
U=${i##ttyC}
case $U in
[0-9a-f]) M ttyC$U c 78 $(( 16#$U )) 600 ;;
cfg) M ttyCcfg c 78 255 ;;
[0-9a-f]) M ttyC$U c 78 $(( 16#$U )) 600;;
cfg) M ttyCcfg c 78 255 600;;
*) echo bad unit $U for $i; exit 1;;
esac
;;


Loading…
Cancel
Save