diff --git a/release/texts/alpha/HARDWARE.TXT b/release/texts/alpha/HARDWARE.TXT index ba4a811f219..aab7e2c09a6 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 4df851dbb1b..4eb1b9b134b 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 6a7d9344362..81f73b4f60e 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 2721c3ec8c5..b52a0089d82 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 3773292cb21..89af94b4ce7 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 905b34a638a..16899a201d0 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 @@ -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