summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/amd64/conf/GENERIC2
-rw-r--r--sys/arm/conf/HL2002
-rw-r--r--sys/arm/conf/HL2012
-rw-r--r--sys/arm/conf/KB920X2
-rw-r--r--sys/arm/conf/QILA9G202
-rw-r--r--sys/arm/conf/SAM9G20EK2
-rw-r--r--sys/i386/conf/GENERIC2
-rw-r--r--sys/mips/conf/OCTEON12
-rw-r--r--sys/pc98/conf/GENERIC2
-rw-r--r--sys/sparc64/conf/GENERIC2
10 files changed, 10 insertions, 10 deletions
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC
index 2d7b605..db87d0b 100644
--- a/sys/amd64/conf/GENERIC
+++ b/sys/amd64/conf/GENERIC
@@ -326,7 +326,7 @@ device uath # Atheros AR5523 wireless NICs
device upgt # Conexant/Intersil PrismGT wireless NICs.
device ural # Ralink Technology RT2500USB wireless NICs
device urtw # Realtek RTL8187B/L wireless NICs
-device zyd # ZyDAS zb1211/zb1211b wireless NICs
+device zyd # ZyDAS zd1211/zd1211b wireless NICs
# FireWire support
device firewire # FireWire bus code
diff --git a/sys/arm/conf/HL200 b/sys/arm/conf/HL200
index e42974d..ffd306a 100644
--- a/sys/arm/conf/HL200
+++ b/sys/arm/conf/HL200
@@ -126,7 +126,7 @@ device udav # Davicom DM9601E USB
device rum # Ralink Technology RT2501USB wireless NICs
device uath # Atheros AR5523 wireless NICs
device ural # Ralink Technology RT2500USB wireless NICs
-device zyd # ZyDAS zb1211/zb1211b wireless NICs
+device zyd # ZyDAS zd1211/zd1211b wireless NICs
# SCSI peripherals
device scbus # SCSI bus (required for SCSI)
device da # Direct Access (disks)
diff --git a/sys/arm/conf/HL201 b/sys/arm/conf/HL201
index af4266c..157ac21 100644
--- a/sys/arm/conf/HL201
+++ b/sys/arm/conf/HL201
@@ -117,7 +117,7 @@ device udav # Davicom DM9601E USB
#device rum # Ralink Technology RT2501USB wireless NICs
#device uath # Atheros AR5523 wireless NICs
#device ural # Ralink Technology RT2500USB wireless NICs
-#device zyd # ZyDAS zb1211/zb1211b wireless NICs
+#device zyd # ZyDAS zd1211/zd1211b wireless NICs
# SCSI peripherals
device scbus # SCSI bus (required for SCSI)
device da # Direct Access (disks)
diff --git a/sys/arm/conf/KB920X b/sys/arm/conf/KB920X
index e9aa36e..524e387 100644
--- a/sys/arm/conf/KB920X
+++ b/sys/arm/conf/KB920X
@@ -126,7 +126,7 @@ device udav # Davicom DM9601E USB
device rum # Ralink Technology RT2501USB wireless NICs
device uath # Atheros AR5523 wireless NICs
device ural # Ralink Technology RT2500USB wireless NICs
-device zyd # ZyDAS zb1211/zb1211b wireless NICs
+device zyd # ZyDAS zd1211/zd1211b wireless NICs
# SCSI peripherals
device scbus # SCSI bus (required for SCSI)
device da # Direct Access (disks)
diff --git a/sys/arm/conf/QILA9G20 b/sys/arm/conf/QILA9G20
index a99b7f4..6318a57 100644
--- a/sys/arm/conf/QILA9G20
+++ b/sys/arm/conf/QILA9G20
@@ -142,7 +142,7 @@ device udav # Davicom DM9601E USB
#device rum # Ralink Technology RT2501USB wireless NICs
#device uath # Atheros AR5523 wireless NICs
#device ural # Ralink Technology RT2500USB wireless NICs
-#device zyd # ZyDAS zb1211/zb1211b wireless NICs
+#device zyd # ZyDAS zd1211/zd1211b wireless NICs
# Wireless NIC cards
#device wlan # 802.11 support
diff --git a/sys/arm/conf/SAM9G20EK b/sys/arm/conf/SAM9G20EK
index a9d0f96..e304e9d 100644
--- a/sys/arm/conf/SAM9G20EK
+++ b/sys/arm/conf/SAM9G20EK
@@ -142,7 +142,7 @@ device udav # Davicom DM9601E USB
#device rum # Ralink Technology RT2501USB wireless NICs
#device uath # Atheros AR5523 wireless NICs
#device ural # Ralink Technology RT2500USB wireless NICs
-#device zyd # ZyDAS zb1211/zb1211b wireless NICs
+#device zyd # ZyDAS zd1211/zd1211b wireless NICs
# Wireless NIC cards
#device wlan # 802.11 support
diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC
index 131982b..69e8d9b0 100644
--- a/sys/i386/conf/GENERIC
+++ b/sys/i386/conf/GENERIC
@@ -339,7 +339,7 @@ device uath # Atheros AR5523 wireless NICs
device upgt # Conexant/Intersil PrismGT wireless NICs.
device ural # Ralink Technology RT2500USB wireless NICs
device urtw # Realtek RTL8187B/L wireless NICs
-device zyd # ZyDAS zb1211/zb1211b wireless NICs
+device zyd # ZyDAS zd1211/zd1211b wireless NICs
# FireWire support
device firewire # FireWire bus code
diff --git a/sys/mips/conf/OCTEON1 b/sys/mips/conf/OCTEON1
index 2a0abcf..60b2b01 100644
--- a/sys/mips/conf/OCTEON1
+++ b/sys/mips/conf/OCTEON1
@@ -295,4 +295,4 @@ device udav # Davicom DM9601E USB
device rum # Ralink Technology RT2501USB wireless NICs
device uath # Atheros AR5523 wireless NICs
device ural # Ralink Technology RT2500USB wireless NICs
-device zyd # ZyDAS zb1211/zb1211b wireless NICs
+device zyd # ZyDAS zd1211/zd1211b wireless NICs
diff --git a/sys/pc98/conf/GENERIC b/sys/pc98/conf/GENERIC
index 0995dfc..df52ac1 100644
--- a/sys/pc98/conf/GENERIC
+++ b/sys/pc98/conf/GENERIC
@@ -276,7 +276,7 @@ device bpf # Berkeley packet filter
#device rum # Ralink Technology RT2501USB wireless NICs
#device uath # Atheros AR5523 wireless NICs
#device ural # Ralink Technology RT2500USB wireless NICs
-#device zyd # ZyDAS zb1211/zb1211b wireless NICs
+#device zyd # ZyDAS zd1211/zd1211b wireless NICs
# FireWire support
#device firewire # FireWire bus code
diff --git a/sys/sparc64/conf/GENERIC b/sys/sparc64/conf/GENERIC
index fdafe69..fed0272 100644
--- a/sys/sparc64/conf/GENERIC
+++ b/sys/sparc64/conf/GENERIC
@@ -257,7 +257,7 @@ device udav # Davicom DM9601E USB
device rum # Ralink Technology RT2501USB wireless NICs
device uath # Atheros AR5523 wireless NICs
device ural # Ralink Technology RT2500USB wireless NICs
-device zyd # ZyDAS zb1211/zb1211b wireless NICs
+device zyd # ZyDAS zd1211/zd1211b wireless NICs
# FireWire support
device firewire # FireWire bus code
OpenPOWER on IntegriCloud