#
c3e9e255 |
| 28-Jan-2003 |
Hidetoshi Shimokawa <simokawa@FreeBSD.org> |
- Allow multiple packets read/write for IR/IT to reduce system call. - Remove unused variables.
|
#
5a7ba74d |
| 26-Jan-2003 |
Hidetoshi Shimokawa <simokawa@FreeBSD.org> |
- Improve IT/IR DMA queue management. - Improve debug message for mbuf handling. - Wait 1 sec for DMA stop in fwohci_i{t,r}x_disable() before freeing buffers.
|
#
c547b896 |
| 25-Jan-2003 |
Hidetoshi Shimokawa <simokawa@FreeBSD.org> |
Change API of FW_GDEVLST ioctl. - include information about itself. - define struct fw_devinfo and use it in struct fw_devlstreq. - unify EUI64 representation using struct fw_eui64.
|
#
9190691b |
| 24-Jan-2003 |
Hidetoshi Shimokawa <simokawa@FreeBSD.org> |
Remove FW_SSTDV ioctl. It is not used anymore.
|
#
ae8c82bb |
| 17-Jan-2003 |
Hidetoshi Shimokawa <simokawa@FreeBSD.org> |
Replace M_DONTWAIT with M_NOWAIT for malloc().
Pointed out by: nate@root.org
|
#
7643dc18 |
| 17-Jan-2003 |
Hidetoshi Shimokawa <simokawa@FreeBSD.org> |
Detect underrun of IT queue for debugging. Add some comments.
|
Revision tags: release/5.0.0_cvs, release/5.0.0 |
|
#
e2ad5d6e |
| 16-Jan-2003 |
Hidetoshi Shimokawa <simokawa@FreeBSD.org> |
Improve memory allocation. - Don't use contigmalloc() and allocate page by page to avoid allocation failure. - allocate buffer by PAGE_SIZE.
|
#
6d6f7f28 |
| 15-Jan-2003 |
Hidetoshi Shimokawa <simokawa@FreeBSD.org> |
Add DV_PAL for PAL users.
|
#
0aaa9a23 |
| 13-Jan-2003 |
Hidetoshi Shimokawa <simokawa@FreeBSD.org> |
Minimal fix for DV part. - Don't panic on contigmalloc failure. - Calculate timestamp by feedforward rather than feedback which depends on unreliable interrupt timing. - Overwrite timestamp in CIP h
Minimal fix for DV part. - Don't panic on contigmalloc failure. - Calculate timestamp by feedforward rather than feedback which depends on unreliable interrupt timing. - Overwrite timestamp in CIP header correctly. - Add debug code for timestamp synchronization. - Add comments.
show more ...
|
#
17faeefc |
| 06-Jan-2003 |
Hidetoshi Shimokawa <simokawa@FreeBSD.org> |
Use device_printf() and s/fc->dev/fc->bdev/.
|
#
bce5729a |
| 04-Jan-2003 |
Hidetoshi Shimokawa <simokawa@FreeBSD.org> |
- Remove speed_map API because speed_map is obsoleted by 1394a. - Add definition of OHCI_HCC_BIBIV in fwohcireg.h.
|
#
c57d646f |
| 12-Nov-2002 |
Hidetoshi Shimokawa <simokawa@FreeBSD.org> |
fix wording.
|
#
17821895 |
| 12-Nov-2002 |
Hidetoshi Shimokawa <simokawa@FreeBSD.org> |
Split userland services to fwdev.c.
|