summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorkiyohara <kiyohara@NetBSD.org>2007-06-09 11:34:01 +0000
committerkiyohara <kiyohara@NetBSD.org>2007-06-09 11:34:01 +0000
commit8f6cd34a623cbd9c01d1df366cc1730ca0f78097 (patch)
tree7a90b964f38bc442b88d08620310eabfb8b6d4b4 /sys
parentbbec0bb7bf6909c23645a8241983a00bdfddc719 (diff)
Add zyd(4).
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/amd64/conf/GENERIC5
-rw-r--r--sys/arch/i386/conf/ALL5
-rw-r--r--sys/arch/i386/conf/GENERIC5
-rw-r--r--sys/arch/i386/conf/GENERIC_LAPTOP5
-rw-r--r--sys/arch/iyonix/conf/GENERIC5
-rw-r--r--sys/arch/macppc/conf/GENERIC5
-rw-r--r--sys/arch/sparc64/conf/GENERIC5
7 files changed, 21 insertions, 14 deletions
diff --git a/sys/arch/amd64/conf/GENERIC b/sys/arch/amd64/conf/GENERIC
index 0eba868a93b..8706c382dfd 100644
--- a/sys/arch/amd64/conf/GENERIC
+++ b/sys/arch/amd64/conf/GENERIC
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.148 2007/06/04 08:55:19 martin Exp $
+# $NetBSD: GENERIC,v 1.149 2007/06/09 11:34:01 kiyohara Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@ include "arch/amd64/conf/std.amd64"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.148 $"
+#ident "GENERIC-$Revision: 1.149 $"
maxusers 32 # estimated number of users
@@ -757,6 +757,7 @@ uscanner* at uhub? port ?
atu* at uhub? port ? # Atmel at76c50x 802.11b
ral* at uhub? port ? # Ralink Technology RT25x0 802.11a/b/g
rum* at uhub? port ? # Ralink Technology RT2501/RT2601 802.11a/b/g
+zyd* at uhub? port ? # Zydas ZD1211
# USB scanners that use SCSI emulation, e.g., HP5300
usscanner* at uhub? port ?
diff --git a/sys/arch/i386/conf/ALL b/sys/arch/i386/conf/ALL
index 37de680195a..ad09b36f749 100644
--- a/sys/arch/i386/conf/ALL
+++ b/sys/arch/i386/conf/ALL
@@ -1,4 +1,4 @@
-# $NetBSD: ALL,v 1.102 2007/06/01 14:26:36 blymn Exp $
+# $NetBSD: ALL,v 1.103 2007/06/09 11:34:02 kiyohara Exp $
# From NetBSD: GENERIC,v 1.787 2006/10/01 18:37:54 bouyer Exp
#
# ALL machine description file
@@ -17,7 +17,7 @@ include "arch/i386/conf/std.i386"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "ALL-$Revision: 1.102 $"
+#ident "ALL-$Revision: 1.103 $"
maxusers 32 # estimated number of users
@@ -1100,6 +1100,7 @@ url* at uhub? port ? # Realtek RTL8150L based adapters
atu* at uhub? port ? # Atmel AT76C50XX based adapters
ral* at uhub? port ? # Ralink Technology RT25x0 802.11a/b/g
rum* at uhub? port ? # Ralink Technology RT2501/RT2601 802.11a/b/g
+zyd* at uhub? port ? # Zydas ZD1211
# Prolific PL2301/PL2302 host-to-host adapter
upl* at uhub? port ?
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC
index c4802186edd..ce0efbda541 100644
--- a/sys/arch/i386/conf/GENERIC
+++ b/sys/arch/i386/conf/GENERIC
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.831 2007/06/04 08:55:21 martin Exp $
+# $NetBSD: GENERIC,v 1.832 2007/06/09 11:34:02 kiyohara Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@ include "arch/i386/conf/std.i386"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.831 $"
+#ident "GENERIC-$Revision: 1.832 $"
maxusers 32 # estimated number of users
@@ -1103,6 +1103,7 @@ url* at uhub? port ? # Realtek RTL8150L based adapters
atu* at uhub? port ? # Atmel AT76C50XX based adapters
ral* at uhub? port ? # Ralink Technology RT25x0 802.11a/b/g
rum* at uhub? port ? # Ralink Technology RT2501/RT2601 802.11a/b/g
+zyd* at uhub? port ? # Zydas ZD1211
# Prolific PL2301/PL2302 host-to-host adapter
upl* at uhub? port ?
diff --git a/sys/arch/i386/conf/GENERIC_LAPTOP b/sys/arch/i386/conf/GENERIC_LAPTOP
index 5f2e3ce098f..c1748db12fb 100644
--- a/sys/arch/i386/conf/GENERIC_LAPTOP
+++ b/sys/arch/i386/conf/GENERIC_LAPTOP
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC_LAPTOP,v 1.236 2007/05/29 21:37:07 christos Exp $
+# $NetBSD: GENERIC_LAPTOP,v 1.237 2007/06/09 11:34:03 kiyohara Exp $
# From: NetBSD: GENERIC,v 1.414 2001/07/30 19:59:05 ad Exp
#
# GENERIC_LAPTOP -- GENERIC with cardbus and some USB devices enabled
@@ -8,7 +8,7 @@ include "arch/i386/conf/std.i386"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.236 $"
+#ident "GENERIC-$Revision: 1.237 $"
maxusers 32 # estimated number of users
@@ -772,6 +772,7 @@ url* at uhub? port ? # Realtek RTL8150L based adapters
atu* at uhub? port ? # Atmel AT76C50XX based adapters
ral* at uhub? port ? # Ralink Technology RT25x0 802.11a/b/g
rum* at uhub? port ? # Ralink Technology RT2501/RT2601 802.11a/b/g
+zyd* at uhub? port ? # Zydas ZD1211
# Prolific PL2301/PL2302 host-to-host adapter
upl* at uhub? port ?
diff --git a/sys/arch/iyonix/conf/GENERIC b/sys/arch/iyonix/conf/GENERIC
index 608009c25fe..cee4b47c143 100644
--- a/sys/arch/iyonix/conf/GENERIC
+++ b/sys/arch/iyonix/conf/GENERIC
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.38 2007/06/04 08:55:21 martin Exp $
+# $NetBSD: GENERIC,v 1.39 2007/06/09 11:34:03 kiyohara Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@ include "arch/iyonix/conf/std.iyonix"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.38 $"
+#ident "GENERIC-$Revision: 1.39 $"
maxusers 32 # estimated number of users
@@ -588,6 +588,7 @@ uaudio* at uhub? port ? configuration ?
#atu* at uhub? port ? # Atmel AT76C50XX based adapters
#ral* at uhub? port ? # Ralink Technology RT25x0 802.11a/b/g
#rum* at uhub? port ? # Ralink Technology RT2501/RT2601 802.11a/b/g
+#zyd* at uhub? port ? # Zydas ZD1211
# Prolific PL2301/PL2302 host-to-host adapter
upl* at uhub? port ?
diff --git a/sys/arch/macppc/conf/GENERIC b/sys/arch/macppc/conf/GENERIC
index 8bed99cb00c..1d0d455656d 100644
--- a/sys/arch/macppc/conf/GENERIC
+++ b/sys/arch/macppc/conf/GENERIC
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.256 2007/06/04 08:55:22 martin Exp $
+# $NetBSD: GENERIC,v 1.257 2007/06/09 11:34:04 kiyohara Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@ include "arch/macppc/conf/std.macppc"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.256 $"
+#ident "GENERIC-$Revision: 1.257 $"
maxusers 32
@@ -503,6 +503,7 @@ ugen* at uhub? port ? configuration ? interface ? # USB Generic driver
# USB 802.11 adapters
atu* at uhub? port ? # Atmel at76c50x 802.11b
ral* at uhub? port ? # Ralink Technology RT25x0 802.11a/b/g
+zyd* at uhub? port ? # Zydas ZD1211
# PCI IEEE1394 controllers
fwohci* at pci? dev ? function ? # IEEE1394 Open Host Controller
diff --git a/sys/arch/sparc64/conf/GENERIC b/sys/arch/sparc64/conf/GENERIC
index 8ecd428227b..292ccccde83 100644
--- a/sys/arch/sparc64/conf/GENERIC
+++ b/sys/arch/sparc64/conf/GENERIC
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.85 2007/06/04 08:55:24 martin Exp $
+# $NetBSD: GENERIC,v 1.86 2007/06/09 11:34:04 kiyohara Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@ include "arch/sparc64/conf/std.sparc64"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.85 $"
+#ident "GENERIC-$Revision: 1.86 $"
maxusers 64
@@ -604,6 +604,7 @@ url* at uhub? port ? # Realtek RTL8150L based adapters
# USB 802.11 adapters
atu* at uhub? port ? # Atmel AT76C50XX based adapters
ral* at uhub? port ? # Ralink Technology RT25x0 802.11a/b/g
+zyd* at uhub? port ? # Zydas ZD1211
# Prolific PL2301/PL2302 host-to-host adapter
upl* at uhub? port ?