diff options
author | wpaul <wpaul@FreeBSD.org> | 2000-01-14 03:14:49 +0000 |
---|---|---|
committer | wpaul <wpaul@FreeBSD.org> | 2000-01-14 03:14:49 +0000 |
commit | 25bfa75395f7a9ef7f2e7969b839b3abd6d8e858 (patch) | |
tree | 9d4403f407499c0ddb77dc663e67f11677d502b9 /release | |
parent | 241bd93929c50045d997159647c990ce30a09b38 (diff) | |
download | FreeBSD-src-25bfa75395f7a9ef7f2e7969b839b3abd6d8e858.zip FreeBSD-src-25bfa75395f7a9ef7f2e7969b839b3abd6d8e858.tar.gz |
Add device driver support for USB ethernet adapters based on the CATC
USB-EL1202A chipset. Between this and the other two drivers, we should
have support for pretty much every USB ethernet adapter on the market.
The only other USB chip that I know of is the SMC USB97C196, and right
now I don't know of any adapters that use it (including the ones made
by SMC :/ ).
Note that the CATC chip supports a nifty feature: read and write combining.
This allows multiple ethernet packets to be transfered in a single USB
bulk in/out transaction. However I'm again having trouble with large
bulk in transfers like I did with the ADMtek chip, which leads me to
believe that our USB stack needs some work before we can really make
use of this feature. When/if things improve, I intend to revisit the
aue and cue drivers. For now, I've lost enough sanity points.
Diffstat (limited to 'release')
-rw-r--r-- | release/sysinstall/devices.c | 1 | ||||
-rw-r--r-- | release/texts/alpha/HARDWARE.TXT | 13 | ||||
-rw-r--r-- | release/texts/alpha/RELNOTES.TXT | 10 | ||||
-rw-r--r-- | release/texts/i386/HARDWARE.TXT | 6 | ||||
-rw-r--r-- | release/texts/i386/RELNOTES.TXT | 10 |
5 files changed, 40 insertions, 0 deletions
diff --git a/release/sysinstall/devices.c b/release/sysinstall/devices.c index a7591b9..32b8e7d 100644 --- a/release/sysinstall/devices.c +++ b/release/sysinstall/devices.c @@ -86,6 +86,7 @@ static struct _devname { { DEVICE_TYPE_FLOPPY, "fd%d", "floppy drive unit A", 2, 0, 64, 4, 'b' }, { DEVICE_TYPE_FLOPPY, "worm%d", "SCSI optical disk / CDR", 23, 0, 1, 4, 'b' }, { DEVICE_TYPE_NETWORK, "aue", "ADMtek USB ethernet adapter" }, + { DEVICE_TYPE_NETWORK, "cue", "CATC USB ethernet adapter" }, { DEVICE_TYPE_NETWORK, "fpa", "DEC DEFPA PCI FDDI card" }, { DEVICE_TYPE_NETWORK, "sr", "SDL T1/E1 sync serial PCI card" }, { DEVICE_TYPE_NETWORK, "cc3i", "SDL HSSI sync serial PCI card" }, diff --git a/release/texts/alpha/HARDWARE.TXT b/release/texts/alpha/HARDWARE.TXT index 1786f81..18d2c7a 100644 --- a/release/texts/alpha/HARDWARE.TXT +++ b/release/texts/alpha/HARDWARE.TXT @@ -370,6 +370,13 @@ ADMtek Inc. AN986-based USB ethernet NICs including the following: LinkSys USB100TX Billionton USB100 Melco Inc. LU-ATX + D-Link DSB-650TX + SMC 2202USB + +CATC USB-EL1202A-based USB ethernet NICs including the following: + CATC Netmate + CATC Netmate II + Belkin F5U111 Kawasaki LSI KU5KUSB101B-based USB ethernet NICs including the following: @@ -378,6 +385,12 @@ the following: Peracom USB Ethernet Adapter 3Com 3c19250 ADS Technologies USB-10BT + ATen UC10T + Netgear EA101 + D-Link DSB-650 + SMC 2102USB + SMC 2104USB + Corega USB-T ASIX Electronics AX88140A PCI NICs, including the following: Alfa Inc. GFC2204 diff --git a/release/texts/alpha/RELNOTES.TXT b/release/texts/alpha/RELNOTES.TXT index 28365dc..e59354e 100644 --- a/release/texts/alpha/RELNOTES.TXT +++ b/release/texts/alpha/RELNOTES.TXT @@ -145,6 +145,10 @@ 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, +and the Belkin F5U111. + 1.2. SECURITY FIXES ------------------- @@ -373,6 +377,11 @@ 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 Netmate + CATC Netmate II + Belkin F5U111 + Kawasaki LSI KU5KUSB101B-based USB ethernet NICs including the following: LinkSys USB10T @@ -385,6 +394,7 @@ the following: D-Link DSB-650 SMC 2102USB SMC 2104USB + Corega USB-T ASIX Electronics AX88140A PCI NICs, including the following: Alfa Inc. GFC2204 diff --git a/release/texts/i386/HARDWARE.TXT b/release/texts/i386/HARDWARE.TXT index ec2318b..aaf8008 100644 --- a/release/texts/i386/HARDWARE.TXT +++ b/release/texts/i386/HARDWARE.TXT @@ -498,6 +498,11 @@ 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 Netmate + CATC Netmate II + Belkin F5U111 + Kawasaki LSI KU5KUSB101B-based USB ethernet NICs including the following: LinkSys USB10T @@ -510,6 +515,7 @@ the following: D-Link DSB-650 SMC 2102USB SMC 2104USB + Corega USB-T ASIX Electronics AX88140A PCI NICs, including the following: Alfa Inc. GFC2204 diff --git a/release/texts/i386/RELNOTES.TXT b/release/texts/i386/RELNOTES.TXT index c17c73f..1e1d522 100644 --- a/release/texts/i386/RELNOTES.TXT +++ b/release/texts/i386/RELNOTES.TXT @@ -147,6 +147,10 @@ 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, +and the Belkin F5U111. + 1.2. SECURITY FIXES ------------------- @@ -379,6 +383,11 @@ 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 Netmate + CATC Netmate II + Belkin F5U111 + Kawasaki LSI KU5KUSB101B-based USB ethernet NICs including the following: LinkSys USB10T @@ -391,6 +400,7 @@ the following: D-Link DSB-650 SMC 2102USB SMC 2104USB + Corega USB-T ASIX Electronics AX88140A PCI NICs, including the following: Alfa Inc. GFC2204 |