NetBSD/sys/conf/majors
bouyer f2b31f39d0 Add a pass-through ioctl for mfi(4), allowing userland to send raw commands
to the controller. This is compatible with the linux and FreeBSD
implementations.
Add the needed conversion for mfi ioctls in COMPAT_LINUX
Allocate a character major number, and create /dev/mfi0 by default
on amd64 and i386.
This allows (along with a hand-created /emul/linux/proc/devices file)
to run the MegaCLI linux binary provided by LSI.
2012-09-19 21:24:28 +00:00

54 lines
2.3 KiB
Plaintext

# $NetBSD: majors,v 1.62 2012/09/19 21:24:29 bouyer 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 single
device-major pf char 161 pf single
#obsolete vinum char 162 vinum
device-major fss char 163 block 163 fss vector=4
device-major pps char 164 pps
device-major ptm char 165 pty
device-major atabus char 166 atabus vector=4
device-major drvctl char 167 drvctl single
device-major dk char 168 block 168
device-major tap char 169 tap vector=4
device-major veriexec char 170 veriexec
device-major fw char 171 ieee1394if
device-major ucycom char 172 ucycom
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
device-major putter char 178 putter
device-major srt char 179 srt
device-major drm char 180 drmbase
device-major bio char 181 bio single
device-major altmem char 182 block 182 altmem
device-major twa char 187 twa
device-major cpuctl char 188 single
device-major pad char 189 pad vector=4,linkzero
device-major zfs char 190 block 190 zfs
device-major tprof char 191 tprof
device-major isv char 192 isv
device-major video char 193 video vector=4
device-major dm char 194 block 169 dm
device-major hdaudio char 195 hdaudio vector=4
device-major uhso char 196 uhso
device-major rumpblk char 197 block 197 rumpblk
device-major npf char 198 npf
device-major flash char 199 block 199 flash
device-major dtv char 200 dtv
device-major iic char 201 iic
device-major filemon char 202 filemon
device-major iscsi char 203 iscsi
device-major tpm char 204 tpm
device-major mfi char 205 mfi