summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorn_hibma <n_hibma@FreeBSD.org>2000-02-20 14:41:54 +0000
committern_hibma <n_hibma@FreeBSD.org>2000-02-20 14:41:54 +0000
commitd464b06149321e3cbe0f3d4470fc752d039b3d33 (patch)
tree792ad88d683220fad6687d2824485d832dec8233
parentd0fd416b57d88747573af7c8e4b48891ff0382f6 (diff)
downloadFreeBSD-src-d464b06149321e3cbe0f3d4470fc752d039b3d33.zip
FreeBSD-src-d464b06149321e3cbe0f3d4470fc752d039b3d33.tar.gz
Update the documentation to reflect Bill Paul's latest changes.
-rw-r--r--share/man/man4/aue.49
-rw-r--r--share/man/man4/cue.41
-rw-r--r--share/man/man4/kue.41
-rw-r--r--sys/amd64/conf/GENERIC2
-rw-r--r--sys/i386/conf/GENERIC2
5 files changed, 4 insertions, 11 deletions
diff --git a/share/man/man4/aue.4 b/share/man/man4/aue.4
index 5def39a..76187d3 100644
--- a/share/man/man4/aue.4
+++ b/share/man/man4/aue.4
@@ -135,12 +135,3 @@ The
.Nm
driver was written by
.An Bill Paul Aq wpaul@ee.columbia.edu .
-.Sh BUGS
-For some reason, outgoing bulk transfers (i.e. packet transmissions)
-fail if the transfer is exactly a multiple of 64 bytes in size. The
-.Nm
-driver works around this by padding such transfers up by one additional
-byte. This does not affect connectivity, however it does cause packets
-to occasionaly appear on the wire with one additional byte for no good
-reason. It is not known if this bug is due to a problem with Pegasus
-chip itself or some peculiarity of the underlying USB support.
diff --git a/share/man/man4/cue.4 b/share/man/man4/cue.4
index 70e68ec..31c6515 100644
--- a/share/man/man4/cue.4
+++ b/share/man/man4/cue.4
@@ -41,6 +41,7 @@ CATC USB-EL1210A USB Ethernet driver
.Cd "device uhci"
.Cd "device ohci"
.Cd "device usb"
+.Cd "device miibus"
.Cd "device cue"
.Sh DESCRIPTION
The
diff --git a/share/man/man4/kue.4 b/share/man/man4/kue.4
index 70f1c9f..6d41aaa 100644
--- a/share/man/man4/kue.4
+++ b/share/man/man4/kue.4
@@ -41,6 +41,7 @@ Kawasaki LSI KL5KUSB101B USB Ethernet driver
.Cd "device uhci0"
.Cd "device ohci"
.Cd "device usb"
+.Cd "device miibus"
.Cd "device kue"
.Sh DESCRIPTION
The
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC
index 79f1dc8..4802880 100644
--- a/sys/amd64/conf/GENERIC
+++ b/sys/amd64/conf/GENERIC
@@ -219,7 +219,7 @@ pseudo-device bpf #Berkeley packet filter
#device ulpt # Printer
#device umass # Disks/Mass storage - Requires scbus and da
#device ums # Mouse
-# USB Ethernet
+# USB Ethernet, requires mii
#device aue # ADMtek USB ethernet
#device cue # CATC USB ethernet
#device kue # Kawasaki LSI USB ethernet
diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC
index 79f1dc8..4802880 100644
--- a/sys/i386/conf/GENERIC
+++ b/sys/i386/conf/GENERIC
@@ -219,7 +219,7 @@ pseudo-device bpf #Berkeley packet filter
#device ulpt # Printer
#device umass # Disks/Mass storage - Requires scbus and da
#device ums # Mouse
-# USB Ethernet
+# USB Ethernet, requires mii
#device aue # ADMtek USB ethernet
#device cue # CATC USB ethernet
#device kue # Kawasaki LSI USB ethernet
OpenPOWER on IntegriCloud