| Age | Commit message (Expand) | Author |
| 2003-12-04 | netbsd.org -> NetBSD.org | keihan |
| 2003-10-26 | Fix unitialized var warning, add a comment to indicate that it's use | fvdl |
| 2003-10-26 | Fix unitialized variable warnings. | christos |
| 2003-10-22 | Typos in comments. From OpenBSD. | mjl |
| 2003-10-18 | Don't limit xfer size to SBP2_MAXPHYS. Its not transfer size limit | enami |
| 2003-08-04 | sprinkle some LL suffixes on >32 bit number literals | mrg |
| 2003-07-14 | add missing __KERNEL_RCSID() | lukem |
| 2003-07-08 | function prototype must not have variable name | itojun |
| 2003-07-03 | maintain statistics counters | drochner |
| 2003-06-29 | Back out the lwp/ktrace changes. They contained a lot of colateral damage, | fvdl |
| 2003-06-28 | Pass lwp pointers throughtout the kernel, as required, so that the lwpid can | darrenr |
| 2003-05-26 | Bugfix: fwohci_ir_read(): loop continues when the buffer size not only | haya |
| 2003-05-03 | DMA, not dma nor Dma. | wiz |
| 2003-04-02 | PR/20982: Eric Fair: fix debugging printf format errors. | christos |
| 2003-03-07 | Redo last fix to work correctly. Need to run abort on each orb (though it | jmc |
| 2003-03-07 | -Fix ORB queue corruption / use of free()d memory | drochner |
| 2003-02-28 | Make this file compiles when FW_DEBUG is defined but SBP2_DEBUG isn't defined. | enami |
| 2003-01-31 | Use aprint_*(). | thorpej |
| 2003-01-09 | Use PRIx64 to get the correct format for 64-bit hex numbers. Don't | thorpej |
| 2003-01-06 | synchronous, not syncronous. | wiz |
| 2003-01-05 | Add some missing splx()'s noted by Krister Walfridsson | jmc |
| 2003-01-05 | Remove arbitrary bufcnt limit in at_output. | jmc |
| 2003-01-01 | Use aprint_normal() in cfprint routines. | thorpej |
| 2002-12-28 | Implementation of page table support for 64k or greater transfers. This should | jmc |
| 2002-12-28 | Move SBP data area's below the 4G mark as some broken devices seem to clip data | jmc |
| 2002-12-19 | Add support for page tables | jmc |
| 2002-12-19 | Add a minphys routine since the single largest packet is less than minphys() | jmc |
| 2002-12-19 | Add defines for supporting page tables | jmc |
| 2002-12-19 | Updates | jmc |
| 2002-12-19 | Add additional debugging for fwohci_arrq_input: no listener conditions | jmc |
| 2002-12-18 | Add SBP2_MAXPHYS | jmc |
| 2002-12-18 | Redo state handling as ack's, status, etc can come in and be processed in | jmc |
| 2002-12-13 | Improve performance with disks almost 60x by redoing the callback handler to | jmc |
| 2002-12-09 | Checkpoint commit: | jmc |
| 2002-12-09 | Drop default debugging level to something a bit more sane | jmc |
| 2002-12-09 | Ooops...Make sure for status to set error and resid before calling the | jmc |
| 2002-12-09 | Restructure how the at_output dma map gets setup. Ask for a dma map that can | jmc |
| 2002-12-09 | Fix fwohci_write's sanity check against large packets. Max rec is only used | jmc |
| 2002-12-09 | Provide a macro for turning a speed number into a max rec value | jmc |
| 2002-12-09 | Write sbp2_free_data_mapping and fix a bug where read responses weren't sending | jmc |
| 2002-12-09 | Don't need sbp2_datamapping. Each one is tracked via the associated orb | jmc |
| 2002-12-08 | Fix logic screwup in determining which bits to set in alloc'ing data maps | jmc |
| 2002-12-06 | Account for corner cases better in alloc_data_mapping and only ask for a 16s | jmc |
| 2002-12-06 | Fill in sc1394_node_id after a self id cycle | jmc |
| 2002-12-06 | Add a def for a smaller reconnect time that will be used by default | jmc |
| 2002-12-05 | Cast appropriately so that this compiles on sparc, sparc64, macppc etc. | agc |
| 2002-12-04 | New Feature: add pseudo device for IEEE 1394 isochronous stream and | haya |
| 2002-12-03 | make this compile without SBP2_DEBUG defined | explorer |
| 2002-12-01 | Set the only big quirk since the drives I've tried return errors on 6 byte cdbs | jmc |
| 2002-12-01 | Checkpoint checkin: | jmc |