diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2002-01-31 21:34:57 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2002-01-31 21:34:57 +0000 |
commit | cc93263feb88f7c7e25e7cab912425583a04143b (patch) | |
tree | 80e3097868b9054090fe20ce87c0d2d71fe62933 /etc | |
parent | cd15cb5b61980d822b87197ce5f885aab5ae136f (diff) |
add uperf device
Diffstat (limited to 'etc')
-rw-r--r-- | etc/etc.sparc64/MAKEDEV.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/etc/etc.sparc64/MAKEDEV.md b/etc/etc.sparc64/MAKEDEV.md index ebaa668e8e0..3f036aa69f2 100644 --- a/etc/etc.sparc64/MAKEDEV.md +++ b/etc/etc.sparc64/MAKEDEV.md @@ -1,5 +1,5 @@ vers(__file__, - {-$OpenBSD: MAKEDEV.md,v 1.11 2002/01/28 20:50:07 jason Exp $-}, + {-$OpenBSD: MAKEDEV.md,v 1.12 2002/01/31 21:34:56 jason Exp $-}, etc.MACHINE)dnl dnl dnl Copyright (c) 2001 Todd T. Fries <todd@OpenBSD.org> @@ -26,6 +26,8 @@ dnl ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. dnl dnl _TITLE(make) +__devitem(uperf,uperf,performance counters)dnl +_mkdev(uperf,uperf,{-M uperf c major_uperf_c 0 664-},664)dnl _DEV(all) _DEV(floppy) _DEV(std) @@ -92,6 +94,7 @@ _DEV(bppmag,72) _DEV(spif,108) _DEV(bppsp,109) _DEV(cry,75) +_DEV(uperf,25) dnl divert(7)dnl dnl |