summaryrefslogtreecommitdiff
path: root/sys/dev/ieee1394
AgeCommit message (Expand)Author
2004-01-14Nuke SDEV_NOLUNS, SDEV_FORCELUNS, and PQUIRK_FORCELUNS quirks. AlsoKenneth R Westerback
2003-10-22typos from Tom Cosgrove;Jason McIntyre
2003-05-17sync with SDEV_ONLYBIG change.Jun-ichiro itojun Hagino
2003-04-27strcpy/sprintf cleanup of sys/dev. miod@, deraadt@ says to commit.Hakan Olsson
2003-02-20no trailing newline in panic(); PR 3103Henning Brauer
2003-01-13Fix pastos. Reported by andres at msu dot edu.Thierry Deval
2003-01-13Cleaner SBP2 status response treatment.Thierry Deval
2003-01-12Trust the link_speed from SelfID (PHY), better than a minimalist (usuallyThierry Deval
2003-01-12- Use OHCI_BITVAL and OHCI_BITSET where appropriate.Thierry Deval
2003-01-12- Capitalize hex constants.Thierry Deval
2003-01-12Add a link_speed entry to the UID table + readability knit.Thierry Deval
2003-01-12Add link_speed to attach arg.Thierry Deval
2003-01-12Add PHY packets defines.Thierry Deval
2003-01-06syncronous -> synchronousMiod Vallat
2002-12-30Add $OpenBSD$ tag.Thierry Deval
2002-12-30Update.Thierry Deval
2002-12-30Some cleanup.Thierry Deval
2002-12-30As we still don't have a data_page_dir support yet, transfers of more thanThierry Deval
2002-12-30Make the callbacks entry non-constant.Thierry Deval
2002-12-30Re-design fwohci_hadler_set() to use a new key3.Thierry Deval
2002-12-17Cleaning.Thierry Deval
2002-12-14Using quirks that make more sense.Thierry Deval
2002-12-13Some more cleaning...Thierry Deval
2002-12-13Limit our Data transfers only to the link speed imposed one.Thierry Deval
2002-12-13Only WRITE_REQUEST_DATABLOCK are limited to the device's max_receive.Thierry Deval
2002-12-13Define IEEE1394_MAX_ASYNC(), which gives the maximum (link speed dependent)Thierry Deval
2002-12-13Fix the memory leak introduced with the use of fwohci_block_handler_set().Thierry Deval
2002-12-13Malloc debug cleaning (MPRINTF).Thierry Deval
2002-12-13Enable support for SCSI over FireWire.Thierry Deval
2002-12-13Add preliminary support for the Serial Bus Protocol II (SBP-2) standard.Thierry Deval
2002-12-13"Documentation" update.Thierry Deval
2002-12-13Better memory balancing (between alloc/free),Thierry Deval
2002-10-12Remove more '\n's from panic() statements. Both trailing and leading.Kenneth R Westerback
2002-10-12Remove more '\n's from panic() statements. Both trailing and leading.Kenneth R Westerback
2002-07-07better say we are OpenBSD in the configromThierry Deval
2002-06-26various fixes + some KNFThierry Deval
2002-06-26configrom input failover + some KNFThierry Deval
2002-06-25un __P() -ify.Jun-ichiro itojun Hagino
2002-06-25IEEE1394 infrastructure part.Jun-ichiro itojun Hagino