aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Hibma <n_hibma@FreeBSD.org>2000-02-20 14:41:54 +0000
committerNick Hibma <n_hibma@FreeBSD.org>2000-02-20 14:41:54 +0000
commit418a4537cf09e2356e17c1d763850e509ea53bbf (patch)
tree5f2920a0e77077204374a2f89a08195724c433d6
parent5e78bf31906b700f7076996d455abe9178eaff3a (diff)
Notes
-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 5def39aae06a..76187d33282b 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 70e68ec8c967..31c65155ce41 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 70f1c9fa79dc..6d41aaae514c 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 79f1dc84038e..4802880a22a5 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 79f1dc84038e..4802880a22a5 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