1.\" $OpenBSD: MAKEDEV.8,v 1.6 2021/02/12 10:28:56 jsg Exp $ 2.\" 3.\" THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. 4.\" generated from: 5.\" 6.\" OpenBSD: etc.powerpc64/MAKEDEV.md,v 1.8 2021/02/12 10:26:34 jsg Exp 7.\" OpenBSD: MAKEDEV.common,v 1.113 2021/02/12 10:26:33 jsg Exp 8.\" OpenBSD: MAKEDEV.man,v 1.9 2017/06/06 08:11:23 tb Exp 9.\" OpenBSD: MAKEDEV.mansub,v 1.2 2004/02/20 19:13:01 miod Exp 10.\" 11.\" Copyright (c) 2004, Miodrag Vallat 12.\" Copyright (c) 2001-2004 Todd T. Fries <todd@OpenBSD.org> 13.\" 14.\" Permission to use, copy, modify, and distribute this software for any 15.\" purpose with or without fee is hereby granted, provided that the above 16.\" copyright notice and this permission notice appear in all copies. 17.\" 18.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES 19.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF 20.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR 21.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 22.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 23.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 24.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 25.\" 26.Dd $Mdocdate: February 12 2021 $ 27.Dt MAKEDEV 8 powerpc64 28.Os 29.Sh NAME 30.Nm MAKEDEV 31.Nd create system and device special files 32.Sh SYNOPSIS 33.Nm MAKEDEV 34.Op Ar name ... 35.Sh DESCRIPTION 36The shell script 37.Nm , 38found in the 39.Pa /dev 40directory, is used to create various special files. 41See 42.Xr intro 4 43for a more complete discussion of special files. 44.Pp 45.Nm 46takes any number of device names as arguments, where the names are 47the common abbreviation for the device or group of devices. 48Files are created in the current working directory. 49.Pp 50Where a device name is followed by a star 51.Sq * , 52the star must be replaced by a unit number. 53If units are expected for a device but not provided, 54.Nm 55will supply the standard numbers in most cases. 56.Pp 57The powerpc64 supports the following devices: 58.Pp 59.Sy Special device names 60.Bl -tag -width tenletters -compact 61.It Ar all 62Creates special files for all devices on powerpc64. 63.It Ar ramdisk 64Ramdisk kernel devices. 65.It Ar std 66Creates the 67.Sq standard 68devices (console, klog, kmem, ksyms, mem, null, 69stderr, stdin, stdout, tty, zero) 70which are absolutely necessary for the system to function properly. 71.It Ar local 72Creates configuration-specific devices, by invoking the shell file 73.Pa MAKEDEV.local . 74.El 75.Pp 76.Sy Disks 77.Bl -tag -width tenletters -compact 78.It Ar vnd* 79.Dq file 80pseudo-disk devices, see 81.Xr vnd 4 . 82.It Ar rd* 83.Dq rd 84pseudo-disks, see 85.Xr rd 4 . 86.It Ar sd* 87SCSI disks, including flopticals, see 88.Xr sd 4 . 89.It Ar cd* 90ATAPI and SCSI CD-ROM drives, see 91.Xr cd 4 . 92.El 93.Pp 94.Sy Tapes 95.Bl -tag -width tenletters -compact 96.It Ar ch* 97SCSI media changers, see 98.Xr ch 4 . 99.It Ar st* 100SCSI tape drives, see 101.Xr st 4 . 102.El 103.Pp 104.Sy Terminal ports 105.Bl -tag -width tenletters -compact 106.It Ar tty[0-7][0-9a-f] 107NS16x50 serial ports, see 108.Xr com 4 . 109.El 110.Pp 111.Sy Pseudo terminals 112.Bl -tag -width tenletters -compact 113.It Ar ptm 114pty master device, see 115.Xr ptm 4 . 116.It Ar pty* 117Set of 62 master pseudo terminals, see 118.Xr pty 4 . 119.It Ar tty* 120Set of 62 slave pseudo terminals, see 121.Xr tty 4 . 122.El 123.Pp 124.Sy Console ports 125.Bl -tag -width tenletters -compact 126.It Ar wscons 127Minimal wscons devices, see 128.Xr wscons 4 . 129.It Ar ttyC-J* 130wscons display devices, see 131.Xr wsdisplay 4 . 132.It Ar wskbd* 133wscons keyboards, see 134.Xr wskbd 4 . 135.It Ar wsmouse* 136wscons mice, see 137.Xr wsmouse 4 . 138.It Ar wsmux 139wscons keyboard/mouse mux devices, see 140.Xr wsmux 4 . 141.El 142.Pp 143.Sy Printers 144.Bl -tag -width tenletters -compact 145.It Ar lpt* 146IEEE 1284 centronics printer, see 147.Xr lpt 4 . 148.El 149.Pp 150.Sy USB devices 151.Bl -tag -width tenletters -compact 152.It Ar ttyU* 153USB serial ports, see 154.Xr ucom 4 . 155.It Ar uall 156All USB devices, see 157.Xr usb 4 . 158.It Ar ugen* 159Generic USB devices, see 160.Xr ugen 4 . 161.It Ar uhid* 162Generic HID devices, see 163.Xr uhid 4 . 164.It Ar fido 165fido/* nodes, see 166.Xr fido 4 . 167.It Ar ujoy 168ujoy/* nodes, see 169.Xr ujoy 4 . 170.It Ar ulpt* 171Printer devices, see 172.Xr ulpt 4 . 173.It Ar usb* 174Bus control devices used by usbd for attach/detach, see 175.Xr usb 4 . 176.El 177.Pp 178.Sy Special purpose devices 179.Bl -tag -width tenletters -compact 180.It Ar audio* 181Audio devices, see 182.Xr audio 4 . 183.It Ar bio 184ioctl tunnel pseudo-device, see 185.Xr bio 4 . 186.It Ar bpf 187Berkeley Packet Filter, see 188.Xr bpf 4 . 189.It Ar diskmap 190Disk mapper, see 191.Xr diskmap 4 . 192.It Ar dri 193Direct Rendering Infrastructure, see 194.Xr drm 4 . 195.It Ar drm* 196Direct Rendering Manager, see 197.Xr drm 4 . 198.It Ar dt 199Dynamic Tracer, see 200.Xr dt 4 . 201.It Ar fd 202fd/* nodes, see 203.Xr fd 4 . 204.It Ar fuse 205Userland Filesystem, see 206.Xr fuse 4 . 207.It Ar hotplug 208devices hot plugging, see 209.Xr hotplug 4 . 210.It Ar ipmi* 211IPMI BMC access, see 212.Xr ipmi 4 . 213.It Ar kcov 214Kernel code coverage tracing, see 215.Xr kcov 4 . 216.It Ar pci* 217PCI bus devices, see 218.Xr pci 4 . 219.It Ar pf* 220Packet Filter, see 221.Xr pf 4 . 222.It Ar pppx* 223PPP Multiplexer, see 224.Xr pppx 4 . 225.It Ar pppac* 226PPP Access Concentrator, see 227.Xr pppac 4 . 228.It Ar radio* 229FM tuner devices, see 230.Xr radio 4 . 231.It Ar *random 232In-kernel random data source, see 233.Xr random 4 . 234.It Ar rmidi* 235Raw MIDI devices, see 236.Xr midi 4 . 237.It Ar tap* 238Ethernet tunnel driver, see 239.Xr tap 4 . 240.It Ar tun* 241Network tunnel driver, see 242.Xr tun 4 . 243.It Ar uk* 244Unknown SCSI devices, see 245.Xr uk 4 . 246.It Ar vscsi* 247Virtual SCSI controller, see 248.Xr vscsi 4 . 249.It Ar switch* 250Switch driver, see 251.Xr switch 4 . 252.It Ar kstat 253Kernel Statistics, see 254.Xr kstat 4 . 255.El 256.Sh FILES 257.Bl -tag -width /dev -compact 258.It Pa /dev 259The special file directory. 260.El 261.Sh SEE ALSO 262.Xr intro 4 , 263.Xr config 8 , 264.Xr mknod 8 265