summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authorwpaul <wpaul@FreeBSD.org>2000-01-05 04:27:24 +0000
committerwpaul <wpaul@FreeBSD.org>2000-01-05 04:27:24 +0000
commita0156fbe848f4044e9842748dbc42ecf98f3067e (patch)
tree9507b4a51726e91f166ec05f7a6afc900b4656b0 /release
parent5cf59636dd5db7470e709027a977269a8b1d2213 (diff)
downloadFreeBSD-src-a0156fbe848f4044e9842748dbc42ecf98f3067e.zip
FreeBSD-src-a0156fbe848f4044e9842748dbc42ecf98f3067e.tar.gz
Add device driver support for USB ethernet adapters based on the
Kawasaki LSI KL5KUSB101B chip, including the LinkSys USB10T, the Entrega NET-USB-E45, the Peracom USB Ethernet Adapter, the 3Com 3c19250 and the ADS Technologies USB-10BT. This device is 10mbs half-duplex only, so there's miibus or ifmedia support. This device also requires firmware to be loaded into it, however KLSI allows redistribution of the firmware images (I specifically asked about this; they said it was ok). Special thanks to Annelise Anderson for getting me in touch with KLSI (eventually) and thanks to KLSI for providing the necessary programming info. Highlights: - Add driver files to /sys/dev/usb - update usbdevs and regenerate attendate files - update usb_quirks.c - Update HARDWARE.TXT and RELNOTES.TXT for i386 and alpha - Update LINT, GENERIC and others for i386, alpha and pc98 - Add man page - Add module - Update sysinstall and userconfig.c
Diffstat (limited to 'release')
-rw-r--r--release/sysinstall/devices.c1
-rw-r--r--release/texts/alpha/HARDWARE.TXT8
-rw-r--r--release/texts/alpha/RELNOTES.TXT5
-rw-r--r--release/texts/i386/HARDWARE.TXT8
-rw-r--r--release/texts/i386/RELNOTES.TXT13
5 files changed, 35 insertions, 0 deletions
diff --git a/release/sysinstall/devices.c b/release/sysinstall/devices.c
index dbe28e9..a7591b9 100644
--- a/release/sysinstall/devices.c
+++ b/release/sysinstall/devices.c
@@ -100,6 +100,7 @@ static struct _devname {
{ DEVICE_TYPE_NETWORK, "fe", "Fujitsu MB86960A/MB86965A ethernet card" },
{ DEVICE_TYPE_NETWORK, "ie", "AT&T StarLAN 10 and EN100; 3Com 3C507; NI5210" },
{ DEVICE_TYPE_NETWORK, "ix", "Intel Etherexpress ethernet card" },
+ { DEVICE_TYPE_NETWORK, "kue", "Kawasaki LSI USB ethernet adapter" },
{ DEVICE_TYPE_NETWORK, "le", "DEC EtherWorks 2 or 3 ethernet card" },
{ DEVICE_TYPE_NETWORK, "lnc", "Lance/PCnet (Isolan/Novell NE2100/NE32-VL) ethernet" },
{ DEVICE_TYPE_NETWORK, "rl", "RealTek 8129/8139 PCI ethernet card" },
diff --git a/release/texts/alpha/HARDWARE.TXT b/release/texts/alpha/HARDWARE.TXT
index 1732c67..1786f81 100644
--- a/release/texts/alpha/HARDWARE.TXT
+++ b/release/texts/alpha/HARDWARE.TXT
@@ -371,6 +371,14 @@ ADMtek Inc. AN986-based USB ethernet NICs including the following:
Billionton USB100
Melco Inc. LU-ATX
+Kawasaki LSI KU5KUSB101B-based USB ethernet NICs including
+the following:
+ LinkSys USB10T
+ Entrega NET-USB-E45
+ Peracom USB Ethernet Adapter
+ 3Com 3c19250
+ ADS Technologies USB-10BT
+
ASIX Electronics AX88140A PCI NICs, including the following:
Alfa Inc. GFC2204
CNet Pro110B
diff --git a/release/texts/alpha/RELNOTES.TXT b/release/texts/alpha/RELNOTES.TXT
index 81dbf1d..f5d6e87 100644
--- a/release/texts/alpha/RELNOTES.TXT
+++ b/release/texts/alpha/RELNOTES.TXT
@@ -135,6 +135,11 @@ PCI ethernet NIC. [MERGED]
Driver support has been added for USB ethernet adapters based on
the ADMtek AN986 Pegasus chip, including the LinkSys USB100TX.
+Driver support has been added for USB ethernet adapters based on
+the Kawasaki LSI KL5KUSB101B chip, including the LinkSys USB10T,
+the Peracom USB Ethernet Adapter, the 3Com 3c19250, the Entrega
+NET-USB-E45 and the ADS Technologies USB-10BT.
+
1.2. SECURITY FIXES
-------------------
diff --git a/release/texts/i386/HARDWARE.TXT b/release/texts/i386/HARDWARE.TXT
index 6b691caa..8c8e489 100644
--- a/release/texts/i386/HARDWARE.TXT
+++ b/release/texts/i386/HARDWARE.TXT
@@ -495,6 +495,14 @@ ADMtek Inc. AN986-based USB ethernet NICs including the following:
Billionton USB100
Melco Inc. LU-ATX
+Kawasaki LSI KU5KUSB101B-based USB ethernet NICs including
+the following:
+ LinkSys USB10T
+ Entrega NET-USB-E45
+ Peracom USB Ethernet Adapter
+ 3Com 3c19250
+ ADS Technologies USB-10BT
+
ASIX Electronics AX88140A PCI NICs, including the following:
Alfa Inc. GFC2204
CNet Pro110B
diff --git a/release/texts/i386/RELNOTES.TXT b/release/texts/i386/RELNOTES.TXT
index 08117cd..7596244 100644
--- a/release/texts/i386/RELNOTES.TXT
+++ b/release/texts/i386/RELNOTES.TXT
@@ -137,6 +137,11 @@ PCI ethernet NIC. [MERGED]
Driver support has been added for USB ethernet adapters based on
the ADMtek AN986 Pegasus chip, including the LinkSys USB100TX.
+Driver support has been added for USB ethernet adapters based on
+the Kawasaki LSI KL5KUSB101B chip, including the LinkSys USB10T,
+the Peracom USB Ethernet Adapter, the 3Com 3c19250, the Entrega
+NET-USB-E45 and the ADS Technologies USB-10BT.
+
1.2. SECURITY FIXES
-------------------
@@ -372,6 +377,14 @@ ADMtek Inc. AN986-based USB ethernet NICs including the following:
Billionton USB100
Melco Inc. LU-ATX
+Kawasaki LSI KU5KUSB101B-based USB ethernet NICs including
+the following:
+ LinkSys USB10T
+ Entrega NET-USB-E45
+ Peracom USB Ethernet Adapter
+ 3Com 3c19250
+ ADS Technologies USB-10BT
+
ASIX Electronics AX88140A PCI NICs, including the following:
Alfa Inc. GFC2204
CNet Pro110B
OpenPOWER on IntegriCloud