home *** CD-ROM | disk | FTP | other *** search
/ Caldera Network Desktop 1.0 / caldera-network-desktop-1.0-boot-disk.img / usr / doc / LST / DEVICELIST.gz / DEVICELIST
Text File  |  1995-12-13  |  19KB  |  544 lines

  1.                LINUX ALLOCATED DEVICES
  2.  
  3.      Maintained by H. Peter Anvin <Peter.Anvin@linux.org>
  4.  
  5.               Last revised: May 29, 1995
  6.  
  7. This list is the successor to Rick Miller's Linux Device List, which
  8. he stopped maintaining when he lost network access in 1993.  It is a
  9. registry of allocated major device numbers, as well as the recommended
  10. /dev directory nodes for these devices.
  11.  
  12. This list is available via FTP from ftp.yggdrasil.com in the directory
  13. /pub/device-list; filename is devices.<format> where <format> is txt
  14. (ASCII), tex (LaTeX), dvi (DVI) or ps (PostScript).  In cases of
  15. discrepancy, the LaTeX version has priority.
  16.  
  17. This document is included by reference into the Linux Filesystem
  18. Standard (FSSTND).  The FSSTND is available via FTP from
  19. tsx-11.mit.edu in the directory /pub/linux/docs/linux-standards/fsstnd.
  20.  
  21. To have a major number allocated, or a minor number in situations
  22. where that applies (e.g. busmice), please contact me.  Also, if you
  23. have additional information regarding any of the devices listed below,
  24. I would like to know.
  25.  
  26. Allocations marked (68k) apply to Linux/68k only.
  27.  
  28.   0         Unnamed devices (NFS mounts, loopback devices)
  29.           0 = reserved as null device number
  30.  
  31.   1 char    Memory devices
  32.               1 = /dev/mem        Physical memory access
  33.           2 = /dev/kmem        Kernel virtual memory access
  34.           3 = /dev/null        Null device
  35.           4 = /dev/port        I/O port access
  36.           5 = /dev/zero        Null byte source
  37.           6 = /dev/core        OBSOLETE - replaced by /proc/kcore
  38.           7 = /dev/full        Returns ENOSPC on write
  39.     block    RAM disk
  40.           1 = /dev/ramdisk    RAM disk
  41.  
  42.   2 char    Reserved for PTY's <tytso@athena.mit.edu>
  43.     block    Floppy disks
  44.           0 = /dev/fd0        First floppy disk autodetect
  45.           1 = /dev/fd1        Second floppy disk autodetect
  46.           2 = /dev/fd2        Third floppy disk autodetect
  47.           3 = /dev/fd3        Fourth floppy disk autodetect
  48.  
  49.         To specify format, add to the autodetect device number:
  50.           0 = /dev/fd?        Autodetect format
  51.           4 = /dev/fd?d360    5.25"  360K in a 360K  drive
  52.          20 = /dev/fd?h360    5.25"  360K in a 1200K drive
  53.          48 = /dev/fd?h410    5.25"  410K in a 1200K drive
  54.          64 = /dev/fd?h420    5.25"  420K in a 1200K drive
  55.          24 = /dev/fd?h720    5.25"  720K in a 1200K drive
  56.          80 = /dev/fd?h880    5.25"  880K in a 1200K drive
  57.           8 = /dev/fd?h1200    5.25" 1200K in a 1200K drive
  58.          40 = /dev/fd?h1440    5.25" 1440K in a 1200K drive
  59.          56 = /dev/fd?h1476    5.25" 1476K in a 1200K drive
  60.            72 = /dev/fd?h1494    5.25" 1494K in a 1200K drive
  61.          92 = /dev/fd?h1600    5.25" 1600K in a 1200K drive
  62.  
  63.          12 = /dev/fd?u360    3.5"   360K Double Density
  64.         120 = /dev/fd?u800    3.5"   800K Double Density
  65.          52 = /dev/fd?u820    3.5"   820K Double Density
  66.          68 = /dev/fd?u830    3.5"   830K Double Density
  67.          84 = /dev/fd?u1040    3.5"  1040K Double Density
  68.          88 = /dev/fd?u1120    3.5"  1120K Double Density
  69.          28 = /dev/fd?u1440    3.5"  1440K High Density
  70.         124 = /dev/fd?u1600    3.5"  1600K High Density
  71.          44 = /dev/fd?u1680    3.5"  1680K High Density
  72.          60 = /dev/fd?u1722    3.5"  1722K High Density
  73.          76 = /dev/fd?u1743    3.5"  1743K High Density
  74.          96 = /dev/fd?u1760    3.5"  1760K High Density
  75.         116 = /dev/fd?u1840    3.5"  1840K High Density
  76.         100 = /dev/fd?u1920    3.5"  1920K High Density
  77.          32 = /dev/fd?u2880    3.5"  2880K Extra Density
  78.         104 = /dev/fd?u3200    3.5"  3200K Extra Density
  79.         108 = /dev/fd?u3520    3.5"  3520K Extra Density
  80.         112 = /dev/fd?u3840    3.5"  3840K Extra Density
  81.  
  82.          36 = /dev/fd?CompaQ    Compaq 2880K drive; obsolete?
  83.  
  84.         NOTE: THe letter in the device name (d, q, h or u)
  85.         signifies the type of drive: 5.25" Double Density (d),
  86.         5.25" Quad Density (q), 5.25" High Density (h) or 3.5"
  87.         (any model, u).  The use of the capital letters D, H
  88.         and E for the 3.5" models have been deprecated, since
  89.         the drive type is insignificant for these devices.
  90.  
  91.   3 char    Reserved for pty's <tytso@athena.mit.edu>
  92.     block    First MFM, RLL and IDE hard disk/CD-ROM interface
  93.               0 = /dev/hda        Master: whole disk (or CD-ROM)
  94.          64 = /dev/hdb        Slave: whole disk (or CD-ROM)
  95.         
  96.         For partitions, add to the whole disk device number:
  97.           0 = /dev/hd?        Whole disk
  98.           1 = /dev/hd?1        First primary partition
  99.           2 = /dev/hd?2        Second primary partition
  100.           3 = /dev/hd?3        Third primary partition
  101.           4 = /dev/hd?4        Fourth primary partition
  102.           5 = /dev/hd?5        First logical partition
  103.           6 = /dev/hd?6        Second logical partition
  104.           7 = /dev/hd?7        Third logical partition
  105.             ...
  106.          63 = /dev/hd?63    59th logical partition
  107.  
  108.   4 char    TTY devices
  109.               0 = /dev/console    Console device
  110.  
  111.           1 = /dev/tty1        First virtual console
  112.               ...
  113.          63 = /dev/tty63    63rd virtual console
  114.          64 = /dev/ttyS0    First serial port
  115.               ...
  116.         127 = /dev/ttyS63    64th serial port
  117.         128 = /dev/ptyp0    First pseudo-tty master
  118.               ...
  119.         191 = /dev/ptysf    64th pseudo-tty master
  120.         192 = /dev/ttyp0    First pseudo-tty slave
  121.               ...
  122.         255 = /dev/ttysf    64th pseudo-tty slave
  123.  
  124.         Pseudo-tty's are named as follows:
  125.         * Masters are "pty", slaves are "tty";
  126.         * the fourth letter is one of p, q, r, s indicating
  127.           the 1st, 2nd, 3rd, 4th series of 16 pseudo-ttys each, and
  128.         * the fifth letter is one of 0123456789abcdef indicating
  129.           the position within the series.
  130.  
  131.   5 char    Alternate TTY devices
  132.               0 = /dev/tty        Current TTY device
  133.          64 = /dev/cua0        Callout device corresponding to ttyS0
  134.               ...
  135.         127 = /dev/cua63    Callout device corresponding to ttyS63
  136.  
  137.   6 char    Parallel printer devices
  138.               0 = /dev/lp0        First parallel printer (0x3bc)
  139.           1 = /dev/lp1        Second parallel printer (0x378)
  140.           2 = /dev/lp2        Third parallel printer (0x278)
  141.  
  142.         Not all computers have the 0x3bc parallel port; hence
  143.         the "first" printer may be either /dev/lp0 or
  144.         /dev/lp1.
  145.  
  146.   7 char    Virtual console capture devices
  147.               0 = /dev/vcs        Current vc text contents
  148.           1 = /dev/vcs1        tty1 text contents
  149.               ...
  150.          63 = /dev/vcs63    tty63 text contents
  151.         128 = /dev/vcsa        Current vc text/attribute contents
  152.         129 = /dev/vcsa1    tty1 text/attribute contents
  153.               ...
  154.         191 = /dev/vcsa63    tty63 text/attribute contents
  155.     
  156.         NOTE: These devices permit both read and write access.
  157.  
  158.   8 block    SCSI disk devices
  159.               0 = /dev/sda        First SCSI disk whole disk
  160.          16 = /dev/sdb        Second SCSI disk whole disk
  161.          32 = /dev/sdc        Third SCSI disk whole disk
  162.                 ...
  163.         240 = /dev/sdp        Sixteenth SCSI disk whole disk
  164.  
  165.         Partitions are handled in the same way as for IDE
  166.         disks (see major number 3) except that the limit on
  167.         logical partitions is 11.
  168.  
  169.   9 char    SCSI tape devices
  170.               0 = /dev/st0        First SCSI tape
  171.           1 = /dev/st1        Second SCSI tape
  172.               ...
  173.         128 = /dev/nst0        First SCSI tape, no rewind-on-close
  174.         129 = /dev/nst1        Second SCSI tape, no rewind-on-close
  175.               ...
  176.     block    Multiple disk devices
  177.           0 = /dev/md0        First device group
  178.           1 = /dev/md1        Second device group
  179.               ...
  180.  
  181.         The multiple devices driver is used to span a
  182.         filesystem across multiple physical disks.
  183.  
  184.  10 char    Non-serial mice, misc features
  185.           0 = /dev/logibm    Logitech bus mouse
  186.           1 = /dev/psaux    PS/2-style mouse port
  187.           2 = /dev/inportbm    Microsoft Inport bus mouse
  188.           3 = /dev/atibm    ATI XL bus mouse
  189.           4 = /dev/jbm        J-mouse
  190.           4 = /dev/amigamouse    Amiga Mouse (68k)
  191.           5 = /dev/atarimouse    Atari Mouse (68k)
  192.         128 = /dev/beep        Fancy beep device
  193.         129 = /dev/modreq    Kernel module load request
  194.  
  195.         The use of the suffix -mouse instead of -bm or -aux
  196.         has also been used.
  197.  
  198.  11 block    SCSI CD-ROM devices
  199.               0 = /dev/sr0        First SCSI CD-ROM
  200.           1 = /dev/sr1        Second SCSI CD-ROM
  201.               ...
  202.  
  203.         The prefix /dev/scd instead of /dev/sr has been used
  204.         as well, and might make more sense.
  205.  
  206.  12 char    QIC-02 tape
  207.           2 = /dev/ntpqic11    QIC-11, no rewind-on-close
  208.           3 = /dev/tpqic11    QIC-11, rewind-on-close
  209.           4 = /dev/ntpqic24    QIC-24, no rewind-on-close
  210.           5 = /dev/tpqic24    QIC-24, rewind-on-close
  211.           6 = /dev/ntpqic120    QIC-120, no rewind-on-close
  212.           7 = /dev/tpqic120    QIC-120, rewind-on-close
  213.           8 = /dev/ntpqic150    QIC-150, no rewind-on-close
  214.           9 = /dev/tpqic150    QIC-150, rewind-on-close
  215.  
  216.         The device names specified are proposed -- if there
  217.         are "standard" names for these devices, please let me know.
  218.  
  219.     block    MSCDEX CD-ROM callback support
  220.           0 = /dev/dos_cd0    First MSCDEX CD-ROM
  221.           1 = /dev/dos_cd1    Second MSCDEX CD-ROM
  222.               ...
  223.  
  224.  13 char    PC speaker
  225.           0 = /dev/pcmixer    Emulates /dev/mixer
  226.           1 = /dev/pcsp        Emulates /dev/dsp (8-bit)
  227.           4 = /dev/pcaudio    Emulates /dev/audio
  228.           5 = /dev/pcsp16    Emulates /dev/dsp (16-bit)
  229.     block    8-bit MFM/RLL/IDE controller
  230.           0 = /dev/xda        First XT disk whole disk
  231.          64 = /dev/xdb        Second XT disk whole disk
  232.  
  233.         Partitions are handled in the same way as IDE disks
  234.         (see major number 3).
  235.  
  236.  14 char    Sound card
  237.           0 = /dev/mixer    Mixer control
  238.           1 = /dev/sequencer    Audio sequencer
  239.           2 = /dev/midi00    First MIDI port
  240.           3 = /dev/dsp        Digital audio
  241.           4 = /dev/audio    Sun-compatible digital audio
  242.           6 = /dev/sndstat    Sound card status information
  243.           8 = /dev/sequencer2    Sequencer -- alternate device
  244.          16 = /dev/mixer1    Second soundcard mixer control
  245.          17 = /dev/patmgr0    Sequencer patch manager
  246.          18 = /dev/midi01    Second MIDI port
  247.          19 = /dev/dsp1        Second soundcard digital audio
  248.          20 = /dev/audio1    Second soundcard Sun digital audio
  249.          33 = /dev/patmgr1    Sequencer patch manager
  250.          34 = /dev/midi02    Third MIDI port
  251.          50 = /dev/midi03    Fourth MIDI port
  252.     block    BIOS harddrive callback support
  253.           0 = /dev/dos_hda    First BIOS harddrive whole disk
  254.          64 = /dev/dos_hdb    Second BIOS harddrive whole disk
  255.         128 = /dev/dos_hdc    Third BIOS harddrive whole disk
  256.         192 = /dev/dos_hdd    Fourth BIOS harddrive whole disk
  257.  
  258.         Partitions are handled in the same way as IDE disks
  259.         (see major number 3).
  260.  
  261.  15 char    Joystick
  262.           0 = /dev/js0        First joystick
  263.           1 = /dev/js1        Second joystick
  264.     block    Sony CDU-31A/CDU-33A CD-ROM
  265.           0 = /dev/sonycd    Sony CDU-31a CD-ROM
  266.  
  267.  16 char    Reserved for scanners
  268.     block    GoldStar CD-ROM
  269.           0 = /dev/gscd        GoldStar CD-ROM
  270.  
  271.  17 char    Chase serial card
  272.           0 = /dev/ttyH0    First Chase port
  273.           1 = /dev/ttyH1    Second Chase port
  274.               ...
  275.     block    Optics Storage CD-ROM (under development)
  276.           0 = /dev/optcd    Optics Storage CD-ROM
  277.  
  278.  18 char    Chase serial card - alternate devices
  279.           0 = /dev/cuh0        Callout device corresponding to ttyH0
  280.           1 = /dev/cuh1        Callout device corresponding to ttyH1
  281.               ...
  282.     block    Sanyo CD-ROM (under development)
  283.           0 = ?            Sanyo CD-ROM
  284.  
  285.  19 char    Cyclades serial card
  286.          32 = /dev/ttyC0    First Cyclades port
  287.               ...
  288.          63 = /dev/ttyC31    32nd Cyclades port
  289.         
  290.         It would make more sense for these to start at 0...
  291.  
  292.     block    "Double" compressed disk
  293.           0 = /dev/double0    First compressed disk
  294.               ...
  295.           7 = /dev/double7    Eighth compressed disk
  296.         128 = /dev/cdouble0    Mirror of first compressed disk
  297.               ...
  298.         135 = /dev/cdouble7    Mirror of eighth compressed disk
  299.  
  300.         See the Double documentation for the meaning of the
  301.         mirror devices.
  302.  
  303.  20 char    Cyclades serial card - alternate devices
  304.          32 = /dev/cub0        Callout device corresponding to ttyC0
  305.               ...
  306.          63 = /dev/cub31    Callout device corresponding to ttyC31
  307.     block    Hitachi CD-ROM (under development)
  308.           0 = /dev/hitcd    Hitachi CD-ROM
  309.  
  310.  21 char    Generic SCSI access
  311.           0 = /dev/sg0        First generic SCSI device
  312.           1 = /dev/sg1        Second generic SCSI device
  313.               ...
  314.  
  315.  22 char    Digiboard serial card
  316.           0 = /dev/ttyD0    First Digiboard port
  317.           1 = /dev/ttyD1    Second Digiboard port
  318.               ...
  319.     block    Second MFM, RLL and IDE hard disk/CD-ROM interface
  320.               0 = /dev/hdc        Master: whole disk (or CD-ROM)
  321.          64 = /dev/hdd        Slave: whole disk (or CD-ROM)
  322.         
  323.         Partitions are handled the same way as for the first
  324.         interface (see major number 3).
  325.  
  326.  23 char    Digiboard serial card - alternate devices
  327.           0 = /dev/cud0        Callout device corresponding to ttyD0
  328.           1 = /dev/cud1        Callout device corresponding to ttyD1
  329.               ...
  330.     block    Mitsumi proprietary CD-ROM
  331.           0 = /dev/mcd        Mitsumi CD-ROM
  332.  
  333.  24 char    Stallion serial card
  334.           0 = /dev/ttyE0    Stallion port 0 card 0
  335.           1 = /dev/ttyE1    Stallion port 1 card 0
  336.               ...
  337.          64 = /dev/ttyE64    Stallion port 0 card 1
  338.          65 = /dev/ttyE65    Stallion port 1 card 1
  339.               ...
  340.         128 = /dev/ttyE128    Stallion port 0 card 2
  341.         129 = /dev/ttyE129    Stallion port 1 card 2
  342.               ...
  343.         192 = /dev/ttyE192    Stallion port 0 card 3
  344.         193 = /dev/ttyE193    Stallion port 1 card 3
  345.               ...
  346.     block    Sony CDU-535 CD-ROM
  347.           0 = /dev/cdu535    Sony CDU-535 CD-ROM
  348.  
  349.  25 char    Stallion serial card - alternate devices
  350.           0 = /dev/cue0        Callout device corresponding to ttyE0
  351.           1 = /dev/cue1        Callout device corresponding to ttyE1
  352.               ...
  353.          64 = /dev/cue64    Callout device corresponding to ttyE64
  354.          65 = /dev/cue65    Callout device corresponding to ttyE65
  355.               ...
  356.         128 = /dev/cue128    Callout device corresponding to ttyE128
  357.         129 = /dev/cue129    Callout device corresponding to ttyE129
  358.               ...
  359.         192 = /dev/cue192    Callout device corresponding to ttyE192
  360.         193 = /dev/cue193    Callout device corresponding to ttyE193
  361.               ...
  362.     block    First Matsushita (Panasonic/SoundBlaster) CD-ROM
  363.           0 = /dev/sbpcd0    Panasonic CD-ROM controller 0 unit 0
  364.           1 = /dev/sbpcd1    Panasonic CD-ROM controller 0 unit 1
  365.           2 = /dev/sbpcd2    Panasonic CD-ROM controller 0 unit 2
  366.           3 = /dev/sbpcd3    Panasonic CD-ROM controller 0 unit 3
  367.  
  368.  26 char    Frame grabbers
  369.           0 = /dev/wvisfgrab    Quanta WinVision frame grabber
  370.     block    Second Matsushita (Panasonic/SoundBlaster) CD-ROM
  371.           0 = /dev/sbpcd4    Panasonic CD-ROM controller 1 unit 0
  372.           1 = /dev/sbpcd5    Panasonic CD-ROM controller 1 unit 1
  373.           2 = /dev/sbpcd6    Panasonic CD-ROM controller 1 unit 2
  374.           3 = /dev/sbpcd7    Panasonic CD-ROM controller 1 unit 3
  375.  
  376.  27 char    QIC-117 tape
  377.           0 = /dev/ftape    QIC-117 tape
  378.     block    Third Matsushita (Panasonic/SoundBlaster) CD-ROM
  379.           0 = /dev/sbpcd8    Panasonic CD-ROM controller 2 unit 0
  380.           1 = /dev/sbpcd9    Panasonic CD-ROM controller 2 unit 1
  381.           2 = /dev/sbpcd10    Panasonic CD-ROM controller 2 unit 2
  382.           3 = /dev/sbpcd11    Panasonic CD-ROM controller 2 unit 3
  383.  
  384.  28 char    Stallion serial card - card programming
  385.           0 = /dev/staliomem0    First Stallion card I/O memory
  386.           1 = /dev/staliomem1    Second Stallion card I/O memory
  387.           2 = /dev/staliomem2    Third Stallion card I/O memory
  388.           3 = /dev/staliomem3    Fourth Stallion card I/O memory
  389.     block    Fourth Matsushita (Panasonic/SoundBlaster) CD-ROM
  390.           0 = /dev/sbpcd12    Panasonic CD-ROM controller 3 unit 0
  391.           1 = /dev/sbpcd13    Panasonic CD-ROM controller 3 unit 1
  392.           2 = /dev/sbpcd14    Panasonic CD-ROM controller 3 unit 2
  393.           3 = /dev/sbpcd15    Panasonic CD-ROM controller 3 unit 3
  394.     block    ACSI disk (68k)
  395.           0 = /dev/ada        First ACSI disk whole disk
  396.          16 = /dev/adb        Second ACSI disk whole disk
  397.          32 = /dev/adc        Third ACSI disk whole disk
  398.               ...
  399.         240 = /dev/adp        16th ACSI disk whole disk
  400.  
  401.         Partitions are handled in the same way as for IDE
  402.         disks (see major number 3) except that the limit on
  403.         logical partitions is 11.
  404.  
  405.  29 char    Universal frame buffer
  406.           0 = /dev/fb0current    First frame buffer
  407.           1 = /dev/fb0autodetect
  408.               ...
  409.          16 = /dev/fb1current    Second frame buffer
  410.          17 = /dev/fb1autodetect
  411.               ...
  412.     block    Aztech/Orchid/Okano/Wearnes CD-ROM
  413.           0 = /dev/aztcd    Aztech CD-ROM
  414.  
  415.         The universal frame buffer device is currenly only
  416.         supported on Linux/68k.  The "current" device accesses
  417.         the fame buffer at current resolution; the
  418.         "autodetect" one at bootup (default) resolution.
  419.         Minor numbers 2-15 within each frame buffer assignment
  420.         are used for specific device-dependent resolutions.
  421.         There appears to be no standard naming for these devices.
  422.  
  423.  30 char    iBCS-2 compatibility devices
  424.           0 = /dev/socksys    Socket access
  425.           1 = /dev/spx        SVR3 local X interface
  426.           2 = /dev/inet/arp    Network access
  427.           2 = /dev/inet/icmp    Network access
  428.           2 = /dev/inet/ip    Network access
  429.           2 = /dev/inet/udp    Network access
  430.           2 = /dev/inet/tcp    Network access
  431.  
  432.         iBCS-2 requires /dev/nfsd to be a link to
  433.         /dev/socksys, and /dev/X0R to be a link to /dev/null.
  434.  
  435.     block    Philips LMS CM-205 CD-ROM
  436.           0 = /dev/cm205cd    Philips LMS CM-205 CD-ROM
  437.  
  438.         /dev/lmscd is an older name for this device.  This
  439.         driver does not work with the CM-205MS CD-ROM.
  440.  
  441.  31 char    MPU-401 MIDI
  442.           0 = /dev/mpu401data    MPU-401 data port
  443.           1 = /dev/mpu401stat    MPU-401 status port
  444.     block    ROM/flash memory card
  445.           0 = /dev/rom0        First ROM card (rw)
  446.               ...
  447.           7 = /dev/rom7        Eighth ROM card (rw)
  448.           8 = /dev/rrom0    First ROM card (ro)
  449.               ...
  450.          15 = /dev/rrom7    Eighth ROM card (ro)
  451.          16 = /dev/flash0    First flash memory card (rw)
  452.               ...
  453.          23 = /dev/flash7    Eighth flash memory card (rw)
  454.          24 = /dev/rflash0    First flash memory card (ro)
  455.               ...
  456.          31 = /dev/rflash7    Eighth flash memory card (ro)
  457.  
  458.         The read-write (rw) devices support back-caching
  459.         written data in RAM, as well as writing to flash RAM
  460.         devices.  The read-only devices (ro) support reading
  461.         only.
  462.  
  463.  32 block    Philips LMS CM-206 CD-ROM
  464.           0 = /dev/cm206cd    Philips LMS CM-206 CD-ROM
  465.  
  466.  33 block    Modular RAM disk device
  467.           0 = /dev/ram0        First modular RAM disk
  468.           1 = /dev/ram1        Second modular RAM disk
  469.               ...
  470.         255 = /dev/ram255    256th modular RAM disk
  471.  
  472.  34-223        UNALLOCATED
  473.  
  474. 224-254        LOCAL USE
  475.         Allocated for local/experimental use
  476.  
  477.         Please note that MAX_CHRDEV and MAX_BLKDEV in
  478.         linux/include/linux/major.h must be set to a value
  479.         greater than the highest used major number.  For a
  480.         kernel using local/experimental devices, it is
  481.         probably easiest to set both of these equal to 256.  The
  482.         memory cost above using the default value of 64 is 3K.
  483.  
  484. 255        RESERVED
  485.  
  486.  
  487.  
  488.  
  489.     ADDITIONAL /dev DIRECTORY ENTRIES
  490.  
  491. This section details additional entries that should or may exist in
  492. the /dev directory.  It is preferred that symbolic links use the same
  493. form (absolute or relative) as is indicated here.  Links are
  494. classified as "hard" or "symbolic" depending on the preferred type of
  495. link; if possible, the indicated type of link should be used.
  496.  
  497.  
  498.     Compulsory links
  499.  
  500. These links should exist on all systems:
  501.  
  502. /dev/fd        /proc/self/fd    symbolic    File descriptors
  503. /dev/stdin    fd/0        symbolic    stdin file descriptor
  504. /dev/stdout    fd/1        symbolic    stdout file descriptor
  505. /dev/stderr    fd/2        symbolic    stderr file descriptor
  506.  
  507.  
  508.     Recommended links
  509.  
  510. It is recommended that these links exist on all systems:
  511.  
  512. /dev/X0R    null        symbolic    Used by iBCS-2
  513. /dev/nfsd    socksys        symbolic    Used by iBCS-2
  514. /dev/core    /proc/kcore    symbolic    Backward compatibility
  515. /dev/scd?    /dev/cd?    hard        Alternate SCSI CD-ROM name
  516.  
  517.  
  518.     Locally defined links
  519.  
  520. The following links may be established locally to conform to the
  521. configuration of the system.  This is merely a tabulation of existing
  522. practice, and does not constitute a recommendation.  However, if they
  523. exist, they should have the following uses.
  524.  
  525. /dev/mouse    mouse port    symbolic    Current mouse device
  526. /dev/tape    tape device    symbolic    Current tape device
  527. /dev/cdrom    CD-ROM device    symbolic    Current CD-ROM device
  528. /dev/modem    modem port    symbolic    Current dialout device
  529. /dev/root    root device    symbolic    Current root filesystem
  530. /dev/swap    swap device    symbolic    Current swap device
  531.  
  532. /dev/modem should not be used for a modem which supports dialin as
  533. well as dialout, as it tends to cause lock file problems.  If it
  534. exists, /dev/modem shold point to the appropriate dialout (alternate)
  535. device.
  536.  
  537.  
  538.     Sockets and pipes
  539.  
  540. Non-transient sockets and named pipes may exist in /dev.  Common entries are:
  541.  
  542. /dev/printer    socket        lpd local socket
  543. /dev/log    socket        syslog local socket
  544.