1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-16 10:20:30 +00:00

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

This commit is contained in:
Nick Hibma 2000-02-20 14:41:54 +00:00
parent 5e78bf3190
commit 418a4537cf
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=57359
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