Source-Changes-HG archive

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

[src/trunk]: src/sys Put the rasops attributes in conf/files so that everyone...



details:   https://anonhg.NetBSD.org/src/rev/0ed4f410523b
branches:  trunk
changeset: 485153:0ed4f410523b
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Thu Apr 20 18:23:37 2000 +0000

description:
Put the rasops attributes in conf/files so that everyone can run
config(8) without pulling in files.rasops.  There is prior art for
this, e.g. audio.

diffstat:

 sys/conf/files              |  11 ++++++++++-
 sys/dev/rasops/files.rasops |  10 +---------
 2 files changed, 11 insertions(+), 10 deletions(-)

diffs (42 lines):

diff -r 72b9beade124 -r 0ed4f410523b sys/conf/files
--- a/sys/conf/files    Thu Apr 20 15:40:28 2000 +0000
+++ b/sys/conf/files    Thu Apr 20 18:23:37 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files,v 1.362 2000/04/19 08:44:31 haya Exp $
+#      $NetBSD: files,v 1.363 2000/04/20 18:23:37 thorpej Exp $
 
 #      @(#)files.newconf       7.5 (Berkeley) 5/10/93
 
@@ -148,6 +148,15 @@
 device midi
 attach midi at midibus
 
+# raster operations attributes
+define rasops1
+define rasops2
+define rasops8
+define rasops15
+define rasops16
+define rasops24
+define rasops32
+
 # net device attributes - we have generic code for arc(net), ether(net),
 # fddi, and atm.
 define arc
diff -r 72b9beade124 -r 0ed4f410523b sys/dev/rasops/files.rasops
--- a/sys/dev/rasops/files.rasops       Thu Apr 20 15:40:28 2000 +0000
+++ b/sys/dev/rasops/files.rasops       Thu Apr 20 18:23:37 2000 +0000
@@ -1,12 +1,4 @@
-#      $NetBSD: files.rasops,v 1.5 1999/10/23 23:14:13 ad Exp $
-
-define rasops1
-define rasops2
-define rasops8
-define rasops15
-define rasops16
-define rasops24
-define rasops32
+#      $NetBSD: files.rasops,v 1.6 2000/04/20 18:23:38 thorpej Exp $
 
 # Note: `rasops_glue' is only here to force the header file's name
 #       hence it must be mentioned first  (shudder...)



Home | Main Index | Thread Index | Old Index