FreeBSD/Linux Kernel Cross Reference
sys/conf/majors
1 # $FreeBSD$
2 #
3 # Major numbers are now assigned in RELENG_4. This file is left to
4 # rot in peace in 5.x/6.x.
5 #
6 # This list is semi-obsoleted by DEVFS, but for now it still contains
7 # the current allocation of device major numbers.
8 #
9 # Unless very special circumstants demand otherwise, all device drivers
10 # are able to use a dynamically allocated major number. If the d_maj
11 # element of the cdevsw is uninitialized (preferred) or initialized to
12 # MAJOR_AUTO, this dynamic allocation will happen.
13 #
14 # NOTICE: FreeBSD does not use block major numbers anymore, you neither
15 # need to assign nor use a block major number for any device driver any
16 # more.
17 #
18 # The names marked with a '*' is belived to be allocated for code inside
19 # the CVS tree.
20 #
21 #maj name comments
22 0 *cn console
23 1 *ctty /dev/tty
24 2 *mm /dev/mem,kmem,etc
25 4 *geom GEOMetry
26 5 *pts pseudo tty "tty" half
27 6 *ptc pseudo tty "master" half
28 7 *log system log
29 19 *tw X-10 power interface
30 22 *fd (/dev/stdin etc)
31 30 *snd sound driver system
32 32 lkmc Loadable Kernel Module Controller
33 33 lkm assigned to Loadable Kernel Modules
34 34 lkm assigned to Loadable Kernel Modules
35 35 lkm assigned to Loadable Kernel Modules
36 36 lkm assigned to Loadable Kernel Modules
37 37 lkm assigned to Loadable Kernel Modules
38 38 lkm assigned to Loadable Kernel Modules
39 42 *cx Cronyx Sigma-ISA serial adapters
40 43 vn vnode "disk" device (retired)
41 46 - -
42 54 OLDnic ISDN system
43 58 - Was dgb: Digiboard PC/Xe
44 62 worm SCSI "worm type"
45 64 ?? Talisman
46 66 labpc National Instruments LabPC
47 67 - was meteor Matrox Meteor video capture
48 70 crypto Device-independent crypto interface (from openbsd)
49 74 *ccd concatenated disk
50 76 scc IBM Smart Capture Card (ohashi@mickey.ai.kyutech.ac.jp)
51 77 - -
52 78 pci PCI bus
53 79 *ipl IP Filter
54 80 xdcp Assigned to Chris Ficklin <chris@serengeti.com>
55 83 can CAN16-2 CAN-PC Interface
56 84 dtfp Datum Time and Frequency processor (louie@UU.NET)
57 85 vesa VESA support device (j_mini@efn.org)
58 86 alog Industrial Computer Source AIO8-P driver (deprecated)
59 87 wfd ATAPI floppy client of "wd"
60 90 wst ATAPI tape client of "wd"
61 92 *bktr Bt848 video capture driver (hasty@star-gate.com)
62 93 *coda CODA filesystem.
63 96 altq alternate queueing (including cbq, red, wfq)
64 98 loe Loopback pseudo-ethernet (sbabkin@dcn.att.com)
65 99 *ct Cronyx Tau-ISA serial adapters (driver name "ctau")
66 115 dag University of Waikato DAG network capture boards
67 117 *acd ATAPI CDROM
68 119 *ast ATAPI tape
69 121 onew Dallas Semiconductor One-Wire bus <phk@freebsd.org>
70 124 ucdc USB Communication Class Driver <n_hibma>
71 125 digio Advantech PCI-1750 IO card jen@vulture.dmem.strath.ac.uk
72 126 sync Generic sync port support <phk>, <brian>
73 128 arla Arla (AFS-clone) driver
74 134 cp Cronyx Tau-PCI synchronous WAN adapters
75 136 ipr Iprobe on-chip perf. counters (gallatin@freebsd.org)
76 137 nfp nFast PCI crypto accelerator (support@ncipher.com)
77 139 wanrouter Sangoma Technologies Inc. (al.feldman@sangoma.com)
78 141 pcdmx PCDMX theatre lighting controller
79 142 skip SKIP port (security/skip) control device
80 155 phone Quicknet PhoneJACK and LineJACK cards for VoIP <roger>
81 159 *ata ATA control device
82 161 swdoc Sitara networks watchdog device
83 163 - -
84 168 XXX used by pst in RELENG_4
85 170 pst Promise SuperTrak (uses 168 in RELENG_4)
86 171 mide LSI MegaRAID IDE (control device)
87 172 mided LSI MegaRAID IDE (disk device)
88 173 *devctl Devd control device <imp>
89 174 pciwd Berkshire Watchdog PCI <marcel@progressix.com>
90 180 nvidia NVIDIA (nvidiaN/nvidiactl) <mdodd>
91 181 casm HP/Compaq ProLiant Advanced Server Management <peter>
92 183 *smapi SMAPI BIOS interface <mdodd>
93 185 ce Cronyx Tau-32 E1 adapter <rik@cronyx.ru>
94 186 sx Specialix I/O8+ driver <frank@exit.com>
95 252 ?? entries from 200-252 are reserved for local use
96 254 internal Used internally by the kernel
97 255 bad_choice -1 is 255 which has magic meanings internally
Cache object: 71faf522314276e7b148d2028e289092
|