Source-Changes-HG archive

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

[src/trunk]: src/sys/arch Add (commented out) ucycom to various kernel configs.



details:   https://anonhg.NetBSD.org/src/rev/b56b22c8627e
branches:  trunk
changeset: 583411:b56b22c8627e
user:      skrll <skrll%NetBSD.org@localhost>
date:      Fri Aug 05 09:23:16 2005 +0000

description:
Add (commented out) ucycom to various kernel configs.

diffstat:

 sys/arch/algor/conf/P4032            |  7 +++++--
 sys/arch/algor/conf/P5064            |  7 +++++--
 sys/arch/algor/conf/P6032            |  7 +++++--
 sys/arch/alpha/conf/ALPHA            |  7 +++++--
 sys/arch/alpha/conf/BASIL            |  7 +++++--
 sys/arch/alpha/conf/FRAU-FARBISSINA  |  7 +++++--
 sys/arch/alpha/conf/GENERIC          |  5 ++++-
 sys/arch/amd64/conf/GENERIC          |  7 +++++--
 sys/arch/amd64/conf/INSTALL          |  7 +++++--
 sys/arch/amd64/conf/INSTALL_ACPI     |  7 +++++--
 sys/arch/cats/conf/GENERIC           |  5 ++++-
 sys/arch/cats/conf/INSTALL           |  5 ++++-
 sys/arch/evbarm/conf/SMDK2410        |  5 ++++-
 sys/arch/evbarm/conf/TS7200          |  5 ++++-
 sys/arch/evbarm/conf/TWINTAIL        |  5 ++++-
 sys/arch/evbmips/conf/PB1000         |  7 +++++--
 sys/arch/hpcmips/conf/GENERIC        |  7 +++++--
 sys/arch/hpcmips/conf/MPC303         |  7 +++++--
 sys/arch/hpcmips/conf/TX3922         |  5 ++++-
 sys/arch/hpcmips/conf/VR41XX         |  7 +++++--
 sys/arch/i386/conf/GENERIC           |  7 +++++--
 sys/arch/i386/conf/GENERIC.MPACPI    |  7 +++++--
 sys/arch/i386/conf/GENERIC_LAPTOP    |  7 +++++--
 sys/arch/i386/conf/INSTALL           |  5 ++++-
 sys/arch/i386/conf/INSTALL_LAPTOP    |  5 ++++-
 sys/arch/i386/conf/IOPENER           |  7 +++++--
 sys/arch/i386/conf/SWINGER           |  7 +++++--
 sys/arch/i386/conf/VIRTUALPC         |  7 +++++--
 sys/arch/i386/conf/XEN0              |  5 ++++-
 sys/arch/iyonix/conf/GENERIC         |  5 ++++-
 sys/arch/macppc/conf/GENERIC         |  6 ++++--
 sys/arch/pmppc/conf/PMPPC            |  5 ++++-
 sys/arch/prep/conf/GENERIC           |  7 +++++--
 sys/arch/prep/conf/NATSUMI           |  5 ++++-
 sys/arch/sgimips/conf/GENERIC32_IP3x |  7 +++++--
 sys/arch/sparc64/conf/GENERIC32      |  7 +++++--
 sys/arch/x68k/conf/GENERIC           |  7 +++++--
 37 files changed, 171 insertions(+), 61 deletions(-)

diffs (truncated from 922 to 300 lines):

diff -r 9faac7a0dc64 -r b56b22c8627e sys/arch/algor/conf/P4032
--- a/sys/arch/algor/conf/P4032 Fri Aug 05 09:21:25 2005 +0000
+++ b/sys/arch/algor/conf/P4032 Fri Aug 05 09:23:16 2005 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: P4032,v 1.34 2005/07/31 04:04:30 yamt Exp $
+#      $NetBSD: P4032,v 1.35 2005/08/05 09:23:16 skrll Exp $
 #
 # Algorithmics P-4032 kernel.
 #
@@ -7,7 +7,7 @@
 
 #options       INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "P4032-$Revision: 1.34 $"
+#ident                 "P4032-$Revision: 1.35 $"
 
 maxusers 32
 
@@ -257,6 +257,9 @@
 #ukbd* at uhidev? reportid ?
 #wskbd*        at ukbd? console ?
 
+# USB serial adpater
+#ucycom*       at uhidev? reportid ?
+
 # USB Generic HID devices
 #uhid* at uhidev? reportid ?
 
diff -r 9faac7a0dc64 -r b56b22c8627e sys/arch/algor/conf/P5064
--- a/sys/arch/algor/conf/P5064 Fri Aug 05 09:21:25 2005 +0000
+++ b/sys/arch/algor/conf/P5064 Fri Aug 05 09:23:16 2005 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: P5064,v 1.40 2005/07/31 04:04:30 yamt Exp $
+#      $NetBSD: P5064,v 1.41 2005/08/05 09:23:16 skrll Exp $
 #
 # Algorithmics P-5064 kernel.
 #
@@ -7,7 +7,7 @@
 
 #options       INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "P5064-$Revision: 1.40 $"
+#ident                 "P5064-$Revision: 1.41 $"
 
 maxusers 32
 
