Source-Changes-HG archive

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

[src/trunk]: src/sys/arch Add uax(4) (and url(4) in some cases).



details:   https://anonhg.NetBSD.org/src/rev/c5f3a3366901
branches:  trunk
changeset: 543084:c5f3a3366901
user:      augustss <augustss%NetBSD.org@localhost>
date:      Sun Feb 16 17:35:13 2003 +0000

description:
Add uax(4) (and url(4) in some cases).

diffstat:

 sys/arch/algor/conf/P4032           |  6 ++++--
 sys/arch/algor/conf/P5064           |  6 ++++--
 sys/arch/algor/conf/P6032           |  6 ++++--
 sys/arch/alpha/conf/ALPHA           |  6 ++++--
 sys/arch/alpha/conf/BASIL           |  6 ++++--
 sys/arch/alpha/conf/FRAU-FARBISSINA |  6 ++++--
 sys/arch/alpha/conf/GENERIC         |  6 ++++--
 sys/arch/cats/conf/GENERIC          |  4 +++-
 sys/arch/cats/conf/INSTALL          |  4 +++-
 sys/arch/hpcmips/conf/GENERIC       |  6 ++++--
 sys/arch/hpcmips/conf/MPC303        |  6 ++++--
 sys/arch/hpcmips/conf/TX3922        |  4 +++-
 sys/arch/hpcmips/conf/VR41XX        |  6 ++++--
 sys/arch/i386/conf/DELPHI           |  6 ++++--
 sys/arch/i386/conf/DR-EVIL          |  4 +++-
 sys/arch/i386/conf/GENERIC          |  5 +++--
 sys/arch/i386/conf/GENERIC_LAPTOP   |  6 ++++--
 sys/arch/i386/conf/GENERIC_TINY     |  4 +++-
 sys/arch/i386/conf/INSTALL          |  3 ++-
 sys/arch/i386/conf/INSTALL_LAPTOP   |  3 ++-
 sys/arch/i386/conf/IOPENER          |  6 ++++--
 sys/arch/i386/conf/SWINGER          |  6 ++++--
 sys/arch/i386/conf/files.i386       |  9 ++++++++-
 sys/arch/macppc/conf/GENERIC        |  6 ++++--
 sys/arch/playstation2/conf/DEBUG    |  4 +++-
 sys/arch/pmppc/conf/PMPPC           |  3 ++-
 sys/arch/prep/conf/GENERIC          |  6 ++++--
 sys/arch/prep/conf/NATSUMI          |  4 +++-
 sys/arch/sparc64/conf/GENERIC32     |  6 ++++--
 sys/arch/x68k/conf/GENERIC          |  5 +++--
 sys/arch/x86_64/conf/GENERIC        |  5 +++--
 sys/arch/x86_64/conf/INSTALL        |  5 +++--
 32 files changed, 115 insertions(+), 53 deletions(-)

diffs (truncated from 772 to 300 lines):

diff -r d78d39ced963 -r c5f3a3366901 sys/arch/algor/conf/P4032
--- a/sys/arch/algor/conf/P4032 Sun Feb 16 17:20:48 2003 +0000
+++ b/sys/arch/algor/conf/P4032 Sun Feb 16 17:35:13 2003 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: P4032,v 1.12 2002/10/14 18:39:23 elric Exp $
+#      $NetBSD: P4032,v 1.13 2003/02/16 17:35:13 augustss Exp $
 #
 # Algorithmics P-4032 kernel.
 #
@@ -7,7 +7,7 @@
 
 #options       INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "P4032-$Revision: 1.12 $"
+#ident                 "P4032-$Revision: 1.13 $"
 
 maxusers 32
 
@@ -259,6 +259,8 @@
 #aue*  at uhub? port ?         # ADMtek AN986 Pegasus based adapters
 #cue*  at uhub? port ?         # CATC USB-EL1201A based adapters
 #kue*  at uhub? port ?         # Kawasaki LSI KL5KUSB101B based adapters
+#uax*  at uhub? port ?         # ASIX AX88172 based adapters
+#url*  at uhub? port ?         # Realtek RTL8150L based adapters
 
 # Serial adapters
 # FTDI FT8U100AX serial adapter
