8d65a2e17f
- Reorganize console initialization code like i386 rather than cninit(). Note old pccons/opms and ofcons support still works. XXX Xserver is not tested because XF86_4 doesn't have support XXX for IGS CyberPro2010 on shark. (yet?)
67 lines
1.7 KiB
Plaintext
67 lines
1.7 KiB
Plaintext
# $NetBSD: majors.shark,v 1.14 2005/01/09 15:39:59 tsutsui Exp $
|
|
#
|
|
# Device majors for shark
|
|
#
|
|
|
|
device-major mem char 0
|
|
device-major swap char 1 block 1
|
|
device-major cons char 2
|
|
device-major ctty char 3
|
|
device-major pc char 4 pc
|
|
device-major ofcons char 4 !pc & ofcons
|
|
device-major log char 5
|
|
device-major ptc char 6 pty
|
|
device-major pts char 7 pty
|
|
device-major lpt char 8 lpt
|
|
|
|
device-major com char 12 com
|
|
|
|
device-major wd char 16 block 16 wd
|
|
|
|
device-major md char 18 block 18 md
|
|
device-major vnd char 19 block 19 vnd
|
|
|
|
device-major ccd char 21 block 21 ccd
|
|
device-major cgd char 22 block 22 cgd
|
|
|
|
device-major st char 25 block 25 st
|
|
device-major cd char 26 block 26 cd
|
|
|
|
device-major bpf char 32 bpfilter
|
|
device-major tun char 33 tun
|
|
device-major filedesc char 34
|
|
device-major lkm char 35 lkm
|
|
device-major audio char 36 audio
|
|
|
|
device-major opms char 40 opms
|
|
|
|
device-major ipl char 46 ipfilter
|
|
|
|
device-major ofrom char 49 ofrom
|
|
device-major scr char 50 scr
|
|
|
|
device-major rnd char 52 rnd
|
|
device-major prof char 53 profiler
|
|
|
|
device-major joy char 56 joy
|
|
device-major midi char 57 midi
|
|
device-major sequencer char 58 sequencer
|
|
device-major vcoda char 59 vcoda
|
|
device-major wsdisplay char 60 wsdisplay
|
|
device-major wskbd char 61 wskbd
|
|
device-major wsmouse char 62 wsmouse
|
|
|
|
device-major raid char 71 block 71 raid
|
|
|
|
device-major wsmux char 73 wsmux
|
|
|
|
device-major openfirm char 77 ofwgencfg
|
|
|
|
device-major clockctl char 84 clockctl
|
|
device-major systrace char 85 systrace
|
|
device-major ksyms char 86 ksyms
|
|
|
|
# Majors up to 143 are reserved for machine-dependant drivers.
|
|
# New machine-independant driver majors are assigned in
|
|
# sys/conf/majors.
|