@@ -321,6 +321,9 @@
 #ukbd* at uhidev? reportid ?
 #wskbd*        at ukbd? console ?
 
+# USB serial adpater
+#ucycom*       at uhidev? reportid ?
+
 # USB Generic HID devices
 #uhid* at uhidev? reportid ?
 
diff -r 9faac7a0dc64 -r b56b22c8627e sys/arch/algor/conf/P6032
--- a/sys/arch/algor/conf/P6032 Fri Aug 05 09:21:25 2005 +0000
+++ b/sys/arch/algor/conf/P6032 Fri Aug 05 09:23:16 2005 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: P6032,v 1.34 2005/07/31 04:04:30 yamt Exp $
+#      $NetBSD: P6032,v 1.35 2005/08/05 09:23:16 skrll Exp $
 #
 # Algorithmics P-6032 kernel.
 #
@@ -7,7 +7,7 @@
 
 #options       INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "P6032-$Revision: 1.34 $"
+#ident                 "P6032-$Revision: 1.35 $"
 
 maxusers 32
 
@@ -326,6 +326,9 @@
 #ukbd* at uhidev? reportid ?
 #wskbd*        at ukbd? console ?
 
+# USB serial adpater
+#ucycom*       at uhidev? reportid ?
+
 # USB Generic HID devices
 #uhid* at uhidev? reportid ?
 
diff -r 9faac7a0dc64 -r b56b22c8627e sys/arch/alpha/conf/ALPHA
--- a/sys/arch/alpha/conf/ALPHA Fri Aug 05 09:21:25 2005 +0000
+++ b/sys/arch/alpha/conf/ALPHA Fri Aug 05 09:23:16 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: ALPHA,v 1.209 2005/07/31 04:04:30 yamt Exp $
+# $NetBSD: ALPHA,v 1.210 2005/08/05 09:23:16 skrll Exp $
 #
 # Alpha kernel with all the options you'd want, and more.
 
@@ -6,7 +6,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-ident          "ALPHA-$Revision: 1.209 $"
+ident          "ALPHA-$Revision: 1.210 $"
 
 maxusers 32
 
@@ -510,6 +510,9 @@
 ukbd*  at uhidev? reportid ?
 wskbd* at ukbd? console ?
 
+# USB serial adpater
+ucycom*        at uhidev? reportid ?
+
 # USB Generic HID devices
 uhid*  at uhidev? reportid ?
 
diff -r 9faac7a0dc64 -r b56b22c8627e sys/arch/alpha/conf/BASIL
--- a/sys/arch/alpha/conf/BASIL Fri Aug 05 09:21:25 2005 +0000
+++ b/sys/arch/alpha/conf/BASIL Fri Aug 05 09:23:16 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: BASIL,v 1.38 2005/07/31 04:04:30 yamt Exp $
+# $NetBSD: BASIL,v 1.39 2005/08/05 09:23:16 skrll Exp $
 #
 # basil.shagadelic.org -- thorpej's API UP1000
 
@@ -6,7 +6,7 @@
 
 #options       INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "BASIL-$Revision: 1.38 $"
+#ident                 "BASIL-$Revision: 1.39 $"
 
 maxusers 64
 
@@ -414,6 +414,9 @@
 ukbd*  at uhidev? reportid ?
 wskbd* at ukbd? console ?
 
+# USB serial adpater
+ucycom*        at uhidev? reportid ?
+
 # USB Generic HID devices
 uhid*  at uhidev? reportid ?
 
diff -r 9faac7a0dc64 -r b56b22c8627e sys/arch/alpha/conf/FRAU-FARBISSINA
--- a/sys/arch/alpha/conf/FRAU-FARBISSINA       Fri Aug 05 09:21:25 2005 +0000
+++ b/sys/arch/alpha/conf/FRAU-FARBISSINA       Fri Aug 05 09:23:16 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: FRAU-FARBISSINA,v 1.43 2005/07/31 04:04:30 yamt Exp $
+# $NetBSD: FRAU-FARBISSINA,v 1.44 2005/08/05 09:23:16 skrll Exp $
 #
 # frau-farbissina.shagadelic.org -- thorpej's AlphaServer 1200 MP hacking
 # box
@@ -7,7 +7,7 @@
 
 #options       INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "FRAU-FARBISSINA-$Revision: 1.43 $"
+#ident                 "FRAU-FARBISSINA-$Revision: 1.44 $"
 
 maxusers 64
 
@@ -386,6 +386,9 @@
 #ukbd* at uhidev? reportid ?
 #wskbd*        at ukbd? console ?
 
+# USB serial adpater
+#ucycom*       at uhidev? reportid ?
+
 # USB Generic HID devices
 #uhid* at uhidev? reportid ?
 
diff -r 9faac7a0dc64 -r b56b22c8627e sys/arch/alpha/conf/GENERIC
--- a/sys/arch/alpha/conf/GENERIC       Fri Aug 05 09:21:25 2005 +0000
+++ b/sys/arch/alpha/conf/GENERIC       Fri Aug 05 09:23:16 2005 +0000
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.271 $"
+#ident                 "GENERIC-$Revision: 1.272 $"
 
 maxusers 32
 