diff -r d78d39ced963 -r c5f3a3366901 sys/arch/algor/conf/P5064
--- a/sys/arch/algor/conf/P5064 Sun Feb 16 17:20:48 2003 +0000
+++ b/sys/arch/algor/conf/P5064 Sun Feb 16 17:35:13 2003 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: P5064,v 1.17 2002/10/14 18:39:23 elric Exp $
+#      $NetBSD: P5064,v 1.18 2003/02/16 17:35:13 augustss Exp $
 #
 # Algorithmics P-5064 kernel.
 #
@@ -7,7 +7,7 @@
 
 #options       INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "P5064-$Revision: 1.17 $"
+#ident                 "P5064-$Revision: 1.18 $"
 
 maxusers 32
 
@@ -322,6 +322,8 @@
 #aue*  at uhub? port ?         # ADMtek AN986 Pegasus based adapters
 #cue*  at uhub? port ?         # CATC USB-EL1201A based adapters
 #kue*  at uhub? port ?         # Kawasaki LSI KL5KUSB101B based adapters
+#uax*  at uhub? port ?         # ASIX AX88172 based adapters
+#url*  at uhub? port ?         # Realtek RTL8150L based adapters
 
 # Serial adapters
 # FTDI FT8U100AX serial adapter
diff -r d78d39ced963 -r c5f3a3366901 sys/arch/algor/conf/P6032
--- a/sys/arch/algor/conf/P6032 Sun Feb 16 17:20:48 2003 +0000
+++ b/sys/arch/algor/conf/P6032 Sun Feb 16 17:35:13 2003 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: P6032,v 1.11 2002/10/14 18:39:23 elric Exp $
+#      $NetBSD: P6032,v 1.12 2003/02/16 17:35:13 augustss Exp $
 #
 # Algorithmics P-6032 kernel.
 #
@@ -7,7 +7,7 @@
 
 #options       INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "P6032-$Revision: 1.11 $"
+#ident                 "P6032-$Revision: 1.12 $"
 
 maxusers 32
 
@@ -327,6 +327,8 @@
 #aue*  at uhub? port ?         # ADMtek AN986 Pegasus based adapters
 #cue*  at uhub? port ?         # CATC USB-EL1201A based adapters
 #kue*  at uhub? port ?         # Kawasaki LSI KL5KUSB101B based adapters
+#uax*  at uhub? port ?         # ASIX AX88172 based adapters
+#url*  at uhub? port ?         # Realtek RTL8150L based adapters
 
 # Serial adapters
 # FTDI FT8U100AX serial adapter
diff -r d78d39ced963 -r c5f3a3366901 sys/arch/alpha/conf/ALPHA
--- a/sys/arch/alpha/conf/ALPHA Sun Feb 16 17:20:48 2003 +0000
+++ b/sys/arch/alpha/conf/ALPHA Sun Feb 16 17:35:13 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: ALPHA,v 1.177 2003/02/10 09:02:07 mjacob Exp $
+# $NetBSD: ALPHA,v 1.178 2003/02/16 17:35:13 augustss 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.177 $"
+ident          "ALPHA-$Revision: 1.178 $"
 
 maxusers 32
 
@@ -517,6 +517,8 @@
 aue*   at uhub? port ?         # ADMtek AN986 Pegasus based adapters
 cue*   at uhub? port ?         # CATC USB-EL1201A based adapters
 kue*   at uhub? port ?         # Kawasaki LSI KL5KUSB101B based adapters
+uax*   at uhub? port ?         # ASIX AX88172 based adapters
+url*   at uhub? port ?         # Realtek RTL8150L based adapters
 
 # Serial adapters
 # FTDI FT8U100AX serial adapter
diff -r d78d39ced963 -r c5f3a3366901 sys/arch/alpha/conf/BASIL
--- a/sys/arch/alpha/conf/BASIL Sun Feb 16 17:20:48 2003 +0000
+++ b/sys/arch/alpha/conf/BASIL Sun Feb 16 17:35:13 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: BASIL,v 1.16 2003/02/10 08:04:39 grant Exp $
+# $NetBSD: BASIL,v 1.17 2003/02/16 17:35:14 augustss 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.16 $"
+#ident                 "BASIL-$Revision: 1.17 $"
 
 maxusers 64
 
@@ -413,6 +413,8 @@
 aue*   at uhub? port ?         # ADMtek AN986 Pegasus based adapters
 cue*   at uhub? port ?         # CATC USB-EL1201A based adapters
 kue*   at uhub? port ?         # Kawasaki LSI KL5KUSB101B based adapters
