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