Update the documentation to reflect Bill Paul's latest changes.
This commit is contained in:
parent
d0fd416b57
commit
d464b06149
@ -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