1.\" *** ------------------------------------------------------------------ 2.\" *** This file was generated automatically 3.\" *** from src/etc/MAKEDEV.tmpl and 4.\" *** src/share/man/man8/MAKEDEV.8.template 5.\" *** 6.\" *** DO NOT EDIT - any changes will be lost!!! 7.\" *** ------------------------------------------------------------------ 8.\" 9.\" $NetBSD: MAKEDEV.8,v 1.12 2005/06/20 13:25:25 peter Exp $ 10.\" 11.\" Copyright (c) 2001, 2003 The NetBSD Foundation, Inc. 12.\" All rights reserved. 13.\" 14.\" This code is derived from software contributed to The NetBSD Foundation 15.\" by Thomas Klausner. 16.\" 17.\" Redistribution and use in source and binary forms, with or without 18.\" modification, are permitted provided that the following conditions 19.\" are met: 20.\" 1. Redistributions of source code must retain the above copyright 21.\" notice, this list of conditions and the following disclaimer. 22.\" 2. Redistributions in binary form must reproduce the above copyright 23.\" notice, this list of conditions and the following disclaimer in the 24.\" documentation and/or other materials provided with the distribution. 25.\" 3. All advertising materials mentioning features or use of this software 26.\" must display the following acknowledgement: 27.\" This product includes software developed by the NetBSD 28.\" Foundation, Inc. and its contributors. 29.\" 4. Neither the name of The NetBSD Foundation nor the names of its 30.\" contributors may be used to endorse or promote products derived 31.\" from this software without specific prior written permission. 32.\" 33.\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS 34.\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 35.\" TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 36.\" PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS 37.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 38.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 39.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 40.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 41.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 42.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 43.\" POSSIBILITY OF SUCH DAMAGE. 44.\" 45.Dd May 17, 2005 46.Dt MAKEDEV 8 47.Os 48.Sh NAME 49.Nm MAKEDEV 50.Nd create system and device special files 51.Sh SYNOPSIS 52.Nm 53.Op Fl fs 54.Op Fl m Ar mknod 55.Ar special Op Ar ... 56.Pp 57.Nm 58.Op Fl fs 59.Op Fl m Ar mknod 60.Ar device Op Ar ... 61.Sh DESCRIPTION 62.Nm 63is used to create system and device special files. 64As arguments it takes the names of known devices, like 65.Ar sd0 , 66or of special targets, like 67.Pa all 68or 69.Pa std , 70which create a collection of device special files. 71.Pp 72The script is in 73.Pa /dev/MAKEDEV 74and must be called from the 75.Pa /dev 76directory. 77For the creation of the devices, 78.Xr mknod 8 79is used, which can only be used for creating devices by the 80super-user. 81The 82.Xr mknod 8 83used can be overridden by the 84.Fl m 85flag. 86.Pp 87Supported options are: 88.Bl -tag -width XmXmknodXX 89.It Fl f 90Force permissions to be updated on existing devices. 91.It Fl m Ar mknod 92Name of 93.Xr mknod 8 94program. 95[Usually, $TOOL_MKNOD or mknod.] 96.It Fl s 97Generate 98.Xr mtree 8 99specfile instead of creating devices. 100.El 101.Pp 102The special targets supported on 103.Nx 104are: 105.Pp 106.\" @@@SPECIAL@@@ 107.Bl -tag -width 01234567 -compact 108.It Ar all 109Makes all known devices, including local devices. Tries to make the 'standard' number of each type. 110.It Ar init 111A set of devices that is used for MFS /dev by init. May be equal to ``all''. 112.It Ar floppy 113Devices to be put on install floppies 114.It Ar ramdisk 115Devices to be put into INSTALL kernel ramdisks. 116.It Ar std 117Standard devices 118.It Ar local 119Configuration specific devices 120.It Ar wscons 121Make wscons devices 122.It Ar usbs 123Make USB devices 124.It Ar isdns 125Make ISDN devices 126.El 127.Pp 128Please note that any hash marks 129.Pq Dq # 130in the following list of supported device targets must be replaced by 131digits when calling 132.Nm : 133.Pp 134.\" @@@DEVICES@@@ 135.Bl -tag -width 01 136.It Tapes : 137. Bl -tag -width 0123456789 -compact 138. It Ar st# 139SCSI tapes, see 140.Xr \&st 4 141. It Ar wt# 142QIC-interfaced (e.g. not SCSI) 3M cartridge tape, see 143.Xr \&wt 4 144. It Ar ht# 145MASSBUS TM03 and TU??, see 146.Xr \&vax/ht 4 147. It Ar mt# 148MSCP tapes (e.g. TU81, TK50), see 149.Xr \&vax/mt 4 150. It Ar tm# 151UNIBUS TM11 and TE10 emulations (e.g. Emulex TC-11), see 152.Xr \&vax/tm 4 153. It Ar ts# 154UNIBUS TS11, see 155.Xr \&vax/ts 4 156. It Ar ut# 157UNIBUS TU45 emulations (e.g. si 9700), see 158.Xr \&vax/ut 4 159. It Ar uu# 160TU58 cassettes on DL11 controller, see 161.Xr \&vax/uu 4 162. El 163.It Disks : 164. Bl -tag -width 0123456789 -compact 165. It Ar ccd# 166Concatenated disk devices, see 167.Xr \&ccd 4 168. It Ar cd# 169SCSI or ATAPI CD-ROM, see 170.Xr \&cd 4 171. It Ar cgd# 172Cryptographic disk devices, see 173.Xr \&cgd 4 174. It Ar raid# 175RAIDframe disk devices, see 176.Xr \&raid 4 177. It Ar sd# 178SCSI disks, see 179.Xr \&sd 4 180. It Ar wd# 181``winchester'' disk drives (ST506,IDE,ESDI,RLL,...), see 182.Xr \&wd 4 183. It Ar bmd# 184Nereid bank memory disks, see 185.Xr \&x68k/bmd 4 186. It Ar ed# 187IBM PS/2 ESDI disk devices, see 188.Xr \&edc 4 189. It Ar fd# 190``floppy'' disk drives (3 1/2", 5 1/4"), see 191.Xr \&amiga/fdc 4 , 192.Xr \&i386/fdc 4 193. It Ar fss# 194Files system snapshot devices, see 195.Xr \&fss 4 196. It Ar gdrom# 197Dreamcast ``gigadisc'' CD-ROM drive, see 198.Xr \&dreamcast/gdrom 4 199. It Ar hk# 200UNIBUS RK06 and RK07, see 201.Xr \&vax/hk 4 202. It Ar hp# 203MASSBUS RM??, see 204.Xr \&vax/hp 4 205. It Ar ld# 206Logical disk devices (e.g., hardware RAID), see 207.Xr \&ld 4 208. It Ar mcd# 209Mitsumi CD-ROM, see 210.Xr \&mcd 4 211. It Ar md# 212Memory pseudo-disk devices, see 213.Xr \&md 4 214. It Ar ofdisk# 215OpenFirmware disk devices 216. It Ar ra# 217MSCP disks (RA??, RD??) 218. It Ar rb# 219730 IDC w/ RB80 and/or RB02 220. It Ar rd# 221HDC9224 RD disks on VS2000, see 222.Xr \&hp300/rd 4 223. It Ar rl# 224UNIBUS RL02, see 225.Xr \&vax/rl 4 226. It Ar rx# 227MSCP floppy disk (RX33/50/...) 228. It Ar up# 229Other UNIBUS devices (e.g. on Emulex SC-21V controller), see 230.Xr \&vax/up 4 231. It Ar vnd# 232``file'' pseudo-disks, see 233.Xr \&vnd 4 234. It Ar xbd# 235Xen virtual disks 236. It Ar xd# 237Xylogic 753/7053 disks, see 238.Xr \&sparc/xd 4 239. It Ar xy# 240Xylogic 450/451 disks, see 241.Xr \&sparc/xy 4 242. El 243.It Pointing devices : 244. Bl -tag -width 0123456789 -compact 245. It Ar wsmouse# 246wscons mouse events, see 247.Xr \&wsmouse 4 248. It Ar lms# 249Logitech bus mouse, see 250.Xr \&i386/lms 4 251. It Ar mms# 252Microsoft bus mouse, see 253.Xr \&dreamcast/mms 4 , 254.Xr \&i386/mms 4 255. It Ar qms# 256``quadrature mouse'', see 257.Xr \&acorn32/qms 4 258. It Ar pms# 259PS/2 mouse 260. It Ar mouse 261Mouse (provides events, for X11) 262. El 263.It Keyboard devices : 264. Bl -tag -width 0123456789 -compact 265. It Ar wskbd# 266wscons keyboard events, see 267.Xr \&wskbd 4 268. It Ar kbd 269Raw keyboard (provides events, for X11), see 270.Xr \&acorn32/kbd 4 , 271.Xr \&sparc/kbd 4 , 272.Xr \&sun2/kbd 4 , 273.Xr \&sun3/kbd 4 274. It Ar kbdctl 275Keyboard control 276. El 277.It Terminals/Console ports : 278. Bl -tag -width 0123456789 -compact 279. It Ar tty[01]# 280Standard serial ports, see 281.Xr \&tty 4 282. It Ar tty0# 283SB1250 (``sbscn'') serial ports (sbmips), see 284.Xr \&tty 4 285. It Ar ttyE# 286wscons - Workstation console (``wscons'') glass-tty emulators 287. It Ar ttyCZ? 288Cyclades-Z multiport serial boards. Each ``unit'' makes 64 ports., see 289.Xr \&cz 4 290. It Ar ttyCY? 291Cyclom-Y multiport serial boards. Each ``unit'' makes 32 ports., see 292.Xr \&cy 4 293. It Ar ttye# 294ITE bitmapped consoles, see 295.Xr \&amiga/ite 4 , 296.Xr \&hp300/ite 4 297. It Ar ttyv0 298pccons 299. It Ar ttyC? 300NS16550 (``com'') serial ports 301. It Ar ttyS# 302SA1110 serial port (hpcarm) 303. It Ar ttyTX? 304TX39 internal serial ports (hpcmips) 305. It Ar ttyB? 306DEC 3000 ZS8530 (``scc'') serial ports (alpha), see 307.Xr \&scc 4 308. It Ar ttyA# 309Mfc serial ports (amiga) 310. It Ar ttyB# 311Msc serial ports (amiga) 312. It Ar ttyC# 313Com style serial ports (DraCo, HyperCom) (amiga) On the DraCo, units 0 and 1 are the built-in ``modem'' and ``mouse'' ports, if configured. 314. It Ar ttyA0 3158530 Channel A (formerly ser02) (atari) 316. It Ar ttyA1 3178530 Channel B (formerly mdm02) (atari) 318. It Ar ttyB0 319UART on first 68901 (formerly mdm01) (atari) 320. It Ar ixpcom 321IXP12x0 COM ports 322. It Ar epcom 323EP93xx COM ports 324. It Ar ttyM? 325HP200/300 4 port serial mux interface (hp300) 326. It Ar ttya 327``ttya'' system console (luna68k) 328. It Ar ttyb 329Second system serial port (luna68k) 330. It Ar tty# 331Onboard serial ports (mvme68k) On the mvme147 these are: ttyZ1, ttyZ2 and ttyZ3. On the mvme167, and '177: ttyC1, ttyC2 and ttyC3. Note that tty[CZ]0 is grabbed by the console device so is not created by default, see 332.Xr \&tty 4 333. It Ar dc# 334PMAX 4 channel serial interface (kbd, mouse, modem, printer), see 335.Xr \&pmax/dc 4 336. It Ar scc# 33782530 serial interface (pmax), see 338.Xr \&scc 4 339. It Ar ttyZ# 340Zilog 8530 (``zstty'') serial ports, see 341.Xr \&zstty 4 342. It Ar tty[abcd] 343Built-in serial ports (sparc) 344. It Ar tty# 345Z88530 serial controllers (sparc64), see 346.Xr \&tty 4 347. It Ar ttyh# 348SAB82532 serial controllers (sparc64), see 349.Xr \&sparc64/sab 4 350. It Ar tty[a-j] 351Built-in serial ports (sun2, sun3) 352. It Ar ttyC? 353pccons (arc) 354. It Ar dz# 355UNIBUS DZ11 and DZ32 (vax), see 356.Xr \&vax/dz 4 357. It Ar dh# 358UNIBUS DH11 and emulations (e.g. Able DMAX, Emulex CS-11) (vax), see 359.Xr \&vax/dh 4 360. It Ar dmf# 361UNIBUS DMF32 (vax), see 362.Xr \&vax/dmf 4 363. It Ar dhu# 364UNIBUS DHU11 (vax), see 365.Xr \&vax/dhu 4 366. It Ar dmz# 367UNIBUS DMZ32 (vax), see 368.Xr \&vax/dmz 4 369. It Ar dl# 370UNIBUS DL11 (vax), see 371.Xr \&vax/dl 4 372. It Ar xencons 373Xen virtual console 374. El 375.It Terminal multiplexors : 376. Bl -tag -width 0123456789 -compact 377. It Ar dc# 3784 channel serial interface (keyboard, mouse, modem, printer), see 379.Xr \&pmax/dc 4 380. It Ar dh# 381UNIBUS DH11 and emulations (e.g. Able DMAX, Emulex CS-11), see 382.Xr \&vax/dh 4 383. It Ar dhu# 384UNIBUS DHU11, see 385.Xr \&vax/dhu 4 386. It Ar dl# 387UNIBUS DL11, see 388.Xr \&vax/dl 4 389. It Ar dmf# 390UNIBUS DMF32, see 391.Xr \&vax/dmf 4 392. It Ar dmz# 393UNIBUS DMZ32, see 394.Xr \&vax/dmz 4 395. It Ar dz# 396UNIBUS DZ11 and DZ32, see 397.Xr \&vax/dz 4 398. It Ar scc# 39982530 serial interface, see 400.Xr \&scc 4 401. El 402.It Call units : 403. Bl -tag -width 0123456789 -compact 404. It Ar dn# 405UNIBUS DN11 and emulations (e.g. Able Quadracall), see 406.Xr \&vax/dn 4 407. El 408.It Pseudo terminals : 409. Bl -tag -width 0123456789 -compact 410. It Ar ptm 411Pty multiplexor device., see 412.Xr \&ptm 4 413. It Ar pty# 414Set of 16 master and slave pseudo terminals, see 415.Xr \&pty 4 416. It Ar opty 417First 16 ptys, to save inodes on install media 418. It Ar ipty 419First 2 ptys, for install media use only 420. El 421.It Printers : 422. Bl -tag -width 0123456789 -compact 423. It Ar arcpp# 424Archimedes parallel port 425. It Ar lpt# 426Stock lp, see 427.Xr \&lpt 4 , 428.Xr \&acorn32/lpt 4 , 429.Xr \&i386/lpt 4 , 430.Xr \&mvme68k/lpt 4 , 431.Xr \&pc532/lpt 4 432. It Ar lpa# 433Interruptless lp 434. It Ar par# 435Amiga motherboard parallel port 436. El 437.It USB devices : 438. Bl -tag -width 0123456789 -compact 439. It Ar usb# 440USB control devices, see 441.Xr \&usb 4 442. It Ar uhid# 443USB generic HID devices, see 444.Xr \&uhid 4 445. It Ar ulpt# 446USB printer devices, see 447.Xr \&ulpt 4 448. It Ar ugen# 449USB generic devices, see 450.Xr \&ugen 4 451. It Ar urio# 452USB Diamond Rio 500 devices, see 453.Xr \&urio 4 454. It Ar uscanner# 455USB scanners, see 456.Xr \&uscanner 4 457. It Ar ttyU# 458USB modems, see 459.Xr \&ucom 4 460. El 461.It ISDN devices : 462. Bl -tag -width 0123456789 -compact 463. It Ar isdn 464Communication between userland isdnd and kernel, see 465.Xr \&isdn 4 466. It Ar isdnctl 467Control device, see 468.Xr \&isdnctl 4 469. It Ar isdnbchan# 470Raw b-channel access, see 471.Xr \&isdnbchan 4 472. It Ar isdntel# 473Telephony device, see 474.Xr \&isdntel 4 475. It Ar isdnteld# 476Telephony dialout device 477. It Ar isdntrc# 478Trace device, see 479.Xr \&isdntrc 4 480. El 481.It Video devices : 482. Bl -tag -width 0123456789 -compact 483. It Ar bwtwo# 484Monochromatic frame buffer, see 485.Xr \&sparc/bwtwo 4 , 486.Xr \&sun2/bwtwo 4 , 487.Xr \&sun3/bwtwo 4 488. It Ar cgtwo# 4898-bit color frame buffer, see 490.Xr \&sparc/cgtwo 4 , 491.Xr \&sun3/cgtwo 4 492. It Ar cgthree# 4938-bit color frame buffer, see 494.Xr \&sparc/cgthree 4 495. It Ar cgfour# 4968-bit color frame buffer, see 497.Xr \&sparc/cgfour 4 , 498.Xr \&sun3/cgfour 4 499. It Ar cgsix# 500Accelerated 8-bit color frame buffer, see 501.Xr \&sparc/cgsix 4 502. It Ar cgeight# 50324-bit color frame buffer, see 504.Xr \&sparc/cgeight 4 505. It Ar etvme 506Tseng et-compatible cards on VME (atari) 507. It Ar ik# 508UNIBUS interface to Ikonas frame buffer, see 509.Xr \&vax/ik 4 510. It Ar leo 511Circad Leonardo VME-bus true color (atari) 512. It Ar ps# 513UNIBUS interface to Picture System 2, see 514.Xr \&vax/ps 4 515. It Ar qv# 516QVSS (MicroVAX) display 517. It Ar tcx# 518Accelerated 8/24-bit color frame buffer, see 519.Xr \&sparc/tcx 4 520. El 521.It Maple bus devices : 522. Bl -tag -width 0123456789 -compact 523. It Ar maple 524Maple bus control devices, see 525.Xr \&dreamcast/maple 4 526. It Ar mlcd# 527Maple bus LCD devices, see 528.Xr \&dreamcast/mlcd 4 529. It Ar mmem# 530Maple bus storage devices, see 531.Xr \&dreamcast/mmem 4 532. El 533.It Special purpose devices : 534. Bl -tag -width 0123456789 -compact 535. It Ar ad# 536UNIBUS interface to Data Translation A/D converter, see 537.Xr \&vax/ad 4 538. It Ar agp# 539AGP GART devices, see 540.Xr \&agp 4 541. It Ar altq 542ALTQ control interface 543. It Ar apm 544Power management device, see 545.Xr \&i386/apm 4 546. It Ar audio# 547Audio devices, see 548.Xr \&audio 4 549. It Ar bell# 550OPM bell device (x68k) 551. It Ar bktr 552Brooktree 848/849/878/879 based TV cards, see 553.Xr \&bktr 4 554. It Ar bpf 555Packet filter, see 556.Xr \&bpf 4 557. It Ar cfs# 558Coda file system device 559. It Ar ch# 560SCSI media changer, see 561.Xr \&ch 4 562. It Ar cir# 563Consumer IR, see 564.Xr \&cir 4 565. It Ar clockctl 566Clock control for non root users, see 567.Xr \&clockctl 4 568. It Ar crypto 569Hardware crypto access driver, see 570.Xr \&crypto 4 571. It Ar dmoverio 572Hardware-assisted data movers, see 573.Xr \&dmoverio 4 574. It Ar dpt# 575DPT/Adaptec EATA RAID management interface, see 576.Xr \&dpt 4 577. It Ar dpti# 578DPT/Adaptec I2O RAID management interface, see 579.Xr \&dpti 4 580. It Ar fb# 581PMAX generic framebuffer pseudo-device, see 582.Xr \&pmax/fb 4 583. It Ar fd 584File descriptors 585. It Ar grf# 586Graphics frame buffer device, see 587.Xr \&amiga/grf 4 , 588.Xr \&hp300/grf 4 589. It Ar hil 590HP300 HIL input devices, see 591.Xr \&hp300/hil 4 592. It Ar icp 593ICP-Vortex/Intel RAID control interface, see 594.Xr \&icp 4 595. It Ar iic# 596IIC bus device 597. It Ar iop# 598I2O IOP control interface, see 599.Xr \&iop 4 600. It Ar ipl 601IP Filter 602. It Ar irframe# 603IrDA physical frame, see 604.Xr \&irframe 4 605. It Ar ite# 606Terminal emulator interface to HP300 graphics devices, see 607.Xr \&amiga/ite 4 , 608.Xr \&hp300/ite 4 609. It Ar joy# 610Joystick device, see 611.Xr \&joy 4 612. It Ar kttcp 613Kernel ttcp helper device, see 614.Xr \&kttcp 4 615. It Ar lkm 616Loadable kernel modules interface, see 617.Xr \&lkm 4 618. It Ar magma# 619Magma multiport serial/parallel cards, see 620.Xr \&sparc/magma 4 621. It Ar midi# 622MIDI, see 623.Xr \&midi 4 624. It Ar mlx# 625Mylex DAC960 control interface, see 626.Xr \&mlx 4 627. It Ar mly# 628Mylex AcceleRAID/eXtremeRAID control interface, see 629.Xr \&mly 4 630. It Ar np# 631UNIBUS Ethernet co-processor interface, for downloading., see 632.Xr \&vax/np 4 633. It Ar nsmb# 634SMB requester, see 635.Xr \&nsmb 4 636. It Ar openfirm 637OpenFirmware accessor 638. It Ar pci# 639PCI bus access devices, see 640.Xr \&pci 4 641. It Ar pf 642PF packet filter 643. It Ar pow# 644Power management device (x68k), see 645.Xr \&x68k/pow 4 646. It Ar px# 647PixelStamp Xserver access, see 648.Xr \&px 4 649. It Ar radio# 650Radio devices, see 651.Xr \&radio 4 652. It Ar random 653Random number generator, see 654.Xr \&rnd 4 655. It Ar rtc# 656RealTimeClock, see 657.Xr \&atari/rtc 4 , 658.Xr \&hp300/rtc 4 , 659.Xr \&pmppc/rtc 4 660. It Ar satlink# 661PlanetConnect satellite receiver driver 662. It Ar scsibus# 663SCSI busses, see 664.Xr \&scsi 4 665. It Ar se# 666SCSI Ethernet, see 667.Xr \&se 4 668. It Ar ses# 669SES/SAF-TE SCSI Devices, see 670.Xr \&ses 4 671. It Ar speaker 672PC speaker, see 673.Xr \&speaker 4 674. It Ar sram 675Battery backuped memory (x68k) 676. It Ar ss# 677SCSI scanner, see 678.Xr \&ss 4 679. It Ar stic# 680PixelStamp interface chip 681. It Ar sysmon 682System Monitoring hardware, see 683.Xr \&envsys 4 684. It Ar systrace 685Syscall tracer, see 686.Xr \&systrace 4 687. It Ar tap# 688Virtual Ethernet device, see 689.Xr \&tap 4 690. It Ar tun# 691Network tunnel driver, see 692.Xr \&tun 4 693. It Ar twe 6943ware Escalade control interface, see 695.Xr \&twe 4 696. It Ar uk# 697Unknown SCSI device, see 698.Xr \&uk 4 699. It Ar veriexec 700Verified executable fingerprint loader, see 701.Xr \&veriexec 4 702. It Ar vmegen# 703Generic VME access 704. It Ar view# 705Generic interface to graphic displays (Amiga) 706. It Ar wsfont# 707Console font control, see 708.Xr \&wsfont 4 709. It Ar wsmux# 710wscons event multiplexor, see 711.Xr \&wsmux 4 712. It Ar xenevt 713Xen event interface 714. El 715.El 716.Sh FILES 717.Bl -tag -width "/dev/MAKEDEV.local" -compact 718.It Pa /dev 719special device files directory 720.It Pa /dev/MAKEDEV 721script described in this man page 722.It Pa /dev/MAKEDEV.local 723script for site specific devices 724.El 725.Sh DIAGNOSTICS 726If the script reports an error that is difficult to understand, 727you can get more debugging output by using 728.Dl Ic sh Fl x Ar MAKEDEV Ar argument . 729.Sh SEE ALSO 730.Xr config 1 , 731.Xr intro 4 , 732.Xr mknod 8 733.Sh HISTORY 734The 735.Nm 736command appeared in 737.Bx 4.2 . 738.Sh NOTES 739This man page is generated automatically from the same sources 740as 741.Pa /dev/MAKEDEV , 742in which the device files are not always sorted, which may result 743in an unusual (non-alphabetical) order. 744Not all devices listed in this manpage are supported on all platforms. 745