1.\" $OpenBSD: MAKEDEV.8,v 1.18 2020/07/06 06:13:10 dlg Exp $ 2.\" 3.\" THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. 4.\" generated from: 5.\" 6.\" OpenBSD: etc.octeon/MAKEDEV.md,v 1.19 2020/07/06 06:11:27 dlg Exp 7.\" OpenBSD: MAKEDEV.common,v 1.111 2020/07/06 06:11:26 dlg 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: July 6 2020 $ 27.Dt MAKEDEV 8 octeon 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 octeon 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 octeon. 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 rd* 82.Dq rd 83pseudo-disks, see 84.Xr rd 4 . 85.It Ar sd* 86SCSI disks, including flopticals, see 87.Xr sd 4 . 88.It Ar vnd* 89.Dq file 90pseudo-disk devices, see 91.Xr vnd 4 . 92.It Ar wd* 93.Dq winchester 94disk drives (ST506, IDE, ESDI, RLL, ...), see 95.Xr wd 4 . 96.It Ar octcf* 97octeon compact flash, see 98.Xr octcf 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 USB devices 155.Bl -tag -width tenletters -compact 156.It Ar ttyU* 157USB serial ports, see 158.Xr ucom 4 . 159.It Ar uall 160All USB devices, see 161.Xr usb 4 . 162.It Ar usb* 163Bus control devices used by usbd for attach/detach, see 164.Xr usb 4 . 165.It Ar uhid* 166Generic HID devices, see 167.Xr uhid 4 . 168.It Ar fido 169fido/* nodes, see 170.Xr fido 4 . 171.El 172.Pp 173.Sy Special purpose devices 174.Bl -tag -width tenletters -compact 175.It Ar audio* 176Audio devices, see 177.Xr audio 4 . 178.It Ar bio 179ioctl tunnel pseudo-device, see 180.Xr bio 4 . 181.It Ar bpf 182Berkeley Packet Filter, see 183.Xr bpf 4 . 184.It Ar dt 185Dynamic Tracer, see 186.Xr dt 4 . 187.It Ar diskmap 188Disk mapper, see 189.Xr diskmap 4 . 190.It Ar fd 191fd/* nodes, see 192.Xr fd 4 . 193.It Ar fuse 194Userland Filesystem, see 195.Xr fuse 4 . 196.It Ar hotplug 197devices hot plugging, see 198.Xr hotplug 4 . 199.It Ar pci* 200PCI bus devices, see 201.Xr pci 4 . 202.It Ar pf* 203Packet Filter, see 204.Xr pf 4 . 205.It Ar pppx* 206PPP Multiplexer, see 207.Xr pppx 4 . 208.It Ar pppac* 209PPP Access Concentrator, see 210.Xr pppac 4 . 211.It Ar *random 212In-kernel random data source, see 213.Xr random 4 . 214.It Ar tun* 215Network tunnel driver, see 216.Xr tun 4 . 217.It Ar tap* 218Ethernet tunnel driver, see 219.Xr tap 4 . 220.It Ar uk* 221Unknown SCSI devices, see 222.Xr uk 4 . 223.It Ar video* 224Video V4L2 devices, see 225.Xr video 4 . 226.It Ar vscsi* 227Virtual SCSI controller, see 228.Xr vscsi 4 . 229.It Ar switch* 230Switch driver, see 231.Xr switch 4 . 232.It Ar kstat 233Kernel Statistics, see 234.Xr kstat 4 . 235.El 236.Sh FILES 237.Bl -tag -width /dev -compact 238.It Pa /dev 239The special file directory. 240.El 241.Sh SEE ALSO 242.Xr intro 4 , 243.Xr config 8 , 244.Xr mknod 8 245