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:
parent
5e78bf3190
commit
418a4537cf
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=57359
@ -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.
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user