NetBSD/sys/arch/pc532/conf/majors.pc532
jdolecek e6286b949a Add some framework for MI assignment of device majors - add sys/dev/majors
which is automatically included during kernel config, and add comments
to individual machine-dependant majors.* files to assign new MI majors
in MI file.

Range 0-191 is reserved for machine-specific assignments, range
192+ are MI assignments.

Follows recent discussion on tech-kern@
2003-10-05 08:04:24 +00:00

44 lines
1.3 KiB
Plaintext

# $NetBSD: majors.pc532,v 1.7 2003/10/05 08:04:25 jdolecek Exp $
#
# Device majors for pc532
#
device-major cons char 0
device-major ctty char 1
device-major mem char 2
device-major sd char 3 block 0 sd
device-major swap char 4 block 1
device-major pts char 5 pty
device-major ptc char 6 pty
device-major log char 7
device-major scn char 8 scn
device-major md char 9 block 3 md
device-major st char 10 block 2 st
device-major filedesc char 11
device-major cd char 12 block 4 cd
device-major vnd char 13 block 5 vnd
device-major bpf char 14 bpfilter
device-major tun char 15 tun
device-major ch char 16 ch
device-major lpt char 17 lpt
device-major ccd char 18 block 6 ccd
device-major ss char 19 ss
device-major uk char 20 uk
device-major lkm char 21 lkm
device-major se char 22 se
device-major ipl char 28 ipfilter
device-major rnd char 29 rnd
device-major scsibus char 30 scsibus
device-major raid char 31 block 13 raid
device-major clockctl char 32 clockctl
device-major systrace char 33 systrace
device-major cgd char 34 block 14 cgd
device-major ksyms char 35 ksyms
device-major pf char 36 pf
device-major crypto char 37 opencrypto
# Majors up to 191 are reserved for machine-dependant drivers.
# New machine-independant driver majors are assigned in
# sys/dev/majors.