1.\" $OpenBSD: MAKEDEV.8,v 1.41 2009/08/13 15:13:10 deraadt Exp $ 2.\" 3.\" THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. 4.\" generated from: 5.\" 6.\" OpenBSD: etc.hppa/MAKEDEV.md,v 1.39 2009/08/13 15:12:36 deraadt Exp 7.\" OpenBSD: MAKEDEV.common,v 1.45 2009/08/13 15:12:36 deraadt Exp 8.\" OpenBSD: MAKEDEV.man,v 1.7 2009/03/18 17:34:25 sobrado 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: August 13 2009 $ 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.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. 48.Pp 49Where a device name is followed by a star 50.Sq * , 51the star must be replaced by a unit number. 52If units are expected for a device but not provided, 53.Nm 54will supply the standard numbers in most cases. 55.Pp 56The hppa supports the following devices: 57.Pp 58.Sy Special device names 59.Bl -tag -width tenletters -compact 60.It Ar all 61Creates special files for all devices on hppa. 62.It Ar ramdisk 63Ramdisk kernel devices. 64.It Ar std 65Creates the 66.Sq standard 67devices (console, klog, kmem, ksyms, mem, null, 68stderr, stdin, stdout, tty, zero) 69which are absolutely necessary for the system to function properly. 70.It Ar local 71Creates configuration-specific devices, by invoking the shell file 72.Pa MAKEDEV.local . 73.El 74.Pp 75.Sy Disks 76.Bl -tag -width tenletters -compact 77.It Ar ccd* 78Concatenated disk devices, see 79.Xr ccd 4 . 80.It Ar cd* 81ATAPI and SCSI CD-ROM drives, see 82.Xr cd 4 . 83.It Ar fd* 84Floppy disk drives (3 1/2", 5 1/4"), see 85.Xr fd 4 . 86.It Ar sd* 87SCSI disks, including flopticals, see 88.Xr sd 4 . 89.It Ar rd* 90.Dq rd 91pseudo-disks, see 92.Xr rd 4 . 93.It Ar vnd* 94.Dq file 95pseudo-disk devices, see 96.Xr vnd 4 . 97.It Ar wd* 98.Dq winchester 99disk drives (ST506, IDE, ESDI, RLL, ...), see 100.Xr wd 4 . 101.El 102.Pp 103.Sy Tapes 104.Bl -tag -width tenletters -compact 105.It Ar ch* 106SCSI media changers, see 107.Xr ch 4 . 108.It Ar st* 109SCSI tape drives, see 110.Xr st 4 . 111.El 112.Pp 113.Sy Terminal ports 114.Bl -tag -width tenletters -compact 115.It Ar tty[0-7][0-9a-f] 116NS16x50 serial ports, see 117.Xr com 4 . 118.El 119.Pp 120.Sy Pseudo terminals 121.Bl -tag -width tenletters -compact 122.It Ar ptm 123pty master device, see 124.Xr ptm 4 . 125.It Ar pty* 126Set of 62 master pseudo terminals, see 127.Xr pty 4 . 128.It Ar tty* 129Set of 62 slave pseudo terminals, see 130.Xr tty 4 . 131.El 132.Pp 133.Sy Console ports 134.Bl -tag -width tenletters -compact 135.It Ar wscons 136Minimal wscons devices, see 137.Xr wscons 4 . 138.It Ar ttyC-J* 139wscons display devices, see 140.Xr wsdisplay 4 . 141.It Ar wskbd* 142wscons keyboards, see 143.Xr wskbd 4 . 144.It Ar wsmux 145wscons keyboard/mouse mux devices, see 146.Xr wsmux 4 . 147.El 148.Pp 149.Sy Pointing devices 150.Bl -tag -width tenletters -compact 151.It Ar wsmouse* 152wscons mice, see 153.Xr wsmouse 4 . 154.El 155.Pp 156.Sy Printers 157.Bl -tag -width tenletters -compact 158.It Ar lpt* 159IEEE 1284 centronics printer, see 160.Xr lpt 4 . 161.El 162.Pp 163.Sy USB devices 164.Bl -tag -width tenletters -compact 165.It Ar uall 166All USB devices, see 167.Xr usb 4 . 168.It Ar usb* 169Bus control devices used by usbd for attach/detach, see 170.Xr usb 4 . 171.It Ar uhid* 172Generic HID devices, see 173.Xr uhid 4 . 174.It Ar ugen* 175Generic USB devices, see 176.Xr ugen 4 . 177.It Ar ulpt* 178Printer devices, see 179.Xr ulpt 4 . 180.It Ar urio* 181Diamond Multimedia Rio 500, see 182.Xr urio 4 . 183.It Ar ttyU* 184USB serial ports, see 185.Xr ucom 4 . 186.It Ar uscanner* 187Scanners, see 188.Xr uscanner 4 . 189.El 190.Pp 191.Sy Special purpose devices 192.Bl -tag -width tenletters -compact 193.It Ar bio 194ioctl tunnel pseudo-device, see 195.Xr bio 4 . 196.It Ar audio* 197Audio devices, see 198.Xr audio 4 . 199.It Ar bpf* 200Berkeley Packet Filter, see 201.Xr bpf 4 . 202.It Ar crypto 203Hardware crypto access driver, see 204.Xr crypto 4 . 205.It Ar fd 206fd/* nodes, see 207.Xr fd 4 . 208.It Ar hotplug 209devices hot plugging, see 210.Xr hotplug 4 . 211.It Ar lkm 212Loadable kernel modules interface, see 213.Xr lkm 4 . 214.It Ar pci* 215PCI bus devices, see 216.Xr pci 4 . 217.It Ar pdc 218PDC device, see 219.Xr pdc 4 . 220.It Ar pf* 221Packet Filter, see 222.Xr pf 4 . 223.It Ar *random 224In-kernel random data source, see 225.Xr random 4 . 226.It Ar ss* 227SCSI scanners, see 228.Xr ss 4 . 229.It Ar systrace* 230System call tracing device, see 231.Xr systrace 4 . 232.It Ar tun* 233Network tunnel driver, see 234.Xr tun 4 . 235.It Ar uk* 236Unknown SCSI devices, see 237.Xr uk 4 . 238.It Ar video* 239Video V4L2 devices, see 240.Xr video 4 . 241.It Ar nnpfs* 242NNPFS filesystem node, see 243.Xr mount_nnpfs 8 . 244.It Ar vscsi* 245Virtual SCSI controller, see 246.Xr vscsi 8 . 247.El 248.Sh FILES 249.Bl -tag -width /dev -compact 250.It Pa /dev 251The special file directory. 252.El 253.Sh SEE ALSO 254.Xr intro 4 , 255.Xr config 8 , 256.Xr mknod 8 257