summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwpaul <wpaul@FreeBSD.org>2000-01-17 18:49:20 +0000
committerwpaul <wpaul@FreeBSD.org>2000-01-17 18:49:20 +0000
commit9a7458c2e60b1577fd053bf5dc89a042782c1d94 (patch)
tree68cd2707ee3e47b79027141f208d84c65c5e8424
parent0069d9dedce300f7a9a346d3486e9dca510576f8 (diff)
downloadFreeBSD-src-9a7458c2e60b1577fd053bf5dc89a042782c1d94.zip
FreeBSD-src-9a7458c2e60b1577fd053bf5dc89a042782c1d94.tar.gz
The correct part number for the CATC ASIC is USB-EL1210A, not
USB-EL1201A or even USB-EL1202A. Wonder what drugs I was on when I made this mistake, and then propagated it to 6 different files. *sigh*
-rw-r--r--release/texts/alpha/HARDWARE.TXT2
-rw-r--r--release/texts/alpha/RELNOTES.TXT4
-rw-r--r--release/texts/i386/HARDWARE.TXT2
-rw-r--r--release/texts/i386/RELNOTES.TXT4
-rw-r--r--share/man/man4/cue.46
-rw-r--r--sys/dev/usb/if_cue.c4
6 files changed, 11 insertions, 11 deletions
diff --git a/release/texts/alpha/HARDWARE.TXT b/release/texts/alpha/HARDWARE.TXT
index ba4a811..aab7e2c 100644
--- a/release/texts/alpha/HARDWARE.TXT
+++ b/release/texts/alpha/HARDWARE.TXT
@@ -373,7 +373,7 @@ ADMtek Inc. AN986-based USB ethernet NICs including the following:
D-Link DSB-650TX
SMC 2202USB
-CATC USB-EL1202A-based USB ethernet NICs including the following:
+CATC USB-EL1210A-based USB ethernet NICs including the following:
CATC Netmate
CATC Netmate II
Belkin F5U111
diff --git a/release/texts/alpha/RELNOTES.TXT b/release/texts/alpha/RELNOTES.TXT
index 4df851d..4eb1b9b 100644
--- a/release/texts/alpha/RELNOTES.TXT
+++ b/release/texts/alpha/RELNOTES.TXT
@@ -146,7 +146,7 @@ Netgear EA101, the D-Link DSB-650, and the SMC 2102USB and 2104USB.
IPfilter version 3.3.6 has been integrated.
Driver support has been added for USB ethernet adapters based on
-the CATC USB-EL1201A chip, including the CATC Netmate and Netmate II,
+the CATC USB-EL1210A chip, including the CATC Netmate and Netmate II,
and the Belkin F5U111.
Driver support has been added for Aironet 4500/4800 802.11 wireless
@@ -384,7 +384,7 @@ ADMtek Inc. AN986-based USB ethernet NICs including the following:
D-Link DSB-650TX
SMC 2202USB
-CATC USB-EL1202A-based USB ethernet NICs including the following:
+CATC USB-EL1210A-based USB ethernet NICs including the following:
CATC Netmate
CATC Netmate II
Belkin F5U111
diff --git a/release/texts/i386/HARDWARE.TXT b/release/texts/i386/HARDWARE.TXT
index 6a7d934..81f73b4 100644
--- a/release/texts/i386/HARDWARE.TXT
+++ b/release/texts/i386/HARDWARE.TXT
@@ -498,7 +498,7 @@ ADMtek Inc. AN986-based USB ethernet NICs including the following:
D-Link DSB-650TX
SMC 2202USB
-CATC USB-EL1202A-based USB ethernet NICs including the following:
+CATC USB-EL1210A-based USB ethernet NICs including the following:
CATC Netmate
CATC Netmate II
Belkin F5U111
diff --git a/release/texts/i386/RELNOTES.TXT b/release/texts/i386/RELNOTES.TXT
index 2721c3e..b52a008 100644
--- a/release/texts/i386/RELNOTES.TXT
+++ b/release/texts/i386/RELNOTES.TXT
@@ -148,7 +148,7 @@ Netgear EA101, the D-Link DSB-650, and the SMC 2102USB and 2104USB.
IPfilter version 3.3.6 has been integrated.
Driver support has been added for USB ethernet adapters based on
-the CATC USB-EL1201A chip, including the CATC Netmate and Netmate II,
+the CATC USB-EL1210A chip, including the CATC Netmate and Netmate II,
and the Belkin F5U111.
Driver support has been added for Aironet 4500/4800 802.11 wireless
@@ -390,7 +390,7 @@ ADMtek Inc. AN986-based USB ethernet NICs including the following:
D-Link DSB-650TX
SMC 2202USB
-CATC USB-EL1202A-based USB ethernet NICs including the following:
+CATC USB-EL1210A-based USB ethernet NICs including the following:
CATC Netmate
CATC Netmate II
Belkin F5U111
diff --git a/share/man/man4/cue.4 b/share/man/man4/cue.4
index 3773292..89af94b 100644
--- a/share/man/man4/cue.4
+++ b/share/man/man4/cue.4
@@ -36,7 +36,7 @@
.Sh NAME
.Nm cue
.Nd
-CATC USB-EL1201A USB Ethernet driver
+CATC USB-EL1210A USB Ethernet driver
.Sh SYNOPSIS
.Cd "device uhci0"
.Cd "device ohci0"
@@ -46,10 +46,10 @@ CATC USB-EL1201A USB Ethernet driver
The
.Nm
driver provides support for USB ethernet adapters based on the Computer
-Access Technology Corporation's USB-EL1202A chipset, including the
+Access Technology Corporation's USB-EL1210A chipset, including the
CATC Netmate and Netmate II, and the Belkin F5U111.
.Pp
-The USB-EL1202A supports a 512-bit multicast hash filter, single perfect
+The USB-EL1210A supports a 512-bit multicast hash filter, single perfect
filter entry for the station address and promiscuous mode. Packets are
received and transmitted over separate USB bulk transfer endpoints.
.Pp
diff --git a/sys/dev/usb/if_cue.c b/sys/dev/usb/if_cue.c
index 905b34a..16899a2 100644
--- a/sys/dev/usb/if_cue.c
+++ b/sys/dev/usb/if_cue.c
@@ -33,7 +33,7 @@
*/
/*
- * CATC USB-EL1201A USB to ethernet driver. Used in the CATC Netmate
+ * CATC USB-EL1210A USB to ethernet driver. Used in the CATC Netmate
* adapters and others.
*
* Written by Bill Paul <wpaul@ee.columbia.edu>
@@ -42,7 +42,7 @@
*/
/*
- * The CATC USB-EL1201A provides USB ethernet support at 10Mbps. The
+ * The CATC USB-EL1210A provides USB ethernet support at 10Mbps. The
* RX filter uses a 512-bit multicast hash table, single perfect entry
* for the station address, and promiscuous mode. Unlike the ADMtek
* and KLSI chips, the CATC ASIC supports read and write combining
OpenPOWER on IntegriCloud