diff options
author | n_hibma <n_hibma@FreeBSD.org> | 2000-02-20 14:41:54 +0000 |
---|---|---|
committer | n_hibma <n_hibma@FreeBSD.org> | 2000-02-20 14:41:54 +0000 |
commit | d464b06149321e3cbe0f3d4470fc752d039b3d33 (patch) | |
tree | 792ad88d683220fad6687d2824485d832dec8233 /share/man/man4 | |
parent | d0fd416b57d88747573af7c8e4b48891ff0382f6 (diff) | |
download | FreeBSD-src-d464b06149321e3cbe0f3d4470fc752d039b3d33.zip FreeBSD-src-d464b06149321e3cbe0f3d4470fc752d039b3d33.tar.gz |
Update the documentation to reflect Bill Paul's latest changes.
Diffstat (limited to 'share/man/man4')
-rw-r--r-- | share/man/man4/aue.4 | 9 | ||||
-rw-r--r-- | share/man/man4/cue.4 | 1 | ||||
-rw-r--r-- | share/man/man4/kue.4 | 1 |
3 files changed, 2 insertions, 9 deletions
diff --git a/share/man/man4/aue.4 b/share/man/man4/aue.4 index 5def39a..76187d3 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 70e68ec..31c6515 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 70f1c9f..6d41aaa 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 |