| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Use the PCIR_BAR() macro rather than a magic number to specify the BAR | John Baldwin | 2004-02-12 | 1 | -1/+1 |
| * | Add NEC uPD72873. | Hidetoshi Shimokawa | 2004-01-30 | 2 | -0/+5 |
| * | Use device_identify and bus_add_child methods to add a firewire | Hidetoshi Shimokawa | 2004-01-30 | 3 | -30/+57 |
| * | * fwohci_pci.c | Hidetoshi Shimokawa | 2004-01-23 | 2 | -10/+17 |
| * | Add missing free() in exception handlers. | Hidetoshi Shimokawa | 2004-01-22 | 2 | -2/+3 |
| * | Sync type of linkspeed with firewire.c. | Hidetoshi Shimokawa | 2004-01-11 | 1 | -1/+1 |
| * | * firewire | Hidetoshi Shimokawa | 2004-01-08 | 3 | -18/+34 |
| * | Remove __P(). | Hidetoshi Shimokawa | 2004-01-06 | 6 | -124/+124 |
| * | Fix register mis-alignment introduced in rev1.12. | Hidetoshi Shimokawa | 2004-01-06 | 1 | -33/+34 |
| * | MFp4: | Hidetoshi Shimokawa | 2004-01-05 | 6 | -29/+27 |
| * | Catch a few places where NULL (pointer) was used where 0 (integer) was | Peter Wemm | 2003-12-23 | 1 | -4/+4 |
| * | Fix panic. | Hidetoshi Shimokawa | 2003-12-13 | 1 | -6/+2 |
| * | MFp4: | Hidetoshi Shimokawa | 2003-12-11 | 2 | -129/+310 |
| * | Sometimes cardbus attachments don't attach, so while we track down | Warner Losh | 2003-11-28 | 1 | -0/+1 |
| * | Add tunables. | Hidetoshi Shimokawa | 2003-11-13 | 1 | -4/+10 |
| * | Improve debug message. | Hidetoshi Shimokawa | 2003-11-12 | 2 | -9/+9 |
| * | - Reserve a ocb for management ORB. | Hidetoshi Shimokawa | 2003-11-12 | 1 | -2/+6 |
| * | Oops, fix typo in my name. | Hidetoshi Shimokawa | 2003-11-12 | 2 | -4/+4 |
| * | Reduce debug message. | Hidetoshi Shimokawa | 2003-11-10 | 1 | -0/+2 |
| * | * Improve sbp device probe in boot process. | Hidetoshi Shimokawa | 2003-11-10 | 1 | -15/+50 |
| * | - Implement selwakeuppri() which allows raising the priority of a | Seigo Tanimura | 2003-11-09 | 1 | -1/+1 |
| * | Allow shared open of /dev/fwmem* for read-only. | Hidetoshi Shimokawa | 2003-11-07 | 1 | -16/+42 |
| * | Respect a return code of fwmem_open(). | Hidetoshi Shimokawa | 2003-11-07 | 1 | -3/+3 |
| * | Increase FWMAXQUEUE up to 128. | Hidetoshi Shimokawa | 2003-11-07 | 1 | -1/+1 |
| * | Add compatibility for 4-stable. | Hidetoshi Shimokawa | 2003-11-07 | 1 | -0/+5 |
| * | Use if_printf() for FWEDEBUG. | Hidetoshi Shimokawa | 2003-11-06 | 1 | -7/+7 |
| * | - Change driver name to fix if_xname breakage in the previous revision. | Hidetoshi Shimokawa | 2003-11-03 | 1 | -3/+3 |
| * | Remove explicit cardbus attachments from drivers where this is identical | Doug Rabson | 2003-11-03 | 1 | -1/+0 |
| * | Replace the if_name and if_unit members of struct ifnet with new members | Brooks Davis | 2003-10-31 | 1 | -6/+5 |
| * | Add a new sysctl MIB to control exclusive login. | Hidetoshi Shimokawa | 2003-10-31 | 1 | -1/+6 |
| * | Reject too large OHCI version number. | Hidetoshi Shimokawa | 2003-10-31 | 1 | -4/+5 |
| * | Add a compatibility macro for FreeBSD-4. | Hidetoshi Shimokawa | 2003-10-31 | 1 | -0/+1 |
| * | Fix fwmem_strategy() race in 4-stable. | Hidetoshi Shimokawa | 2003-10-25 | 2 | -1/+6 |
| * | Move validity check of 'xfer->fc != NULL' to right place. | Hidetoshi Shimokawa | 2003-10-25 | 1 | -4/+4 |
| * | Fix for FW_ASYREQ. | Hidetoshi Shimokawa | 2003-10-24 | 1 | -39/+36 |
| * | Don't check timeout just after booted. | Hidetoshi Shimokawa | 2003-10-24 | 1 | -3/+15 |
| * | Reduce debug messages. | Hidetoshi Shimokawa | 2003-10-23 | 1 | -2/+4 |
| * | Add SBP-II target mode driver. | Hidetoshi Shimokawa | 2003-10-18 | 1 | -0/+1550 |
| * | - Call sbp_reset_start() for mgm timeout. | Hidetoshi Shimokawa | 2003-10-18 | 1 | -166/+316 |
| * | - Introduce hw.firewire.hold_count sysctl MIB by popular demand. | Hidetoshi Shimokawa | 2003-10-06 | 1 | -18/+24 |
| * | - Implement sbp_poll() to enable kernel dump on SBP-2 device. | Hidetoshi Shimokawa | 2003-10-06 | 1 | -1/+9 |
| * | - Fix timeout for unodered excution. | Hidetoshi Shimokawa | 2003-10-06 | 1 | -12/+32 |
| * | Remove wrong usage of BUF_REFCNT(). | Hidetoshi Shimokawa | 2003-10-02 | 1 | -1/+0 |
| * | MFp4: Change struct fw_xfer to reduce memory copy in fwmem_*() functions. | Hidetoshi Shimokawa | 2003-10-02 | 12 | -656/+803 |
| * | Fix a bug in fwdev_clone(). | Hidetoshi Shimokawa | 2003-10-01 | 1 | -1/+1 |
| * | Phy register map. | Hidetoshi Shimokawa | 2003-09-25 | 1 | -0/+168 |
| * | Fix byte order of multi-byte scsi_status information. | Hidetoshi Shimokawa | 2003-08-29 | 1 | -20/+11 |
| * | Use __FBSDID(). | David E. O'Brien | 2003-08-24 | 3 | -5/+10 |
| * | Make this compiled on RELENG_4. | Hidetoshi Shimokawa | 2003-08-22 | 1 | -0/+5 |
| * | Comment out verbose debug messages. | Hidetoshi Shimokawa | 2003-08-22 | 2 | -0/+4 |
