Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/alpha/conf More cosmetics.



details:   https://anonhg.NetBSD.org/src/rev/39a7506c0062
branches:  trunk
changeset: 499405:39a7506c0062
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Sun Nov 19 14:23:34 2000 +0000

description:
More cosmetics.

BTW, why these two "generic" config files exist?

diffstat:

 sys/arch/alpha/conf/ALPHA   |  22 +++++++++++-----------
 sys/arch/alpha/conf/GENERIC |  14 +++++++-------
 2 files changed, 18 insertions(+), 18 deletions(-)

diffs (87 lines):

diff -r e04140d73981 -r 39a7506c0062 sys/arch/alpha/conf/ALPHA
--- a/sys/arch/alpha/conf/ALPHA Sun Nov 19 14:14:31 2000 +0000
+++ b/sys/arch/alpha/conf/ALPHA Sun Nov 19 14:23:34 2000 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: ALPHA,v 1.135 2000/11/19 14:14:31 tsutsui Exp $
+# $NetBSD: ALPHA,v 1.136 2000/11/19 14:23:34 tsutsui Exp $
 #
 # Alpha kernel with all the options you'd want, and more.
 
 include        "arch/alpha/conf/std.alpha"
 
-ident          "ALPHA-$Revision: 1.135 $"
+ident          "ALPHA-$Revision: 1.136 $"
 
 maxusers 32
 
@@ -171,13 +171,13 @@
 mcclock* at    jensenio? port ?
 pckbc* at      jensenio? port ?
 
-# TurboChannel host bus adapter support
+# TURBOchannel host bus adapter support
 tcasic*        at      mainbus0
 
-# TurboChannel bus support
+# TURBOchannel bus support
 tc*    at      tcasic?
 
-# TurboChannel devices
+# TURBOchannel devices
 ioasic*        at      tc? slot ? offset ?
 mcclock* at    ioasic? offset ?
 le*    at      ioasic? offset ?
@@ -203,12 +203,12 @@
 #ttwoga*       at      mainbus?
 
 # Sable PCI and STDIO bus and devices
-#ttwopci* at   ttwoga? hose ?  
-#sableio* at   ttwopci? bus ?  
-#com*  at      sableio? port ? 
-#lpt*  at      sableio? port ? 
-#pckbc*        at      sableio? port ? 
-#fdc*  at      sableio? port ? 
+#ttwopci* at   ttwoga? hose ?
+#sableio* at   ttwopci? bus ?
+#com*  at      sableio? port ?
+#lpt*  at      sableio? port ?
+#pckbc*        at      sableio? port ?
+#fdc*  at      sableio? port ?
 
 # PCI bus support
 pci*   at      apecs?
diff -r e04140d73981 -r 39a7506c0062 sys/arch/alpha/conf/GENERIC
--- a/sys/arch/alpha/conf/GENERIC       Sun Nov 19 14:14:31 2000 +0000
+++ b/sys/arch/alpha/conf/GENERIC       Sun Nov 19 14:23:34 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.171 2000/11/19 14:14:32 tsutsui Exp $
+# $NetBSD: GENERIC,v 1.172 2000/11/19 14:23:35 tsutsui Exp $
 #
 # Generic Alpha kernel.  Enough to get booted, etc., but not much more.
 #
@@ -6,7 +6,7 @@
 
 include        "arch/alpha/conf/std.alpha"
 
-#ident                 "GENERIC-$Revision: 1.171 $"
+#ident                 "GENERIC-$Revision: 1.172 $"
 
 maxusers 32
 
@@ -177,11 +177,11 @@
 #ttwoga*       at      mainbus?
 
 # Sable PCI and STDIO bus and devices
-#ttwopci* at   ttwoga? hose ?  
-#sableio* at   ttwopci? bus ?  
-#com*  at      sableio? port ? 
-#lpt*  at      sableio? port ? 
-#pckbc*        at      sableio? port ? 
+#ttwopci* at   ttwoga? hose ?
+#sableio* at   ttwopci? bus ?
+#com*  at      sableio? port ?
+#lpt*  at      sableio? port ?
+#pckbc*        at      sableio? port ?
 #fdc*  at      sableio? port ?
 
 # PCI bus support



Home | Main Index | Thread Index | Old Index