2018-01-09 06:31:12 +03:00
|
|
|
# $NetBSD: majors,v 1.78 2018/01/09 03:31:12 christos Exp $
|
2003-10-05 12:04:24 +04:00
|
|
|
#
|
2003-10-11 02:41:39 +04:00
|
|
|
# Device majors for Machine-Independent drivers.
|
|
|
|
#
|
|
|
|
# Majors 0-143 are reserved for machine-dependent drivers and
|
|
|
|
# for traditional machine-specific MI driver major mapping.
|
|
|
|
#
|
|
|
|
# Majors 144-159 are reserved for local/vendor use.
|
|
|
|
#
|
2016-05-13 05:00:36 +03:00
|
|
|
# Majors 160-511 are used for the MI drivers.
|
2003-10-11 02:42:39 +04:00
|
|
|
|
2010-05-01 00:47:17 +04:00
|
|
|
device-major crypto char 160 crypto single
|
|
|
|
device-major pf char 161 pf single
|
2010-05-01 00:28:13 +04:00
|
|
|
#obsolete vinum char 162 vinum
|
2010-05-01 00:47:17 +04:00
|
|
|
device-major fss char 163 block 163 fss vector=4
|
2010-05-01 00:28:13 +04:00
|
|
|
device-major pps char 164 pps
|
|
|
|
device-major ptm char 165 pty
|
2010-05-01 00:47:17 +04:00
|
|
|
device-major atabus char 166 atabus vector=4
|
|
|
|
device-major drvctl char 167 drvctl single
|
2010-05-01 00:28:13 +04:00
|
|
|
device-major dk char 168 block 168
|
2010-05-01 00:47:17 +04:00
|
|
|
device-major tap char 169 tap vector=4
|
2010-05-01 00:28:13 +04:00
|
|
|
device-major veriexec char 170 veriexec
|
|
|
|
device-major fw char 171 ieee1394if
|
|
|
|
device-major ucycom char 172 ucycom
|
2010-05-01 00:47:17 +04:00
|
|
|
device-major gpio char 173 gpio vector=8,linkzero
|
|
|
|
device-major utoppy char 174 utoppy vector=2
|
|
|
|
device-major bthub char 175 bthub single
|
|
|
|
device-major amr char 176 amr vector=1
|
|
|
|
device-major lockstat char 177 lockstat single
|
2010-05-01 00:28:13 +04:00
|
|
|
device-major putter char 178 putter
|
2010-05-01 00:47:17 +04:00
|
|
|
device-major srt char 179 srt
|
2014-03-18 22:20:35 +04:00
|
|
|
device-major drm char 180 drmbase | drmkms
|
2010-05-01 00:47:17 +04:00
|
|
|
device-major bio char 181 bio single
|
|
|
|
device-major altmem char 182 block 182 altmem
|
2010-05-01 00:28:13 +04:00
|
|
|
device-major twa char 187 twa
|
2010-05-01 00:47:17 +04:00
|
|
|
device-major cpuctl char 188 single
|
|
|
|
device-major pad char 189 pad vector=4,linkzero
|
2010-05-01 00:28:13 +04:00
|
|
|
device-major zfs char 190 block 190 zfs
|
|
|
|
device-major tprof char 191 tprof
|
|
|
|
device-major isv char 192 isv
|
2010-05-01 00:47:17 +04:00
|
|
|
device-major video char 193 video vector=4
|
2010-05-01 00:28:13 +04:00
|
|
|
device-major dm char 194 block 169 dm
|
2010-05-01 00:47:17 +04:00
|
|
|
device-major hdaudio char 195 hdaudio vector=4
|
2010-05-01 00:28:13 +04:00
|
|
|
device-major uhso char 196 uhso
|
|
|
|
device-major rumpblk char 197 block 197 rumpblk
|
2010-08-22 22:56:18 +04:00
|
|
|
device-major npf char 198 npf
|
2010-10-27 18:08:08 +04:00
|
|
|
device-major flash char 199 block 199 flash
|
2018-01-09 06:31:12 +03:00
|
|
|
device-major dtv char 200 dtv
|
|
|
|
device-major iic char 201 iic
|
|
|
|
device-major filemon char 202 filemon
|
|
|
|
device-major iscsi char 203 iscsi
|
2012-01-22 10:44:28 +04:00
|
|
|
device-major tpm char 204 tpm
|
2012-09-20 01:24:28 +04:00
|
|
|
device-major mfi char 205 mfi
|
2013-02-08 19:00:26 +04:00
|
|
|
device-major seeprom char 206 seeprom
|
2013-02-28 06:00:03 +04:00
|
|
|
device-major dtrace char 207 dtrace
|
2013-04-22 20:49:14 +04:00
|
|
|
device-major spiflash char 208 block 208 spiflash
|
2018-01-09 06:31:12 +03:00
|
|
|
device-major lua char 209 lua
|
2014-09-19 21:46:28 +04:00
|
|
|
|
2016-05-13 10:41:47 +03:00
|
|
|
# NOTE:
|
|
|
|
# The following ranges are reserved for devices that have historical MD
|
|
|
|
# definition, but are for "partially" MI use.
|
|
|
|
#
|
|
|
|
# Any new port should use these "previously not" MI definitions instead of
|
|
|
|
# separate MD values.
|
|
|
|
#
|
|
|
|
# New MI devices should go to this file instead of majors.*
|
|
|
|
#
|
2016-05-13 05:00:36 +03:00
|
|
|
# 210-219 reserved for previously not MI ws devices
|
|
|
|
# 220-239 reserved for previously not MI usb devices
|
|
|
|
# 240-259 reserved for previously not MI "std" devices
|
|
|
|
# 260-269 reserved for previously not MI tty devices
|
|
|
|
# 310-339 reserved for previously not MI storage devices
|
2015-08-02 00:19:24 +03:00
|
|
|
|
2016-12-08 14:31:08 +03:00
|
|
|
device-major spkr char 240 spkr
|
|
|
|
|
2018-01-09 06:31:12 +03:00
|
|
|
device-major hdmicec char 340 hdmicec
|
2016-06-04 19:11:50 +03:00
|
|
|
device-major nvme char 341 nvme
|
2017-11-25 19:31:03 +03:00
|
|
|
device-major qemufwcfg char 342 qemufwcfg
|
2018-01-09 06:31:12 +03:00
|
|
|
device-major autofs char 343 autofs
|