Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Replace M_DONTWAIT with M_NOWAIT for malloc(). | simokawa | 2003-01-17 | 1 | -7/+7 | |
| | | | | Pointed out by: nate@root.org | |||||
* | Detect underrun of IT queue for debugging. | simokawa | 2003-01-17 | 1 | -0/+4 | |
| | | | | Add some comments. | |||||
* | Improve memory allocation. | simokawa | 2003-01-16 | 1 | -2/+2 | |
| | | | | | | - Don't use contigmalloc() and allocate page by page to avoid allocation failure. - allocate buffer by PAGE_SIZE. | |||||
* | Add DV_PAL for PAL users. | simokawa | 2003-01-15 | 1 | -2/+7 | |
| | ||||||
* | Minimal fix for DV part. | simokawa | 2003-01-13 | 1 | -1/+8 | |
| | | | | | | | | | - 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. | |||||
* | Use device_printf() and s/fc->dev/fc->bdev/. | simokawa | 2003-01-06 | 1 | -2/+2 | |
| | ||||||
* | - Remove speed_map API because speed_map is obsoleted by 1394a. | simokawa | 2003-01-04 | 1 | -5/+0 | |
| | | | | - Add definition of OHCI_HCC_BIBIV in fwohcireg.h. | |||||
* | fix wording. | simokawa | 2002-11-12 | 1 | -1/+1 | |
| | ||||||
* | Split userland services to fwdev.c. | simokawa | 2002-11-12 | 1 | -0/+916 | |