04faabf071
for NEC's MIPS based EWS4800 workstations. Most porting work was done by UCHIYAMA Yasushi <uch@netbsd> http://mail-index.netbsd.org/port-mips/2004/06/27/0000.html and various cleanup, updating, and fixes have been done by me. Currently only EWS4800/350, 360, 360AD, 360ADII, 360EX and 360SX models are supported.
45 lines
1.4 KiB
Plaintext
45 lines
1.4 KiB
Plaintext
# $NetBSD: majors.ews4800mips,v 1.1 2005/12/29 15:20:08 tsutsui Exp $
|
|
#
|
|
# Device majors for ews4800mips
|
|
#
|
|
|
|
device-major mem char 0
|
|
device-major swap char 1 block 0 vmswap
|
|
device-major cons char 2
|
|
device-major ctty char 3
|
|
device-major filedesc char 4
|
|
device-major log char 5
|
|
device-major ptc char 6 pty
|
|
device-major pts char 7 pty
|
|
device-major lkm char 8 lkm
|
|
device-major zstty char 9 zstty
|
|
|
|
device-major md char 12 block 6 md
|
|
device-major ccd char 13 block 7 ccd
|
|
device-major vnd char 14 block 8 vnd
|
|
device-major raid char 15 block 9 raid
|
|
device-major scsibus char 16 scsibus
|
|
device-major sd char 17 block 3 sd
|
|
device-major st char 18 block 4 st
|
|
device-major cd char 19 block 5 cd
|
|
device-major ch char 20 ch
|
|
device-major uk char 21 uk
|
|
device-major ss char 22 ss
|
|
device-major ipl char 23 ipfilter
|
|
device-major tun char 24 tun
|
|
device-major bpf char 25 bpfilter
|
|
device-major rnd char 26 rnd
|
|
device-major wsdisplay char 27 wsdisplay
|
|
device-major wskbd char 28 wskbd
|
|
device-major wsmouse char 29 wsmouse
|
|
device-major wsmux char 30 wsmux
|
|
device-major clockctl char 38 clockctl
|
|
device-major systrace char 39 systrace
|
|
device-major cgd char 40 block 10 cgd
|
|
device-major ksyms char 41 ksyms
|
|
device-major wsfont char 42 wsfont
|
|
|
|
# Majors up to 143 are reserved for machine-dependant drivers.
|
|
# New machine-independant driver majors are assigned in
|
|
# sys/conf/majors.
|