Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/shark/conf add major number for pci ( same as in ar...



details:   https://anonhg.NetBSD.org/src/rev/3885f23af18b
branches:  trunk
changeset: 821809:3885f23af18b
user:      macallan <macallan%NetBSD.org@localhost>
date:      Fri Feb 17 19:43:40 2017 +0000

description:
add major number for pci ( same as in arch/arm/conf )

diffstat:

 sys/arch/shark/conf/majors.shark |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 7aef69e90196 -r 3885f23af18b sys/arch/shark/conf/majors.shark
--- a/sys/arch/shark/conf/majors.shark  Fri Feb 17 18:09:25 2017 +0000
+++ b/sys/arch/shark/conf/majors.shark  Fri Feb 17 19:43:40 2017 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: majors.shark,v 1.27 2011/06/30 20:09:36 wiz Exp $
+#      $NetBSD: majors.shark,v 1.28 2017/02/17 19:43:40 macallan Exp $
 #
 # Device majors for shark
 #
@@ -60,6 +60,7 @@
 
 device-major   clockctl        char 84                 clockctl
 device-major   ksyms           char 86                 ksyms
+device-major   pci             char 88                 pci
 
 device-major   nsmb            char 98                 nsmb
 



Home | Main Index | Thread Index | Old Index