Module Name: src
Committed By: skrll
Date: Mon May 9 15:23:23 UTC 2016
Modified Files:
src/sys/arch/hppa/conf: majors.hppa
Log Message:
Use the MI usb majors
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/hppa/conf/majors.hppa
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/hppa/conf/majors.hppa
diff -u src/sys/arch/hppa/conf/majors.hppa:1.2 src/sys/arch/hppa/conf/majors.hppa:1.3
--- src/sys/arch/hppa/conf/majors.hppa:1.2 Thu Apr 23 23:22:51 2015
+++ src/sys/arch/hppa/conf/majors.hppa Mon May 9 15:23:23 2016
@@ -1,4 +1,4 @@
-# $NetBSD: majors.hppa,v 1.2 2015/04/23 23:22:51 pgoyette Exp $
+# $NetBSD: majors.hppa,v 1.3 2016/05/09 15:23:23 skrll Exp $
#
# Device majors for hppa
#
@@ -52,3 +52,5 @@ device-major nsmb char 98 nsmb
# Majors up to 143 are reserved for machine-dependent drivers.
# New machine-independent driver majors are assigned in
# sys/conf/majors.
+
+include "conf/majors.usb"