The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/conf/majors

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

    1 # $NetBSD: majors,v 1.42.4.1 2009/09/26 19:52:09 snj Exp $
    2 #
    3 # Device majors for Machine-Independent drivers.
    4 #
    5 # Majors 0-143 are reserved for machine-dependent drivers and
    6 # for traditional machine-specific MI driver major mapping.
    7 #
    8 # Majors 144-159 are reserved for local/vendor use.
    9 #
   10 # Majors 160-255 are used for the MI drivers.
   11 
   12 device-major    crypto          char 160                crypto
   13 device-major    pf              char 161                pf
   14 #obsolete       vinum           char 162                vinum
   15 device-major    fss             char 163 block 163      fss
   16 device-major    pps             char 164                pps
   17 device-major    ptm             char 165                pty
   18 device-major    atabus          char 166                atabus
   19 device-major    drvctl          char 167                drvctl
   20 device-major    dk              char 168 block 168
   21 device-major    tap             char 169                tap
   22 device-major    veriexec        char 170                veriexec
   23 device-major    fw              char 171                ieee1394if
   24 device-major    ucycom          char 172                ucycom
   25 device-major    gpio            char 173                gpio
   26 device-major    utoppy          char 174                utoppy
   27 device-major    bthub           char 175                bthub
   28 device-major    amr             char 176                amr
   29 device-major    lockstat        char 177                lockstat
   30 device-major    putter          char 178                putter
   31 device-major    srt             char 179                srt
   32 device-major    drm             char 180                drmbase
   33 device-major    bio             char 181                bio
   34 device-major    twa             char 187                twa
   35 device-major    cpuctl          char 188
   36 device-major    pad             char 189                pad
   37 device-major    zfs             char 190                zfs
   38 device-major    tprof           char 191                tprof
   39 device-major    isv             char 192                isv
   40 device-major    video           char 193                video
   41 device-major    hdaudio         char 195                hdaudio

Cache object: a2773e25925f765398473dd466f8de02


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.