diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2004-02-20 19:13:09 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2004-02-20 19:13:09 +0000 |
commit | c30b209265f65aa5e4b89a13f9c39827f75c98f3 (patch) | |
tree | 303150c1a380bd2166aab92d902a459407285724 /etc/etc.sparc/MAKEDEV.md | |
parent | 78ea5c3b5be8cd7dd18030bccee9f9b5f25c7d1a (diff) |
MAKEDEV.8 improvement pack:
- refer to the section 4 manual page for every device target, whenever
possible
- repair a few minor quoting errors
- repair a few sorting errors
- fix a few device descriptions (ideally they would be synched with the
.Nd line of their manpages, but we are not there... yet)
- minor mdoc fixes
Thanks to jmc@ for review and a lot of constructive criticism.
Diffstat (limited to 'etc/etc.sparc/MAKEDEV.md')
-rw-r--r-- | etc/etc.sparc/MAKEDEV.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/etc/etc.sparc/MAKEDEV.md b/etc/etc.sparc/MAKEDEV.md index 26b268ef201..bbbef4592da 100644 --- a/etc/etc.sparc/MAKEDEV.md +++ b/etc/etc.sparc/MAKEDEV.md @@ -1,5 +1,5 @@ vers(__file__, - {-$OpenBSD: MAKEDEV.md,v 1.22 2004/02/16 19:01:02 miod Exp $-}, + {-$OpenBSD: MAKEDEV.md,v 1.23 2004/02/20 19:13:08 miod Exp $-}, etc.MACHINE)dnl dnl dnl Copyright (c) 2001-2004 Todd T. Fries <todd@OpenBSD.org> @@ -20,8 +20,8 @@ dnl dnl dnl *** some sparc-specific devices dnl -__devitem(s64_tzs, tty[a-z]*, Zilog 8530 Serial Port)dnl -__devitem(s64_czs, cua[a-z]*, Zilog 8530 Serial Port)dnl +__devitem(s64_tzs, tty[a-z]*, Zilog 8530 serial ports,zs)dnl +__devitem(s64_czs, cua[a-z]*, Zilog 8530 serial ports,zs)dnl _mkdev(s64_tzs, {-tty[a-z]-}, {-u=${i#tty*} case $u in a) n=0 ;; @@ -60,6 +60,7 @@ _DEV(cd, 58, 18) _DEV(flo, 54, 16) _DEV(presto, 25, 26) _DEV(sd, 17, 7) +_DEV(raid, 123, 25) _DEV(rd, 106, 17) _DEV(vnd, 110, 8) _DEV(xd, 42, 10) @@ -93,7 +94,6 @@ _DEV(lkm, 112) _DEV(oppr) _DEV(mag, 100) _DEV(pf, 59) -_DEV(raid, 123, 25) _DEV(rnd, 119) _DEV(spif, 102) _DEV(ses, 124) |