695a2a2f9f
reality
54 lines
1.4 KiB
Plaintext
54 lines
1.4 KiB
Plaintext
# $NetBSD: majors.sh5,v 1.12 2003/12/10 02:04:01 jmc Exp $
|
|
#
|
|
# Device majors for sh5
|
|
#
|
|
|
|
device-major cons char 0
|
|
device-major ctty char 1
|
|
device-major mem char 2
|
|
device-major wd char 3 block 0 wd
|
|
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 com char 8 com
|
|
|
|
device-major scif char 10 scif
|
|
|
|
device-major sd char 13 block 4 sd
|
|
device-major st char 14 block 5 st
|
|
device-major cd char 15 block 6 cd
|
|
|
|
device-major ch char 17 ch
|
|
device-major ccd char 18 block 16 ccd
|
|
device-major ss char 19 ss
|
|
device-major uk char 20 uk
|
|
|
|
device-major filedesc char 22
|
|
device-major bpf char 23 bpfilter
|
|
device-major md char 24 block 17 md
|
|
|
|
device-major lkm char 28 lkm
|
|
|
|
device-major tun char 40 tun
|
|
device-major vnd char 41 block 14 vnd
|
|
device-major audio char 42 audio
|
|
|
|
device-major ipl char 44 ipfilter
|
|
|
|
device-major rnd char 46 rnd
|
|
device-major vcoda char 47 vcoda
|
|
device-major scsibus char 48 scsibus
|
|
device-major raid char 49 block 18 raid
|
|
device-major esh char 50 esh
|
|
|
|
device-major clockctl char 52 clockctl
|
|
device-major systrace char 53 systrace
|
|
device-major pci char 54 pci
|
|
device-major cgd char 55 block 19 cgd
|
|
device-major ksyms char 56 ksyms
|
|
|
|
# Majors up to 143 are reserved for machine-dependant drivers.
|
|
# New machine-independant driver majors are assigned in
|
|
# sys/conf/majors.
|