1.\" $OpenBSD: MAKEDEV.8,v 1.78 2022/11/10 11:02:27 krw Exp $ 2.\" 3.\" THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. 4.\" generated from: 5.\" 6.\" OpenBSD: etc.hppa/MAKEDEV.md,v 1.70 2022/11/09 19:35:23 krw Exp 7.\" OpenBSD: MAKEDEV.common,v 1.118 2022/11/10 09:50:00 krw 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: November 10 2022 $ 27.Dt MAKEDEV 8 hppa 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 hppa 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 hppa. 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 cd* 79ATAPI and SCSI CD-ROM drives, see 80.Xr cd 4 . 81.It Ar fd* 82Floppy disk drives (3 1/2", 5 1/4"), see 83.Xr fd 4 . 84.It Ar sd* 85SCSI disks, including flopticals, see 86.Xr sd 4 . 87.It Ar rd* 88.Dq rd 89pseudo-disks, see 90.Xr rd 4 . 91.It Ar vnd* 92.Dq file 93pseudo-disk devices, see 94.Xr vnd 4 . 95.It Ar wd* 96.Dq winchester 97disk drives (ST506, IDE, ESDI, RLL, ...), see 98.Xr wd 4 . 99.El 100.Pp 101.Sy Tapes 102.Bl -tag -width tenletters -compact 103.It Ar ch* 104SCSI media changers, see 105.Xr ch 4 . 106.It Ar st* 107SCSI tape drives, see 108.Xr st 4 . 109.El 110.Pp 111.Sy Terminal ports 112.Bl -tag -width tenletters -compact 113.It Ar tty[0-7][0-9a-f] 114NS16x50 serial ports, see 115.Xr com 4 . 116.El 117.Pp 118.Sy Pseudo terminals 119.Bl -tag -width tenletters -compact 120.It Ar ptm 121pty master device, see 122.Xr ptm 4 . 123.It Ar pty* 124Set of 62 master pseudo terminals, see 125.Xr pty 4 . 126.It Ar tty* 127Set of 62 slave pseudo terminals, see 128.Xr tty 4 . 129.El 130.Pp 131.Sy Console ports 132.Bl -tag -width tenletters -compact 133.It Ar ttyC-J* 134wscons display devices, see 135.Xr wsdisplay 4 . 136.It Ar wscons 137Minimal wscons devices, see 138.Xr wscons 4 . 139.It Ar wskbd* 140wscons keyboards, see 141.Xr wskbd 4 . 142.It Ar wsmux 143wscons keyboard/mouse mux devices, see 144.Xr wsmux 4 . 145.El 146.Pp 147.Sy Pointing devices 148.Bl -tag -width tenletters -compact 149.It Ar wsmouse* 150wscons mice, see 151.Xr wsmouse 4 . 152.El 153.Pp 154.Sy Printers 155.Bl -tag -width tenletters -compact 156.It Ar lpt* 157IEEE 1284 centronics printer, see 158.Xr lpt 4 . 159.El 160.Pp 161.Sy USB devices 162.Bl -tag -width tenletters -compact 163.It Ar uall 164All USB devices, see 165.Xr usb 4 . 166.It Ar usb* 167Bus control devices used by usbd for attach/detach, see 168.Xr usb 4 . 169.It Ar uhid* 170Generic HID devices, see 171.Xr uhid 4 . 172.It Ar fido 173fido/* nodes, see 174.Xr fido 4 . 175.It Ar ujoy 176ujoy/* nodes, see 177.Xr ujoy 4 . 178.It Ar ugen* 179Generic USB devices, see 180.Xr ugen 4 . 181.It Ar ulpt* 182Printer devices, see 183.Xr ulpt 4 . 184.It Ar ttyU* 185USB serial ports, see 186.Xr ucom 4 . 187.El 188.Pp 189.Sy Special purpose devices 190.Bl -tag -width tenletters -compact 191.It Ar audio* 192Audio devices, see 193.Xr audio 4 . 194.It Ar bio 195ioctl tunnel pseudo-device, see 196.Xr bio 4 . 197.It Ar bpf 198Berkeley Packet Filter, see 199.Xr bpf 4 . 200.It Ar diskmap 201Disk mapper, see 202.Xr diskmap 4 . 203.It Ar dt 204Dynamic Tracer, see 205.Xr dt 4 . 206.It Ar fd 207fd/* nodes, see 208.Xr fd 4 . 209.It Ar fuse 210Userland Filesystem, see 211.Xr fuse 4 . 212.It Ar hotplug 213devices hot plugging, see 214.Xr hotplug 4 . 215.It Ar pci* 216PCI bus devices, see 217.Xr pci 4 . 218.It Ar pdc 219PDC device, see 220.Xr pdc 4 . 221.It Ar pf 222Packet Filter, see 223.Xr pf 4 . 224.It Ar pppx* 225PPP Multiplexer, see 226.Xr pppx 4 . 227.It Ar pppac* 228PPP Access Concentrator, see 229.Xr pppac 4 . 230.It Ar *random 231In-kernel random data source, see 232.Xr random 4 . 233.It Ar tun* 234Network tunnel driver, see 235.Xr tun 4 . 236.It Ar tap* 237Ethernet tunnel driver, see 238.Xr tap 4 . 239.It Ar uk* 240Unknown SCSI devices, see 241.Xr uk 4 . 242.It Ar video* 243Video V4L2 devices, see 244.Xr video 4 . 245.It Ar vscsi* 246Virtual SCSI controller, see 247.Xr vscsi 4 . 248.It Ar kstat 249Kernel Statistics, see 250.Xr kstat 4 . 251.El 252.Sh FILES 253.Bl -tag -width /dev -compact 254.It Pa /dev 255The special file directory. 256.El 257.Sh SEE ALSO 258.Xr intro 4 , 259.Xr config 8 , 260.Xr mknod 8 261