@@ -519,6 +519,9 @@
 wskbd* at ukbd? console ?
 options         WSDISPLAY_COMPAT_RAWKBD
 
+# USB serial adpater
+ucycom*        at uhidev? reportid ?
+
 # USB Generic HID devices
 uhid*  at uhidev? reportid ?
 
diff -r 9faac7a0dc64 -r b56b22c8627e sys/arch/amd64/conf/GENERIC
--- a/sys/arch/amd64/conf/GENERIC       Fri Aug 05 09:21:25 2005 +0000
+++ b/sys/arch/amd64/conf/GENERIC       Fri Aug 05 09:23:16 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.63 2005/07/31 04:04:30 yamt Exp $
+# $NetBSD: GENERIC,v 1.64 2005/08/05 09:23:16 skrll Exp $
 #
 # GENERIC machine description file
 # 
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.63 $"
+#ident                 "GENERIC-$Revision: 1.64 $"
 
 maxusers       32              # estimated number of users
 
@@ -619,6 +619,9 @@
 ukbd*  at uhidev? reportid ?
 wskbd* at ukbd? console ? mux 1
 
+# USB serial adpater
+ucycom*        at uhidev? reportid ?
+
 # USB Generic HID devices
 uhid*  at uhidev? reportid ?
 
diff -r 9faac7a0dc64 -r b56b22c8627e sys/arch/amd64/conf/INSTALL
--- a/sys/arch/amd64/conf/INSTALL       Fri Aug 05 09:21:25 2005 +0000
+++ b/sys/arch/amd64/conf/INSTALL       Fri Aug 05 09:23:16 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL,v 1.36 2005/07/12 20:22:45 sekiya Exp $
+# $NetBSD: INSTALL,v 1.37 2005/08/05 09:23:16 skrll Exp $
 #
 # GENERIC machine description file
 # 
@@ -20,7 +20,7 @@
 
 include        "arch/amd64/conf/std.amd64"
 
-#ident                 "INSTALL-$Revision: 1.36 $"
+#ident                 "INSTALL-$Revision: 1.37 $"
 
 maxusers       32              # estimated number of users
 
@@ -522,6 +522,9 @@
 ukbd*  at uhidev? reportid ?
 wskbd* at ukbd? console ? mux 1
 
+# USB serial adpater
+#ucycom*       at uhidev? reportid ?
+
 # USB Generic HID devices
 #uhid* at uhidev? reportid ?
 
diff -r 9faac7a0dc64 -r b56b22c8627e sys/arch/amd64/conf/INSTALL_ACPI
--- a/sys/arch/amd64/conf/INSTALL_ACPI  Fri Aug 05 09:21:25 2005 +0000
+++ b/sys/arch/amd64/conf/INSTALL_ACPI  Fri Aug 05 09:23:16 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL_ACPI,v 1.25 2005/07/12 20:22:45 sekiya Exp $
+# $NetBSD: INSTALL_ACPI,v 1.26 2005/08/05 09:23:16 skrll Exp $
 #
 # GENERIC machine description file
 # 
@@ -20,7 +20,7 @@
 
 include        "arch/amd64/conf/std.amd64"
 
-#ident                 "INSTALL-$Revision: 1.25 $"
+#ident                 "INSTALL-$Revision: 1.26 $"
 
 maxusers       32              # estimated number of users
 
@@ -513,6 +513,9 @@
 ukbd*  at uhidev? reportid ?
 wskbd* at ukbd? console ? mux 1
 
+# USB serial adpater
+#ucycom*       at uhidev? reportid ?
+
 # USB Generic HID devices
 #uhid* at uhidev? reportid ?
 
diff -r 9faac7a0dc64 -r b56b22c8627e sys/arch/cats/conf/GENERIC
--- a/sys/arch/cats/conf/GENERIC        Fri Aug 05 09:21:25 2005 +0000
+++ b/sys/arch/cats/conf/GENERIC        Fri Aug 05 09:23:16 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.87 2005/07/31 04:04:31 yamt Exp $
+# $NetBSD: GENERIC,v 1.88 2005/08/05 09:23:16 skrll Exp $
 #
 # GENERIC machine description file
 # 
@@ -383,6 +383,9 @@
 ukbd*  at uhidev? reportid ?
 wskbd* at ukbd? console ?
 
+# USB serial adpater
+ucycom*        at uhidev? reportid ?
+
 # USB Generic HID devices
 uhid*  at uhidev? reportid ?
 
diff -r 9faac7a0dc64 -r b56b22c8627e sys/arch/cats/conf/INSTALL
--- a/sys/arch/cats/conf/INSTALL        Fri Aug 05 09:21:25 2005 +0000
+++ b/sys/arch/cats/conf/INSTALL        Fri Aug 05 09:23:16 2005 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: INSTALL,v 1.50 2005/07/07 17:05:47 tron Exp $
+#      $NetBSD: INSTALL,v 1.51 2005/08/05 09:23:16 skrll Exp $
 #



Home | Main Index | Thread Index | Old Index