+uax*   at uhub? port ?         # ASIX AX88172 based adapters
+url*   at uhub? port ?         # Realtek RTL8150L based adapters
 
 # USB scanners
 uscanner* at uhub? port ?
diff -r d78d39ced963 -r c5f3a3366901 sys/arch/alpha/conf/FRAU-FARBISSINA
--- a/sys/arch/alpha/conf/FRAU-FARBISSINA       Sun Feb 16 17:20:48 2003 +0000
+++ b/sys/arch/alpha/conf/FRAU-FARBISSINA       Sun Feb 16 17:35:13 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: FRAU-FARBISSINA,v 1.21 2003/02/10 08:04:39 grant Exp $
+# $NetBSD: FRAU-FARBISSINA,v 1.22 2003/02/16 17:35:14 augustss 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.21 $"
+#ident                 "FRAU-FARBISSINA-$Revision: 1.22 $"
 
 maxusers 64
 
@@ -385,6 +385,8 @@
 #aue*  at uhub? port ?         # ADMtek AN986 Pegasus based adapters
 #cue*  at uhub? port ?         # CATC USB-EL1201A based adapters
 #kue*  at uhub? port ?         # Kawasaki LSI KL5KUSB101B based adapters
+#uax*  at uhub? port ?         # ASIX AX88172 based adapters
+#url*  at uhub? port ?         # Realtek RTL8150L based adapters
 
 # USB Generic driver
 #ugen* at uhub? port ?
diff -r d78d39ced963 -r c5f3a3366901 sys/arch/alpha/conf/GENERIC
--- a/sys/arch/alpha/conf/GENERIC       Sun Feb 16 17:20:48 2003 +0000
+++ b/sys/arch/alpha/conf/GENERIC       Sun Feb 16 17:35:13 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.223 2003/02/10 09:02:07 mjacob Exp $
+# $NetBSD: GENERIC,v 1.224 2003/02/16 17:35:14 augustss Exp $
 #
 # GENERIC machine description file
 #
@@ -25,7 +25,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.223 $"
+#ident                 "GENERIC-$Revision: 1.224 $"
 
 maxusers 32
 
@@ -494,6 +494,8 @@
 aue*   at uhub? port ?         # ADMtek AN986 Pegasus based adapters
 cue*   at uhub? port ?         # CATC USB-EL1201A based adapters
 kue*   at uhub? port ?         # Kawasaki LSI KL5KUSB101B based adapters
+uax*   at uhub? port ?         # ASIX AX88172 based adapters
+url*   at uhub? port ?         # Realtek RTL8150L based adapters
 
 # Serial adapters
 # FTDI FT8U100AX serial adapter
diff -r d78d39ced963 -r c5f3a3366901 sys/arch/cats/conf/GENERIC
--- a/sys/arch/cats/conf/GENERIC        Sun Feb 16 17:20:48 2003 +0000
+++ b/sys/arch/cats/conf/GENERIC        Sun Feb 16 17:35:13 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.43 2002/11/22 12:21:00 wiz Exp $
+# $NetBSD: GENERIC,v 1.44 2003/02/16 17:35:14 augustss Exp $
 #
 # GENERIC machine description file
 # 
@@ -360,6 +360,8 @@
 aue*   at uhub? port ?         # ADMtek AN986 Pegasus based adapters
 cue*   at uhub? port ?         # CATC USB-EL1201A based adapters
 kue*   at uhub? port ?         # Kawasaki LSI KL5KUSB101B based adapters
+uax*   at uhub? port ?         # ASIX AX88172 based adapters
+url*   at uhub? port ?         # Realtek RTL8150L based adapters
 
 # Prolofic PL2301/PL2302 host-to-host adapter
 upl*   at uhub? port ?
diff -r d78d39ced963 -r c5f3a3366901 sys/arch/cats/conf/INSTALL
--- a/sys/arch/cats/conf/INSTALL        Sun Feb 16 17:20:48 2003 +0000
+++ b/sys/arch/cats/conf/INSTALL        Sun Feb 16 17:35:13 2003 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: INSTALL,v 1.23 2002/10/27 17:57:14 tsutsui Exp $
+#      $NetBSD: INSTALL,v 1.24 2003/02/16 17:35:14 augustss Exp $
 #
 #      CATSINST -- CHALTECH CATS Install kernel
 #
