Browse Source

sync

OPENBSD_3_1
jason 22 years ago
parent
commit
e6306b2fdb
2 changed files with 10 additions and 7 deletions
  1. +5
    -4
      src/etc/etc.sparc/MAKEDEV
  2. +5
    -3
      src/etc/etc.sparc64/MAKEDEV

+ 5
- 4
src/etc/etc.sparc/MAKEDEV View File

@ -3,11 +3,11 @@
# THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
# generated from:
#
# OpenBSD: etc.sparc/MAKEDEV.md,v 1.2 2002/01/12 21:02:03 jason Exp
# OpenBSD: MAKEDEV.mi,v 1.16 2002/01/08 06:00:15 todd Exp
# OpenBSD: etc.sparc/MAKEDEV.md,v 1.3 2002/01/12 21:14:57 jason Exp
# OpenBSD: MAKEDEV.mi,v 1.17 2002/01/12 21:14:57 jason Exp
# OpenBSD: MAKEDEV.sub,v 1.4 2002/01/07 06:54:10 todd Exp
#
# $OpenBSD: MAKEDEV,v 1.72 2002/01/12 21:02:47 jason Exp $
# $OpenBSD: MAKEDEV,v 1.73 2002/01/12 21:15:28 jason Exp $
#
# Copyright (c) 2001 Todd T. Fries <todd@OpenBSD.org>
# All rights reserved.
@ -75,6 +75,7 @@
# tun* network tunnel driver
# *random inkernel random data source
# magma* magma card (makes 16 tty and 2 bpp)
# spif* spif card (makes 8 tty and 1 bpp)
# xfs* XFS filesystem devices
# raid* RAIDframe disk devices
# fd makes fd/* for the fdescfs
@ -243,7 +244,7 @@ spif*)
esac
offset=$(($U*64))
n=0
while [ $n -lt 16 ]
while [ $n -lt 8 ]
do
name=${nam}`hex $n`
M tty$name c 102 $(($offset+$n))


+ 5
- 3
src/etc/etc.sparc64/MAKEDEV View File

@ -3,11 +3,11 @@
# THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
# generated from:
#
# OpenBSD: etc.sparc64/MAKEDEV.md,v 1.5 2002/01/12 21:08:59 jason Exp
# OpenBSD: MAKEDEV.mi,v 1.16 2002/01/08 06:00:15 todd Exp
# OpenBSD: etc.sparc64/MAKEDEV.md,v 1.6 2002/01/12 21:14:57 jason Exp
# OpenBSD: MAKEDEV.mi,v 1.17 2002/01/12 21:14:57 jason Exp
# OpenBSD: MAKEDEV.sub,v 1.4 2002/01/07 06:54:10 todd Exp
#
# $OpenBSD: MAKEDEV,v 1.38 2002/01/12 21:09:14 jason Exp $
# $OpenBSD: MAKEDEV,v 1.39 2002/01/12 21:15:28 jason Exp $
#
# Copyright (c) 2001 Todd T. Fries <todd@OpenBSD.org>
# All rights reserved.
@ -88,6 +88,8 @@
# tun* network tunnel driver
# lkm loadable kernel modules interface
# *random inkernel random data source
# magma* magma card (makes 16 tty and 2 bpp)
# spif* spif card (makes 8 tty and 1 bpp)
# crypto hardware crypto access driver
PATH=/sbin:/usr/sbin:/bin:/usr/bin
T=$0


Loading…
Cancel
Save