| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Replace M_DONTWAIT with M_NOWAIT for malloc(). | Hidetoshi Shimokawa | 2003-01-17 | 4 | -23/+23 |
| * | Improve some debug massages. | Hidetoshi Shimokawa | 2003-01-17 | 1 | -3/+3 |
| * | Fix bus manager election process. | Hidetoshi Shimokawa | 2003-01-17 | 1 | -16/+18 |
| * | Detect underrun of IT queue for debugging. | Hidetoshi Shimokawa | 2003-01-17 | 2 | -38/+56 |
| * | Improve memory allocation. | Hidetoshi Shimokawa | 2003-01-16 | 4 | -29/+43 |
| * | Use cycleMatch for precise IT DMA start timing. | Hidetoshi Shimokawa | 2003-01-16 | 1 | -12/+40 |
| * | DV_PAL shouldn't be here. | Hidetoshi Shimokawa | 2003-01-15 | 1 | -2/+0 |
| * | Add DV_PAL for PAL users. | Hidetoshi Shimokawa | 2003-01-15 | 3 | -7/+14 |
| * | Fix IT DMA underun while bus reset. | Hidetoshi Shimokawa | 2003-01-15 | 2 | -29/+30 |
| * | Fix for FreeBSD-4. | Hidetoshi Shimokawa | 2003-01-14 | 1 | -15/+4 |
| * | Minimal fix for DV part. | Hidetoshi Shimokawa | 2003-01-13 | 4 | -32/+84 |
| * | Merge big endian and little endian case. | Hidetoshi Shimokawa | 2003-01-13 | 1 | -35/+42 |
| * | - Add error messages for bulkxfer. | Hidetoshi Shimokawa | 2003-01-09 | 2 | -4/+7 |
| * | - Fix print format for FreeBSD-4 | Hidetoshi Shimokawa | 2003-01-07 | 1 | -3/+8 |
| * | Don't call fw_bus_probe() twice when successive self-id packets received. | Hidetoshi Shimokawa | 2003-01-07 | 2 | -2/+10 |
| * | Use device_printf() and s/fc->dev/fc->bdev/. | Hidetoshi Shimokawa | 2003-01-06 | 1 | -2/+2 |
| * | Fix fc->dev to fc->bdev. | Hidetoshi Shimokawa | 2003-01-06 | 1 | -1/+1 |
| * | Reduce diff to RELENG_4. | Hidetoshi Shimokawa | 2003-01-05 | 4 | -3/+65 |
| * | Syntax fix in fwohci_pci_suspend(). | Hidetoshi Shimokawa | 2003-01-05 | 1 | -1/+2 |
| * | - Change definition of fc->maxrec same as fwdev->maxrec. | Hidetoshi Shimokawa | 2003-01-05 | 4 | -34/+49 |
| * | - Remove speed_map API because speed_map is obsoleted by 1394a. | Hidetoshi Shimokawa | 2003-01-04 | 3 | -13/+8 |
| * | - Handle zero sized directory right way. | Hidetoshi Shimokawa | 2003-01-04 | 1 | -4/+5 |
| * | - Replace printf() with device_printf(). | Hidetoshi Shimokawa | 2003-01-04 | 4 | -63/+36 |
| * | - Propagate suspend/resume to child devices. | Hidetoshi Shimokawa | 2003-01-04 | 5 | -38/+99 |
| * | Experimental support for suspend/resume, not finished yet. | Hidetoshi Shimokawa | 2003-01-01 | 3 | -160/+182 |
| * | Reduce debug message. | Hidetoshi Shimokawa | 2003-01-01 | 1 | -0/+2 |
| * | - Retry phy access when the wait-loop count is exhausted. | Hidetoshi Shimokawa | 2003-01-01 | 3 | -5/+64 |
| * | Fix and add several device IDs. | Hidetoshi Shimokawa | 2002-12-31 | 2 | -31/+38 |
| * | - Implement primal Configuration ROM parser. | Hidetoshi Shimokawa | 2002-12-31 | 2 | -15/+291 |
| * | Improve error checking of phy access and retry when error occurs. | Hidetoshi Shimokawa | 2002-12-31 | 1 | -16/+22 |
| * | - Add more CSR related definitions (IEEE-1212). | Hidetoshi Shimokawa | 2002-12-30 | 1 | -5/+62 |
| * | Cosmetic change. s/Firewire/FireWire/. | Hidetoshi Shimokawa | 2002-12-26 | 6 | -10/+10 |
| * | Replace ntohl() with ntohs() because orb_hi is u_int16_t. | Hidetoshi Shimokawa | 2002-12-26 | 1 | -1/+1 |
| * | firewire.c | Hidetoshi Shimokawa | 2002-12-26 | 5 | -36/+36 |
| * | Reduce and improve debug messages. | Hidetoshi Shimokawa | 2002-12-06 | 5 | -30/+47 |
| * | network interface driver changes: | Sam Leffler | 2002-11-14 | 1 | -16/+10 |
| * | - Add fwmem_xfer_req() and use this in other functions. | Hidetoshi Shimokawa | 2002-11-12 | 1 | -50/+46 |
| * | - Remove unused code. | Hidetoshi Shimokawa | 2002-11-12 | 1 | -183/+21 |
| * | fix wording. | Hidetoshi Shimokawa | 2002-11-12 | 1 | -1/+1 |
| * | Split userland services to fwdev.c. | Hidetoshi Shimokawa | 2002-11-12 | 3 | -871/+923 |
| * | Use struct fw_device in fwmem.c | Hidetoshi Shimokawa | 2002-11-12 | 4 | -31/+97 |
| * | Add a prototype for suspend/resume. | Hidetoshi Shimokawa | 2002-11-12 | 1 | -0/+16 |
| * | Change interface of fwmem_read_*() functions to be usable from other part | Hidetoshi Shimokawa | 2002-11-12 | 1 | -4/+4 |
| * | Change interface of fwmem_read_*() functions to be usable from other part | Hidetoshi Shimokawa | 2002-11-12 | 1 | -37/+36 |
| * | - clean up | Hidetoshi Shimokawa | 2002-11-12 | 1 | -15/+3 |
| * | - Remove unused code. | Hidetoshi Shimokawa | 2002-11-12 | 2 | -394/+178 |
| * | Restrict process count in fwohci_arcv() and fwohci_ircv(). | Hidetoshi Shimokawa | 2002-11-12 | 1 | -12/+18 |
| * | - Fix printf warnings on 64bit plathome. | Hidetoshi Shimokawa | 2002-11-07 | 3 | -7/+17 |
| * | Minor clean up on cdb handling. | Hidetoshi Shimokawa | 2002-11-06 | 1 | -8/+7 |
| * | - Let the PCI code try to route interrupt in -current | Hidetoshi Shimokawa | 2002-11-06 | 1 | -1/+5 |