@@ -318,6 +318,8 @@
 #aue*  at uhub? port ?         # ADMtek AN986 Pegasus based adapters
 #cue*  at uhub? port ?         # CATC USB-EL1201A based adapters
 #kue*  at uhub? port ?         # Kawasaki LSI KL5KUSB101B based adapters
+#uax*  at uhub? port ?         # ASIX AX88172 based adapters
+#url*  at uhub? port ?         # Realtek RTL8150L based adapters
 
 # USB Generic driver
 #ugen* at uhub? port ?
diff -r d78d39ced963 -r c5f3a3366901 sys/arch/hpcmips/conf/GENERIC
--- a/sys/arch/hpcmips/conf/GENERIC     Sun Feb 16 17:20:48 2003 +0000
+++ b/sys/arch/hpcmips/conf/GENERIC     Sun Feb 16 17:35:13 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.134 2002/12/15 09:24:24 takemura Exp $
+# $NetBSD: GENERIC,v 1.135 2003/02/16 17:35:14 augustss Exp $
 #
 # GENERIC machine description file
 # 
@@ -24,7 +24,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.134 $"
+#ident                 "GENERIC-$Revision: 1.135 $"
 
 maxusers       16
 
@@ -541,6 +541,8 @@
 aue*   at uhub? port ?         # ADMtek AN986 Pegasus based adapters
 cue*   at uhub? port ?         # CATC USB-EL1201A based adapters
 kue*   at uhub? port ?         # Kawasaki LSI KL5KUSB101B based adapters
+uax*   at uhub? port ?         # ASIX AX88172 based adapters
+url*   at uhub? port ?         # Realtek RTL8150L based adapters
 
 # MII/PHY support
 ukphy* at mii? phy ?           # generic unknown PHYs
diff -r d78d39ced963 -r c5f3a3366901 sys/arch/hpcmips/conf/MPC303
--- a/sys/arch/hpcmips/conf/MPC303      Sun Feb 16 17:20:48 2003 +0000
+++ b/sys/arch/hpcmips/conf/MPC303      Sun Feb 16 17:35:13 2003 +0000
@@ -1,5 +1,5 @@
 #
-#      $NetBSD: MPC303,v 1.20 2002/11/27 07:33:02 shin Exp $
+#      $NetBSD: MPC303,v 1.21 2003/02/16 17:35:14 augustss Exp $
 #      From: NetBSD: GENERIC,v 1.91 2001/05/06 14:25:16 takemura Exp
 #
 # Kernel configuration file for Victor MP-C303; enami's test machine.
@@ -9,7 +9,7 @@
 
 #options       INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.20 $"
+#ident                 "GENERIC-$Revision: 1.21 $"
 
 maxusers       16
 
@@ -198,6 +198,8 @@
 
 # USB Ethernet adapters
 aue*   at uhub? port ?         # ADMtek AN986 Pegasus based adapters
+#uax*  at uhub? port ?         # ASIX AX88172 based adapters
+#url*  at uhub? port ?         # Realtek RTL8150L based adapters
 
 # MII/PHY support
 ukphy* at mii? phy ?                   # generic unknown PHYs
diff -r d78d39ced963 -r c5f3a3366901 sys/arch/hpcmips/conf/TX3922
--- a/sys/arch/hpcmips/conf/TX3922      Sun Feb 16 17:20:48 2003 +0000
+++ b/sys/arch/hpcmips/conf/TX3922      Sun Feb 16 17:35:13 2003 +0000
@@ -1,7 +1,7 @@
 #
 # Distribution kernel (TOSHIBA TX3922 based model) kernel config file
 #
-#      $NetBSD: TX3922,v 1.47 2002/11/27 07:33:03 shin Exp $
+#      $NetBSD: TX3922,v 1.48 2003/02/16 17:35:15 augustss Exp $
 #
 include                "arch/hpcmips/conf/std.hpcmips"
 
@@ -210,6 +210,8 @@
 aue*   at uhub? port ?         # ADMtek AN986 Pegasus based adapters
 cue*   at uhub? port ?         # CATC USB-EL1201A based adapters
 kue*   at uhub? port ?         # Kawasaki LSI KL5KUSB101B based adapters
+uax*   at uhub? port ?         # ASIX AX88172 based adapters
+url*   at uhub? port ?         # Realtek RTL8150L based adapters
 
 # Prolofic PL2301/PL2302 host-to-host adapter



Home | Main Index | Thread Index | Old Index