Source-Changes-HG archive

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

[src/trunk]: src/sys/conf add the common code for verbose printing of devices.



details:   https://anonhg.NetBSD.org/src/rev/76728bf8c886
branches:  trunk
changeset: 332434:76728bf8c886
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Sep 21 14:31:38 2014 +0000

description:
add the common code for verbose printing of devices.

diffstat:

 sys/conf/files |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r b5c39160aca0 -r 76728bf8c886 sys/conf/files
--- a/sys/conf/files    Sun Sep 21 14:31:03 2014 +0000
+++ b/sys/conf/files    Sun Sep 21 14:31:38 2014 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files,v 1.1104 2014/09/13 14:47:35 jmcneill Exp $
+#      $NetBSD: files,v 1.1105 2014/09/21 14:31:38 christos Exp $
 #      @(#)files.newconf       7.5 (Berkeley) 5/10/93
 
 version        20140824
@@ -331,6 +331,9 @@
 #
 define audiobell
 
+# Base verbose vendor/product printing support
+file   dev/dev_verbose.c
+
 # video devices, attaches to video hardware driver
 #
 device video



Home | Main Index | Thread Index | Old Index