38ca5312d2
there seems to be far more people who don't want to edit their kernel config files than i thought.
18 lines
495 B
Plaintext
18 lines
495 B
Plaintext
# $NetBSD: majors.pdp10,v 1.7 2005/07/31 04:04:43 yamt 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.
|