Update the documentation to reflect Bill Paul's latest changes.

This commit is contained in:
n_hibma 2000-02-20 14:41:54 +00:00
parent d0fd416b57
commit d464b06149
5 changed files with 4 additions and 11 deletions

View File

@ -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.

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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