NetBSD/sys/conf/majors
tron 4241fec1bf Bluetooth fixes by Iain Hibbert:
Change the way in which bluetooth devices attach to system. The
new way is for devices to attach directly to a btdevN device via
its own control file /dev/btdevN.
- bthub(4) is replaced by btdev(4).
- /dev/bthubctl is replaced by /dev/btdevN.
- configuration now uses proplib(3) property lists.
- btcontrol(8) updated to use new API, and now uses private
- XML config file /var/db/btdev.xml.
2006-07-26 10:30:59 +00:00

29 lines
941 B
Plaintext

# $NetBSD: majors,v 1.25 2006/07/26 10:31:00 tron Exp $
#
# 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.
#
# Majors 160-255 are used for the MI drivers.
device-major crypto char 160 crypto
device-major pf char 161 pf
#obsolete vinum char 162 vinum
device-major fss char 163 block 163 fss
device-major pps char 164 pps
device-major ptm char 165 pty
device-major atabus char 166 atabus
device-major drvctl char 167 drvctl
device-major dk char 168 block 168
device-major tap char 169 tap
device-major veriexec char 170 veriexec
device-major fw char 171 ieee1394if
device-major ucycom char 172 ucycom
device-major gpio char 173 gpio
device-major utoppy char 174 utoppy
device-major btdev char 175 btdev
device-major amr char 176 amr