695a2a2f9f
reality
18 lines
494 B
Plaintext
18 lines
494 B
Plaintext
# $NetBSD: majors.pdp10,v 1.5 2003/12/10 02:04:01 jmc Exp $
|
|
#
|
|
# Device majors for pdp10
|
|
#
|
|
device-major cons char 0
|
|
device-major ctty char 1
|
|
device-major mem char 2
|
|
device-major hp char 3 block 0 hp
|
|
device-major ht char 4 block 1 ht
|
|
device-major swap char 5 block 3
|
|
device-major log char 6
|
|
device-major filedesc char 7
|
|
device-major ksyms char 8
|
|
|
|
# Majors up to 143 are reserved for machine-dependant drivers.
|
|
# New machine-independant driver majors are assigned in
|
|
# sys/conf/majors.
|