sync
authorderaadt <deraadt@openbsd.org>
Tue, 5 Oct 2021 18:33:01 +0000 (18:33 +0000)
committerderaadt <deraadt@openbsd.org>
Tue, 5 Oct 2021 18:33:01 +0000 (18:33 +0000)
etc/etc.riscv64/MAKEDEV
share/man/man8/man8.riscv64/MAKEDEV.8

index 26046ce..1e75d2f 100644 (file)
@@ -34,6 +34,7 @@
 #      rd*     "rd" pseudo-disks
 #      sd*     SCSI disks, including flopticals
 #      vnd*    "file" pseudo-disk devices
+#      wd*     "winchester" disk drives (ST506, IDE, ESDI, RLL, ...)
 # Tapes:
 #      ch*     SCSI media changers
 # Terminal ports:
@@ -501,11 +502,12 @@ all)
        R pci1 pci2 pci3 uall rmidi0 rmidi1 rmidi2 rmidi3 rmidi4
        R rmidi5 rmidi6 rmidi7 radio0 video0 video1 uk0 random tty00
        R tty01 tty02 tty03 tty04 tty05 tty06 tty07 tty08 tty09 tty0a
-       R tty0b apm pf std fd
+       R tty0b apm pf wd0 wd1 wd2 wd3 std fd
        ;;
 
-sd*)
+wd*|sd*)
        case $i in
+       wd*) dodisk wd $U 0 3 $U 0;;
        sd*) dodisk sd $U 4 13 $U 0;;
        esac
        ;;
index 8e61828..65b6d19 100644 (file)
@@ -1,4 +1,4 @@
-.\" $OpenBSD: MAKEDEV.8,v 1.2 2021/06/26 00:48:29 jsg Exp $
+.\" $OpenBSD: MAKEDEV.8,v 1.3 2021/10/05 18:33:01 deraadt Exp $
 .\"
 .\" THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
 .\" generated from:
@@ -23,7 +23,7 @@
 .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
 .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 .\"
-.Dd $Mdocdate: June 26 2021 $
+.Dd $Mdocdate: October 5 2021 $
 .Dt MAKEDEV 8 riscv64
 .Os
 .Sh NAME
@@ -89,6 +89,10 @@ SCSI disks, including flopticals, see
 .Dq file
 pseudo-disk devices, see
 .Xr vnd 4 .
+.It Ar wd*
+.Dq winchester
+disk drives (ST506, IDE, ESDI, RLL, ...), see
+.Xr wd 4 .
 .El
 .Pp
 .Sy Tapes