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

index a4c7382..dfc8a8a 100644 (file)
@@ -34,6 +34,7 @@
 #      rd*     "rd" pseudo-disks
 #      sd*     SCSI disks, including flopticals
 #      cd*     ATAPI and SCSI CD-ROM drives
+#      wd*     "winchester" disk drives (ST506, IDE, ESDI, RLL, ...)
 # Tapes:
 #      ch*     SCSI media changers
 #      st*     SCSI tape drives
@@ -521,11 +522,12 @@ all)
        R pci2 pci3 uall rmidi0 rmidi1 rmidi2 rmidi3 rmidi4 rmidi5
        R rmidi6 rmidi7 radio0 uk0 random lpa0 lpa1 lpa2 lpt0 lpt1
        R lpt2 tty00 tty01 tty02 tty03 tty04 tty05 tty06 tty07 tty08
-       R tty09 tty0a tty0b pf std st0 st1 fd
+       R tty09 tty0a tty0b pf wd0 wd1 wd2 wd3 std st0 st1 fd
        ;;
 
-sd*)
+wd*|sd*)
        case $i in
+       wd*) dodisk wd $U 5 17 $U 0;;
        sd*) dodisk sd $U 3 26 $U 0;;
        esac
        ;;
index 4279c51..64d28b8 100644 (file)
@@ -1,4 +1,4 @@
-.\" $OpenBSD: MAKEDEV.8,v 1.6 2021/02/12 10:28:56 jsg Exp $
+.\" $OpenBSD: MAKEDEV.8,v 1.7 2021/10/05 04:56:18 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: February 12 2021 $
+.Dd $Mdocdate: October 5 2021 $
 .Dt MAKEDEV 8 powerpc64
 .Os
 .Sh NAME
@@ -89,6 +89,10 @@ SCSI disks, including flopticals, see
 .It Ar cd*
 ATAPI and SCSI CD-ROM drives, see
 .Xr cd 4 .
+.It Ar wd*
+.Dq winchester
+disk drives (ST506, IDE, ESDI, RLL, ...), see
+.Xr wd 4 .
 .El
 .Pp
 .Sy Tapes